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.
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.