Uses of Interface
software.amazon.awssdk.services.textract.model.NormalizedValue.Builder
-
Packages that use NormalizedValue.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of NormalizedValue.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return NormalizedValue.Builder Modifier and Type Method Description static NormalizedValue.Builder
NormalizedValue. builder()
NormalizedValue.Builder
NormalizedValue. toBuilder()
NormalizedValue.Builder
NormalizedValue.Builder. value(String value)
The value of the date, written as Year-Month-DayTHour:Minute:Second.NormalizedValue.Builder
NormalizedValue.Builder. valueType(String valueType)
The normalized type of the value detected.NormalizedValue.Builder
NormalizedValue.Builder. valueType(ValueType valueType)
The normalized type of the value detected.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type NormalizedValue.Builder Modifier and Type Method Description static Class<? extends NormalizedValue.Builder>
NormalizedValue. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type NormalizedValue.Builder Modifier and Type Method Description default AnalyzeIDDetections.Builder
AnalyzeIDDetections.Builder. normalizedValue(Consumer<NormalizedValue.Builder> normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
-