MrzReadingResult class
Represents the result of MRZ reading.
- Implemented types
Constructors
- MrzReadingResult()
- Creates a new instance of the MrzReadingResult class.
-
MrzReadingResult.fromHandle(Pointer<
id3DocumentMrzReadingResult> handle) - Creates a new instance of the MrzReadingResult class.
Properties
- bounds → PointList
-
Boundaries of the MRZ detected, in following order: top-left, top-right, bottom-right, bottom-left.
no setter
- confidence → double
-
Confidence score for the MRZ detected.
no setter
-
handle
→ Pointer<
id3DocumentMrzReadingResult> -
Gets the native handle.
return The native handle.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mrz → String
-
Value of the MRZ detected.
no setter
- mrzType → MrzType
-
Type of the MRZ detected.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → MrzReadingResult - Creates a copy of the MrzReadingResult object.
-
dispose(
) → void - Releases all resources used by this MrzReadingResult.
-
getBounds(
) → PointList - Gets the boundaries of the MRZ detected, in following order: top-left, top-right, bottom-right, bottom-left.
-
getConfidence(
) → double - Gets the confidence score for the MRZ detected.
-
getMrz(
) → String - Gets the value of the MRZ detected.
-
getMrzType(
) → MrzType - Gets the type of the MRZ detected.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited