BlinkCardProcessResult

@Serializable
data class BlinkCardProcessResult(val inputImageAnalysisResult: InputImageAnalysisResult, val resultCompleteness: ResultCompleteness)

Represents the overall result of the card processing pipeline.

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

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.