| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
NormalizedValue |
NormalizedValue.clone() |
NormalizedValue |
AnalyzeIDDetections.getNormalizedValue()
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
|
NormalizedValue |
NormalizedValue.withValue(String value)
The value of the date, written as Year-Month-DayTHour:Minute:Second.
|
NormalizedValue |
NormalizedValue.withValueType(String valueType)
The normalized type of the value detected.
|
NormalizedValue |
NormalizedValue.withValueType(ValueType valueType)
The normalized type of the value detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyzeIDDetections.setNormalizedValue(NormalizedValue normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
|
AnalyzeIDDetections |
AnalyzeIDDetections.withNormalizedValue(NormalizedValue normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
|
Copyright © 2023. All rights reserved.