DocumentAutoCaptureFrameParameters

data class DocumentAutoCaptureFrameParameters(val documentDetectorResult: DocumentDetector.Result, val imageParameters: ImageParameters, val travelDocumentType: TravelDocumentType?, val machineReadableZone: MachineReadableZone?)

Image frame parameters of the Document Auto Capture.

Constructors

Link copied to clipboard
fun DocumentAutoCaptureFrameParameters(documentDetectorResult: DocumentDetector.Result, imageParameters: ImageParameters, travelDocumentType: TravelDocumentType?, machineReadableZone: MachineReadableZone?)

Properties

Link copied to clipboard

The result of the document detection.

Link copied to clipboard

Image parameters.

Link copied to clipboard

Machine Readable Zone. This property is present if MRZ reading is enabled.

Link copied to clipboard

Travel document type according to the ICAO Doc 9303.. This property is present if MRZ reading is enabled.