Class eImageQualityCheckType
- java.lang.Object
-
- com.regula.documentreader.api.enums.eImageQualityCheckType
-
public class eImageQualityCheckType extends java.lang.Object
Enumeration contains possible values of input image quality check result type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
eImageQualityCheckType.ImageQualityCheckType
-
Field Summary
Fields Modifier and Type Field Description static int
IQC_BOUNDS
Image quality check if the whole document page is completely within the imagestatic int
IQC_BRIGHTNESS
Signals whether the document image is bright enough.static int
IQC_HANDWRITTEN
Image quality check (visual OCR) if the document contains handwritten text in the scanned fieldsstatic int
IQC_IMAGE_COLORNESS
Image colorness checkstatic int
IQC_IMAGE_FOCUS
Focus quality checkstatic int
IQC_IMAGE_GLARES
Glares presence checkstatic int
IQC_IMAGE_RESOLUTION
Image resolution checkstatic int
IQC_PERSPECTIVE
Image perspective check, i.e.static int
IQC_PORTRAIT
Image quality check if the portrait is presentstatic int
IQC_SCREEN_CAPTURE
Image quality check if the image is captured from screen
-
Constructor Summary
Constructors Constructor Description eImageQualityCheckType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Integer
fromValue(java.lang.String value)
static java.lang.String
getTranslation(Context context, int qualityCheckType)
static java.lang.String
valueOf(int qualityCheckType)
-
-
-
Field Detail
-
IQC_IMAGE_GLARES
public static final int IQC_IMAGE_GLARES
Glares presence check- See Also:
- Constant Field Values
-
IQC_IMAGE_FOCUS
public static final int IQC_IMAGE_FOCUS
Focus quality check- See Also:
- Constant Field Values
-
IQC_IMAGE_RESOLUTION
public static final int IQC_IMAGE_RESOLUTION
Image resolution check- See Also:
- Constant Field Values
-
IQC_IMAGE_COLORNESS
public static final int IQC_IMAGE_COLORNESS
Image colorness check- See Also:
- Constant Field Values
-
IQC_PERSPECTIVE
public static final int IQC_PERSPECTIVE
Image perspective check, i.e. the deviation of the corners of the document from the value of 90 degrees is checked- See Also:
- Constant Field Values
-
IQC_BOUNDS
public static final int IQC_BOUNDS
Image quality check if the whole document page is completely within the image- See Also:
- Constant Field Values
-
IQC_SCREEN_CAPTURE
public static final int IQC_SCREEN_CAPTURE
Image quality check if the image is captured from screen- See Also:
- Constant Field Values
-
IQC_PORTRAIT
public static final int IQC_PORTRAIT
Image quality check if the portrait is present- See Also:
- Constant Field Values
-
IQC_HANDWRITTEN
public static final int IQC_HANDWRITTEN
Image quality check (visual OCR) if the document contains handwritten text in the scanned fields- See Also:
- Constant Field Values
-
IQC_BRIGHTNESS
public static final int IQC_BRIGHTNESS
Signals whether the document image is bright enough.- See Also:
- Constant Field Values
-
-