| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Textract.Types.NormalizedValue
Description
Documentation
data NormalizedValue Source #
Contains information relating to dates in a document, including the type of value, and the value.
See: newNormalizedValue smart constructor.
Constructors
| NormalizedValue' | |
Instances
newNormalizedValue :: NormalizedValue Source #
Create a value of NormalizedValue with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:NormalizedValue', normalizedValue_value - The value of the date, written as Year-Month-DayTHour:Minute:Second.
$sel:valueType:NormalizedValue', normalizedValue_valueType - The normalized type of the value detected. In this case, DATE.
normalizedValue_value :: Lens' NormalizedValue (Maybe Text) Source #
The value of the date, written as Year-Month-DayTHour:Minute:Second.
normalizedValue_valueType :: Lens' NormalizedValue (Maybe ValueType) Source #
The normalized type of the value detected. In this case, DATE.