Result

data class Result

MRZ Reading result.

Properties

Link copied to clipboard
val exception: Exception? = null

Exception is present if travel document type resolution, text recognition, or text parsing are unsuccessful. Even when the exception occurs, some parts of the result may still be present.

Link copied to clipboard
val machineReadableZone: MachineReadableZone? = null

Machine Readable Zone.

Link copied to clipboard

Raw lines detected on the document by OCR.

Link copied to clipboard
val travelDocumentType: TravelDocumentType? = null

Travel document type.