public static enum TextCapture.TextType extends java.lang.Enum<TextCapture.TextType>
| Enum Constant and Description |
|---|
Matrix
Matrix
|
MICR_CMC7
MICR_CMC7
|
MICR_E13B
MICR_E13B
|
Normal
Normal
|
OCR_A
OCR_A
|
OCR_B
OCR_B
|
Receipt
Receipt
|
| Modifier and Type | Method and Description |
|---|---|
static TextCapture.TextType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextCapture.TextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextCapture.TextType Normal
public static final TextCapture.TextType Matrix
public static final TextCapture.TextType OCR_A
public static final TextCapture.TextType OCR_B
public static final TextCapture.TextType MICR_E13B
public static final TextCapture.TextType MICR_CMC7
public static final TextCapture.TextType Receipt
public static TextCapture.TextType[] values()
for (TextCapture.TextType c : TextCapture.TextType.values()) System.out.println(c);
public static TextCapture.TextType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null