Table of Contents

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

GenericDocument

DocumentType

Document type as inferred from the MRZ's contents.

public MrzDocumentType DocumentType { get; set; }

Property Value

MrzDocumentType

RecognitionSuccessful

Array of recognized fields

public bool RecognitionSuccessful { get; set; }

Property Value

bool