BlinkIdProcessResult

data class BlinkIdProcessResult(val inputImageAnalysisResult: InputImageAnalysisResult, val resultCompleteness: ResultCompleteness)

Represents the overall result of the document processing pipeline.

This structure combines the results of input image analysis and processing, including detection, document image quality analysis, along with information about the completeness of the extraction process for the document.

Constructors

Link copied to clipboard
constructor(inputImageAnalysisResult: InputImageAnalysisResult, resultCompleteness: ResultCompleteness)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Result of the processing and analysis of the input image

Link copied to clipboard

Completeness of the extraction process