BlinkIdVerifyEndpointResponse

@Serializable
data class BlinkIdVerifyEndpointResponse(val processingStatus: DocumentVerificationProcessingStatus, val verification: VerifyCheck?, val checks: List<VerifyCheck>?, val processIndicators: List<ProcessIndicator>?, val extraction: ExtractionResult?, val messages: List<VerifyResponseMessage>?, val runtime: VerifyRuntime?, val images: List<ImageResult>?, val optionsUsed: BlinkIdVerifyProcessingRequestOptions?, val useCaseUsed: BlinkIdVerifyProcessingUseCase?)

Class representing the result of the document verification.

Constructors

Link copied to clipboard
constructor(processingStatus: DocumentVerificationProcessingStatus, verification: VerifyCheck?, checks: List<VerifyCheck>?, processIndicators: List<ProcessIndicator>?, extraction: ExtractionResult?, messages: List<VerifyResponseMessage>?, runtime: VerifyRuntime?, images: List<ImageResult>?, optionsUsed: BlinkIdVerifyProcessingRequestOptions?, useCaseUsed: BlinkIdVerifyProcessingUseCase?)

Properties

Link copied to clipboard
Link copied to clipboard

An entity housing all extracted data.

Link copied to clipboard

A collection of images extracted from the extraction processes.

Link copied to clipboard

Informational messages provided to users, such as suggestions for improvement.

Link copied to clipboard

All document verification processing options used in verification.

Link copied to clipboard

A collection of indicators, while not influencing the final score, can offer insight into the level of certainty associated with it.

Link copied to clipboard

Indicates the overall processing status of the entire verification process.

Link copied to clipboard

Contains runtime information.

Link copied to clipboard

All document verification processing use cases used in verification.

Link copied to clipboard

Contains compiled data summarizing the overall verification process.