Uses of Class
software.amazon.awssdk.services.textract.model.ValueType
-
Packages that use ValueType Package Description software.amazon.awssdk.services.textract.model -
-
Uses of ValueType in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return ValueType Modifier and Type Method Description static ValueTypeValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ValueTypeValueType. 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.ValueTypeNormalizedValue. valueType()The normalized type of the value detected.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type ValueType Modifier and Type Method Description static Set<ValueType>ValueType. knownValues()Methods in software.amazon.awssdk.services.textract.model with parameters of type ValueType Modifier and Type Method Description NormalizedValue.BuilderNormalizedValue.Builder. valueType(ValueType valueType)The normalized type of the value detected.
-