public enum OCRSupportedType extends Enum<OCRSupportedType>
OCROperation| Enum Constant and Description |
|---|
SEARCHABLE_IMAGE
Ensures that text is searchable and selectable.
|
SEARCHABLE_IMAGE_EXACT
Ensures that text is searchable and selectable.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the string representation of this OCRSupportedType
|
static OCRSupportedType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCRSupportedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCRSupportedType SEARCHABLE_IMAGE
public static final OCRSupportedType SEARCHABLE_IMAGE_EXACT
public static OCRSupportedType[] values()
for (OCRSupportedType c : OCRSupportedType.values()) System.out.println(c);
public static OCRSupportedType 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 getType()
Copyright © 2023 Adobe. All rights reserved.