public static enum OCRConstants.OCR_ENGINES extends Enum<OCRConstants.OCR_ENGINES>
Enum Constant and Description |
---|
ABBYY |
GoogleVision |
Tesseract |
Modifier and Type | Method and Description |
---|---|
static OCRConstants.OCR_ENGINES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCRConstants.OCR_ENGINES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCRConstants.OCR_ENGINES Tesseract
public static final OCRConstants.OCR_ENGINES ABBYY
public static final OCRConstants.OCR_ENGINES GoogleVision
public static OCRConstants.OCR_ENGINES[] values()
for (OCRConstants.OCR_ENGINES c : OCRConstants.OCR_ENGINES.values()) System.out.println(c);
public static OCRConstants.OCR_ENGINES valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null