MrtdCombinedRecognizerResult class
Result object for MrtdCombinedRecognizer.
- Inheritance
-
- Object
- RecognizerResult
- MrtdCombinedRecognizerResult
Constructors
-
MrtdCombinedRecognizerResult(Map<
String, dynamic> nativeResult)
Properties
- documentDataMatch ↔ DataMatchState?
-
Returns DataMatchStateSuccess if data from scanned parts/sides of the document match,
DataMatchStateFailed otherwise. For example if date of expiry is scanned from the front and back side
of the document and values do not match, this method will return DataMatchStateFailed. Result will
be DataMatchStateSuccess only if scanned values for all fields that are compared are the same.
getter/setter pair
- faceImage ↔ String?
-
face image from the document if enabled with returnFaceImage property.
getter/setter pair
- fullDocumentBackImage ↔ String?
-
back side image of the document if enabled with returnFullDocumentImage property.
getter/setter pair
- fullDocumentFrontImage ↔ String?
-
front side image of the document 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
- scanningFirstSideDone ↔ bool?
-
Returns true if recognizer has finished scanning first side and is now scanning back side,
false if it's still scanning first side.
getter/setter pair
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