Document Auto Capture Frame Parameters
data class DocumentAutoCaptureFrameParameters(val detectionAreaImageSize: ImageSize, val document: DocumentDetector.Document?, val travelDocumentType: TravelDocumentType?, val mrzRecognitionResult: MrzRecognitionResult?, val barcode: Barcode?)
Image frame parameters of the Document Auto Capture.
Constructors
Link copied to clipboard
constructor(detectionAreaImageSize: ImageSize, document: DocumentDetector.Document?, travelDocumentType: TravelDocumentType?, mrzRecognitionResult: MrzRecognitionResult?, barcode: Barcode?)
Properties
Link copied to clipboard
Image size of the detection area.
Link copied to clipboard
Detected document, or null if the document was not detected in the image.
Link copied to clipboard
Holds result of MRZ recognition.
Link copied to clipboard
Travel document type according to the ICAO Doc 9303. This property is present if MRZ reading is enabled.