ImageQualityCheckType enum

Inheritance

Constructors

ImageQualityCheckType(int value)
const

Values

UNKNOWN → const ImageQualityCheckType

Will be returned if getByValue if a non-existent was passed.

const ImageQualityCheckType(-1)
IMAGE_GLARES → const ImageQualityCheckType

Glares presence check.

const ImageQualityCheckType(0)
IMAGE_FOCUS → const ImageQualityCheckType

Focus quality check.

const ImageQualityCheckType(1)
IMAGE_RESOLUTION → const ImageQualityCheckType

Image resolution check.

const ImageQualityCheckType(2)
IMAGE_COLORNESS → const ImageQualityCheckType

Image colorness check.

const ImageQualityCheckType(3)
PERSPECTIVE → const ImageQualityCheckType

Image perspective check, i.e. the deviation of the corners of the document from the value of 90 degrees is checked.

const ImageQualityCheckType(4)
BOUNDS → const ImageQualityCheckType

Image quality check if the whole document page is completely within the image.

const ImageQualityCheckType(5)
SCREEN_CAPTURE → const ImageQualityCheckType

Image moire check.

const ImageQualityCheckType(6)
PORTRAIT → const ImageQualityCheckType

Portrait image check.

const ImageQualityCheckType(7)
HANDWRITTEN → const ImageQualityCheckType

Handwritten image check.

const ImageQualityCheckType(8)
BRIGHTNESS → const ImageQualityCheckType

Signals whether the document image is bright enough.

const ImageQualityCheckType(9)

Properties

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
value int
final

Methods

getTranslation() Future<String>
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<ImageQualityCheckType>
A constant List of the values in this enum, in order of their declaration.