Feature enum

License features.

Inheritance
Available extensions

Values

BARCODE_SCANNER → const Feature

Barcode scanner.

CHECK_SCANNER → const Feature

Check scanner.

CREDIT_CARD_SCANNER → const Feature

Credit card scanner.

IMAGE_PROCESSING → const Feature

Image processing.

DOCUMENT_SCANNER → const Feature

Document scanner.

LICENSE_PLATE_SCANNER → const Feature

License plate scanner.

MEDICAL_CERTIFICATE_SCANNER → const Feature

Medical certificate scanner.

MRZ_SCANNER → const Feature

MRZ scanner.

OCR → const Feature

OCR.

TEXT_PATTERN_SCANNER → const Feature

Text pattern scanner.

PDF_CREATION → const Feature

PDF creation.

ID_CARD_SCANNER → const Feature

ID card scanner.

DRIVER_LICENSE_SCANNER → const Feature

Driver license scanner.

EHIC_SCANNER → const Feature

EHIC scanner.

DOCUMENT_CLASSIFICATION → const Feature

Document classification.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<Feature>
A constant List of the values in this enum, in order of their declaration.