MrzReadingResult.mrz Property

Module: MrzReadingResult

Type: string

Definition

Value of the MRZ detected.

mrz: str

Exceptions

An error has occurred during Document Library execution.
String get mrz => getMrz();

Exceptions

An error has occurred during Document Library execution.
public string mrz
{
    get => Getmrz();
}

Exceptions

An error has occurred during Document Library execution.
public String getMrz() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var mrz: String
    get {
        return try! getMrz()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentMrzReadingResult_GetMrz (ID3_DOCUMENT_MRZ_READING_RESULT hMrzReadingResult, char * mrz, int * mrzSize)

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.