MrtdRecognizer class

Recognizer that can recognizer Machine Readable Zone (MRZ) of the Machine Readable Travel Document (MRTD)

Inheritance
Annotations
  • @JsonSerializable()

Constructors

MrtdRecognizer()
MrtdRecognizer.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
detectGlare bool
Defines if glare detection should be turned on/off.
getter/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 exception
getter/setter pair
fullDocumentImageExtensionFactors ImageExtensionFactors
Image extension factors for full document image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recognizerType String
Type of recognizer
getter/setter pairinherited
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