MrzReadingResult.mrzType Property

Module: MrzReadingResult

Type: MrzType

Definition

Type of the MRZ detected.

mrz_type: MrzType

Exceptions

An error has occurred during Document Library execution.
MrzType get mrzType => getMrzType();

Exceptions

An error has occurred during Document Library execution.
public MrzType mrzType
{
    get => GetmrzType();
}

Exceptions

An error has occurred during Document Library execution.
public MrzType getMrzType() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var mrzType: MrzType
    get {
        return try! getMrzType()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentMrzReadingResult_GetMrzType (ID3_DOCUMENT_MRZ_READING_RESULT hMrzReadingResult, id3DocumentMrzType * eMrzType)

Returns

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