Enum Class DocumentSpecificationPreset

java.lang.Object
java.lang.Enum<DocumentSpecificationPreset>
com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
All Implemented Interfaces:
Serializable, Comparable<DocumentSpecificationPreset>, Constable

public enum DocumentSpecificationPreset extends Enum<DocumentSpecificationPreset>
  • Enum Constant Details

    • DOCUMENT_SPECIFICATION_PRESET_ID1_CARD

      public static final DocumentSpecificationPreset DOCUMENT_SPECIFICATION_PRESET_ID1_CARD
      Uses detection settings for detecting ID1 card format as explained here.
    • DOCUMENT_SPECIFICATION_PRESET_ID2_CARD

      public static final DocumentSpecificationPreset DOCUMENT_SPECIFICATION_PRESET_ID2_CARD
      Uses detection settings for detecting ID1 card format as explained here.
    • DOCUMENT_SPECIFICATION_PRESET_ID1_VERTICAL_CARD

      public static final DocumentSpecificationPreset DOCUMENT_SPECIFICATION_PRESET_ID1_VERTICAL_CARD
      Uses detection settings for detecting ID1 card format in vertical orientation as explained here.
    • DOCUMENT_SPECIFICATION_PRESET_ID2_VERTICAL_CARD

      public static final DocumentSpecificationPreset DOCUMENT_SPECIFICATION_PRESET_ID2_VERTICAL_CARD
      Uses detection settings for detecting ID2 card format in vertical orientation as explained here.
    • DOCUMENT_SPECIFICATION_PRESET_CHEQUE

      public static final DocumentSpecificationPreset DOCUMENT_SPECIFICATION_PRESET_CHEQUE
      Uses detections settings for detecting cheques
    • DOCUMENT_SPECIFICATION_PRESET_A4_PORTRAIT

      public static final DocumentSpecificationPreset DOCUMENT_SPECIFICATION_PRESET_A4_PORTRAIT
      Uses detection settings for detection of A4 documents in portrait orientation (for example invoices)
    • DOCUMENT_SPECIFICATION_PRESET_A4_LANDSCAPE

      public static final DocumentSpecificationPreset DOCUMENT_SPECIFICATION_PRESET_A4_LANDSCAPE
      Uses detection settings for detection of A4 documents in landscape orientation (for example printed presentation slides)
  • Method Details

    • values

      public static DocumentSpecificationPreset[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DocumentSpecificationPreset valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null