| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ValueType |
NormalizedValue.valueType()
The normalized type of the value detected.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ValueType> |
ValueType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NormalizedValue.Builder |
NormalizedValue.Builder.valueType(ValueType valueType)
The normalized type of the value detected.
|
Copyright © 2023. All rights reserved.