ResultCompleteness

data class ResultCompleteness(val scanningStatus: ScanningStatus, val vizExtracted: Boolean, val mrzExtracted: Boolean, val barcodeExtracted: Boolean, val documentImageExtracted: Boolean, val faceImageExtracted: Boolean, val signatureImageExtracted: Boolean)

Represents the completeness of the extraction process for a scanned document.

This structure tracks the status of the scanning process and indicates whether specific components of the document, such as the specific fields from the VIZ, MRZ, and barcode, have been successfully extracted.

Constructors

Link copied to clipboard
constructor(scanningStatus: ScanningStatus, vizExtracted: Boolean, mrzExtracted: Boolean, barcodeExtracted: Boolean, documentImageExtracted: Boolean, faceImageExtracted: Boolean, signatureImageExtracted: Boolean)

Properties

Link copied to clipboard

Whether the barcode fields have been extracted.

Link copied to clipboard

Whether the document image has been extracted.

Link copied to clipboard

Whether the face image has been extracted.

Link copied to clipboard

Whether the MRZ fields have been extracted.

Link copied to clipboard

The status of the scanning process.

Link copied to clipboard

Whether the signature image has been extracted.

Link copied to clipboard

Whether the VIZ fields have been extracted.

Functions

Link copied to clipboard