Class eImageQualityCheckType


  • public class eImageQualityCheckType
    extends java.lang.Object
    Enumeration contains possible values of input image quality check result type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int IQC_BOUNDS
      Image quality check if the whole document page is completely within the image
      static 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 fields
      static int IQC_IMAGE_COLORNESS
      Image colorness check
      static int IQC_IMAGE_FOCUS
      Focus quality check
      static int IQC_IMAGE_GLARES
      Glares presence check
      static int IQC_IMAGE_RESOLUTION
      Image resolution check
      static int IQC_PERSPECTIVE
      Image perspective check, i.e.
      static int IQC_PORTRAIT
      Image quality check if the portrait is present
      static int IQC_SCREEN_CAPTURE
      Image quality check if the image is captured from screen
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • eImageQualityCheckType

        public eImageQualityCheckType()
    • Method Detail

      • valueOf

        public static java.lang.String valueOf​(int qualityCheckType)
      • fromValue

        public static java.lang.Integer fromValue​(java.lang.String value)
      • getTranslation

        public static java.lang.String getTranslation​(Context context,
                                                      int qualityCheckType)