ImageQualityCheckType enum
Constructors
- ImageQualityCheckType(int value)
-
const
Values
- UNKNOWN → const ImageQualityCheckType
-
Will be returned if getByValue if a non-existent was passed.
ImageQualityCheckType(-1)
- IMAGE_GLARES → const ImageQualityCheckType
-
Glares presence check.
ImageQualityCheckType(0)
- IMAGE_FOCUS → const ImageQualityCheckType
-
Focus quality check.
ImageQualityCheckType(1)
- IMAGE_RESOLUTION → const ImageQualityCheckType
-
Image resolution check.
ImageQualityCheckType(2)
- IMAGE_COLORNESS → const ImageQualityCheckType
-
Image colorness check.
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.
ImageQualityCheckType(4)
- BOUNDS → const ImageQualityCheckType
-
Image quality check if the whole document page is completely within the image.
ImageQualityCheckType(5)
- SCREEN_CAPTURE → const ImageQualityCheckType
-
Image moire check.
ImageQualityCheckType(6)
- PORTRAIT → const ImageQualityCheckType
-
Portrait image check.
ImageQualityCheckType(7)
- HANDWRITTEN → const ImageQualityCheckType
-
Handwritten image check.
ImageQualityCheckType(8)
Properties
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
Static Methods
-
getByValue(
int? i) → ImageQualityCheckType?
Constants
-
values
→ const List<
ImageQualityCheckType> -
A constant List of the values in this enum, in order of their declaration.
[UNKNOWN, IMAGE_GLARES, IMAGE_FOCUS, IMAGE_RESOLUTION, IMAGE_COLORNESS, PERSPECTIVE, BOUNDS, SCREEN_CAPTURE, PORTRAIT, HANDWRITTEN]