MrtdRecognizerResult class

Result object for MrtdRecognizer.

Inheritance

Constructors

MrtdRecognizerResult(Map<String, dynamic> nativeResult)

Properties

fullDocumentImage String?
full document image if enabled with returnFullDocumentImage property.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mrzResult MrzResult?
Returns the Data extracted from the machine readable zone.
getter/setter pair
resultState RecognizerResultState
State of the result. It is always one of the values represented by RecognizerResultState enum
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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