public static enum TesseractOCRConfig.OUTPUT_TYPE extends Enum<TesseractOCRConfig.OUTPUT_TYPE>
Modifier and Type | Method and Description |
---|---|
static TesseractOCRConfig.OUTPUT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TesseractOCRConfig.OUTPUT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TesseractOCRConfig.OUTPUT_TYPE TXT
public static final TesseractOCRConfig.OUTPUT_TYPE HOCR
public static TesseractOCRConfig.OUTPUT_TYPE[] values()
for (TesseractOCRConfig.OUTPUT_TYPE c : TesseractOCRConfig.OUTPUT_TYPE.values()) System.out.println(c);
public static TesseractOCRConfig.OUTPUT_TYPE 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 nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.