VisaRecognizer class

Recognizer which can scan all visas with MRZ.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

VisaRecognizer()
VisaRecognizer.fromJson(Map<String, dynamic> json)
factory

Properties

detectGlare bool
Defines if glare detection should be turned on/off.
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 exception
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
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