MrzReadingResult.confidence Property

Module: MrzReadingResult

Type: float

Definition

Confidence score for the MRZ detected.

confidence: float

Exceptions

An error has occurred during Document Library execution.
double get confidence => getConfidence();

Exceptions

An error has occurred during Document Library execution.
public float confidence
{
    get => Getconfidence();
}

Exceptions

An error has occurred during Document Library execution.
public float getConfidence() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var confidence: Float
    get {
        return try! getConfidence()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentMrzReadingResult_GetConfidence (ID3_DOCUMENT_MRZ_READING_RESULT hMrzReadingResult, float * confidence)

Returns

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