MrzScannerResult class

Container for result of MRZ scanning attempt.

Constructors

MrzScannerResult({bool success = false, required String rawMRZ, required GenericDocument? document})
MrzScannerResult.fromJson(Map<String, dynamic> json)
factory

Properties

document GenericDocument?
Generic document containing MRZ data.
final
hashCode int
The hash code for this object.
no setterinherited
rawMRZ String
Raw string value of MRZ.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
Scanning successful.
final

Methods

encodeImages() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
toJson({ToJsonConfiguration? config}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited