public static enum Ocr.ImagePreProcessingType extends Enum<Ocr.ImagePreProcessingType>
| Enum Constant and Description |
|---|
CUSTOM |
DEFAULT |
DEFAULT_WITH_ORIENTATION_DETECTION |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Ocr.ImagePreProcessingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ocr.ImagePreProcessingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ocr.ImagePreProcessingType DEFAULT
public static final Ocr.ImagePreProcessingType DEFAULT_WITH_ORIENTATION_DETECTION
public static final Ocr.ImagePreProcessingType CUSTOM
public static Ocr.ImagePreProcessingType[] values()
for (Ocr.ImagePreProcessingType c : Ocr.ImagePreProcessingType.values()) System.out.println(c);
public static Ocr.ImagePreProcessingType 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 nullpublic String toString()
toString in class Enum<Ocr.ImagePreProcessingType>Copyright © 2015. All Rights Reserved.