MlkitDocumentScannerMode enum

Options that the MLKit Document Scanner allows.

Inheritance
Available extensions

Values

full → const MlkitDocumentScannerMode

Adds ML-enabled image cleaning capabilities (erase stains, fingers, etc…) to the MlkitDocumentScannerMode.baseWithFilter mode. This mode will also allow future major features to be automatically added along with Google Play services updates, while the other two modes will maintain their current feature sets and only receive minor refinements.

const MlkitDocumentScannerMode(1)
base → const MlkitDocumentScannerMode

Basic editing capabilities (crop, rotate, reorder pages, etc…).

const MlkitDocumentScannerMode(3)
baseWithFilter → const MlkitDocumentScannerMode

Adds image filters (gray scale, auto image enhancement, etc…) to the MlkitDocumentScannerMode.base mode.

const MlkitDocumentScannerMode(2)

Properties

code int
Only used internally.
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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