| 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.ExpenseDetection
Description
Documentation
data ExpenseDetection Source #
An object used to store information about the Value or Label detected by Amazon Textract.
See: newExpenseDetection smart constructor.
Constructors
| ExpenseDetection' | |
Instances
newExpenseDetection :: ExpenseDetection Source #
Create a value of ExpenseDetection 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:ExpenseDetection', expenseDetection_confidence - The confidence in detection, as a percentage
$sel:geometry:ExpenseDetection', expenseDetection_geometry - Undocumented member.
$sel:text:ExpenseDetection', expenseDetection_text - The word or line of text recognized by Amazon Textract
expenseDetection_confidence :: Lens' ExpenseDetection (Maybe Double) Source #
The confidence in detection, as a percentage
expenseDetection_geometry :: Lens' ExpenseDetection (Maybe Geometry) Source #
Undocumented member.
expenseDetection_text :: Lens' ExpenseDetection (Maybe Text) Source #
The word or line of text recognized by Amazon Textract