MrtdCombinedRecognizer class
MRTD Combined recognizer
MRTD Combined recognizer is used for scanning both front and back side of generic IDs.
- Inheritance
-
- Object
- Recognizer
- MrtdCombinedRecognizer
- Annotations
-
- @JsonSerializable()
Constructors
- MrtdCombinedRecognizer()
-
MrtdCombinedRecognizer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allowSpecialCharacters ↔ bool
-
Whether special characters are allowed
getter/setter pair
- allowUnparsedResults ↔ bool
-
Whether returning of unparsed results is allowed
getter/setter pair
- allowUnverifiedResults ↔ bool
-
Whether returning of unverified results is allowed
Unverified result is result that is parsed, but check digits are incorrect.
getter/setter pair
- detectorType ↔ DocumentFaceDetectorType
-
Type of document this recognizer will scan.
getter/setter pair
- faceImageDpi ↔ int
-
Property for setting DPI for face images
Valid ranges are
100,400
. Setting DPI out of valid ranges throws an exceptiongetter/setter pair - fullDocumentImageDpi ↔ int
-
Property for setting DPI for full document images
Valid ranges are
100,400
. Setting DPI out of valid ranges throws an exceptiongetter/setter pair - fullDocumentImageExtensionFactors ↔ ImageExtensionFactors
-
Image extension factors for full document image.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- numStableDetectionsThreshold ↔ int
-
Defines how many times the same document should be detected before the detector
returns this document as a result of the deteciton
getter/setter pair
- recognizerType ↔ String
-
Type of recognizer
getter/setter pairinherited
- returnFaceImage ↔ bool
-
Sets whether face image from ID card should be extracted
getter/setter pair
- returnFullDocumentImage ↔ bool
-
Sets whether full document image of ID card should be extracted.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createResultFromNative(
Map< String, dynamic> nativeResult) → RecognizerResult -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited