UsdlRecognizer class
Recognizer that scan 2D barcodes from United States Driver License.
- Inheritance
-
- Object
- Recognizer
- UsdlRecognizer
- Annotations
-
- @JsonSerializable()
Constructors
- UsdlRecognizer()
-
UsdlRecognizer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enableCompactParser ↔ bool
-
Enables parsing of compact barcode encoding format
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nullQuietZoneAllowed ↔ bool
-
Allow scanning PDF417 barcodes which don't have quiet zone
getter/setter pair
- recognizerType ↔ String
-
Type of recognizer
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uncertainDecoding ↔ bool
-
Enable decoding of non-standard PDF417 barcodes, but without
getter/setter pair
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