Uses of Class
software.amazon.awssdk.services.textract.model.NormalizedValue
-
Packages that use NormalizedValue Package Description software.amazon.awssdk.services.textract.model -
-
Uses of NormalizedValue in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return NormalizedValue Modifier and Type Method Description NormalizedValueAnalyzeIDDetections. normalizedValue()Only returned for dates, returns the type of value detected and the date written in a more machine readable way.Methods in software.amazon.awssdk.services.textract.model with parameters of type NormalizedValue Modifier and Type Method Description AnalyzeIDDetections.BuilderAnalyzeIDDetections.Builder. normalizedValue(NormalizedValue normalizedValue)Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
-