Class MrzScannerResult
- Namespace
- ScanbotSDK.MAUI.MRZ
- Assembly
- DocumentSDK.MAUI.dll
public class MrzScannerResult : BaseResult
- Inheritance
-
MrzScannerResult
- Inherited Members
Properties
Document
Generic Document
public GenericDocument Document { get; set; }
Property Value
DocumentType
Document type as inferred from the MRZ's contents.
public MrzDocumentType DocumentType { get; set; }
Property Value
RecognitionSuccessful
Array of recognized fields
public bool RecognitionSuccessful { get; set; }