DocumentAutoCaptureDetection

data class DocumentAutoCaptureDetection(val image: Image, val document: DocumentDetector.Document?, val travelDocumentType: TravelDocumentType?, val machineReadableZone: MachineReadableZone?, val validatorIdentifiers: List<String>, statistics: Statistics)

Document detection in UI Document Auto Capture component.

Constructors

Link copied to clipboard
constructor(image: Image, document: DocumentDetector.Document?, travelDocumentType: TravelDocumentType?, machineReadableZone: MachineReadableZone?, validatorIdentifiers: List<String>, statistics: Statistics)

Properties

Link copied to clipboard

Detected document, or null if the document was not detected in the image.

Link copied to clipboard

Image.

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.

Link copied to clipboard

List of validator identifiers, where the image did not pass.