public enum TextExtractionAlgorithm extends Enum<TextExtractionAlgorithm>
| Enum Constant and Description |
|---|
HANDWRITTEN
Enum value handwritten.
|
PRINTED
Enum value printed.
|
| Modifier and Type | Method and Description |
|---|---|
static TextExtractionAlgorithm |
fromString(String value)
Parses a serialized value to a TextExtractionAlgorithm instance.
|
String |
toString() |
static TextExtractionAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextExtractionAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextExtractionAlgorithm PRINTED
public static final TextExtractionAlgorithm HANDWRITTEN
public static TextExtractionAlgorithm[] values()
public static TextExtractionAlgorithm 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 static TextExtractionAlgorithm fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<TextExtractionAlgorithm>Copyright © 2020 Microsoft Corporation. All rights reserved.