Class eImageQualityCheckType

java.lang.Object
com.regula.documentreader.api.enums.eImageQualityCheckType

public class eImageQualityCheckType extends Object
Enumeration contains possible values of input image quality check result type
  • Field Details

    • IQC_IMAGE_GLARES

      public static final int IQC_IMAGE_GLARES
      Glares presence check
      See Also:
    • IQC_IMAGE_FOCUS

      public static final int IQC_IMAGE_FOCUS
      Focus quality check
      See Also:
    • IQC_IMAGE_RESOLUTION

      public static final int IQC_IMAGE_RESOLUTION
      Image resolution check
      See Also:
    • IQC_IMAGE_COLORNESS

      public static final int IQC_IMAGE_COLORNESS
      Image colorness check
      See Also:
    • 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:
    • IQC_BOUNDS

      public static final int IQC_BOUNDS
      Image quality check if the whole document page is completely within the image
      See Also:
    • IQC_SCREEN_CAPTURE

      public static final int IQC_SCREEN_CAPTURE
      Image quality check if the image is captured from screen
      See Also:
    • IQC_PORTRAIT

      public static final int IQC_PORTRAIT
      Image quality check if the portrait is present
      See Also:
    • 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:
    • IQC_BRIGHTNESS

      public static final int IQC_BRIGHTNESS
      Signals whether the document image is bright enough.
      See Also:
  • Constructor Details

    • eImageQualityCheckType

      public eImageQualityCheckType()
  • Method Details

    • valueOf

      public static String valueOf(int qualityCheckType)
    • fromValue

      public static Integer fromValue(String value)
    • getTranslation

      public static String getTranslation(Context context, int qualityCheckType)