RecognitionModeFilter class

RecognitionModeFilter is used to enable/disable recognition of specific document groups. Setting is taken into account only if the right for that document is purchased.

Annotations
  • @JsonSerializable()

Constructors

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

Properties

enableBarcodeId bool
Enable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased.
getter/setter pair
enableFullDocumentRecognition bool
Enable full document recognition. Setting is taken into account only if the document right to scan that document is purchased.
getter/setter pair
enableMrzId bool
Enable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased.
getter/setter pair
enableMrzPassport bool
Enable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased.
getter/setter pair
enableMrzVisa bool
Enable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased.
getter/setter pair
enablePhotoId bool
Enable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited