PassportRecognizerResult class
Result object for PassportRecognizer.
- Inheritance
-
- Object
- RecognizerResult
- PassportRecognizerResult
Constructors
-
PassportRecognizerResult(Map<
String, dynamic> nativeResult)
Properties
- faceImage ↔ String?
-
face image from the document if enabled with returnFaceImage property.
getter/setter pair
- 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?
-
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