| 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.AnalyzeIDDetections
Description
Synopsis
- data AnalyzeIDDetections = AnalyzeIDDetections' {}
- newAnalyzeIDDetections :: Text -> AnalyzeIDDetections
- analyzeIDDetections_confidence :: Lens' AnalyzeIDDetections (Maybe Double)
- analyzeIDDetections_normalizedValue :: Lens' AnalyzeIDDetections (Maybe NormalizedValue)
- analyzeIDDetections_text :: Lens' AnalyzeIDDetections Text
Documentation
data AnalyzeIDDetections Source #
Used to contain the information detected by an AnalyzeID operation.
See: newAnalyzeIDDetections smart constructor.
Constructors
| AnalyzeIDDetections' | |
Fields
| |
Instances
newAnalyzeIDDetections Source #
Arguments
| :: Text | |
| -> AnalyzeIDDetections |
Create a value of AnalyzeIDDetections 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:confidence:AnalyzeIDDetections', analyzeIDDetections_confidence - The confidence score of the detected text.
$sel:normalizedValue:AnalyzeIDDetections', analyzeIDDetections_normalizedValue - Only returned for dates, returns the type of value detected and the date
written in a more machine readable way.
$sel:text:AnalyzeIDDetections', analyzeIDDetections_text - Text of either the normalized field or value associated with it.
analyzeIDDetections_confidence :: Lens' AnalyzeIDDetections (Maybe Double) Source #
The confidence score of the detected text.
analyzeIDDetections_normalizedValue :: Lens' AnalyzeIDDetections (Maybe NormalizedValue) Source #
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
analyzeIDDetections_text :: Lens' AnalyzeIDDetections Text Source #
Text of either the normalized field or value associated with it.