| 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.ExpenseType
Description
Synopsis
Documentation
data ExpenseType Source #
An object used to store information about the Type detected by Amazon Textract.
See: newExpenseType smart constructor.
Constructors
| ExpenseType' | |
Instances
newExpenseType :: ExpenseType Source #
Create a value of ExpenseType 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:ExpenseType', expenseType_confidence - The confidence of accuracy, as a percentage.
$sel:text:ExpenseType', expenseType_text - The word or line of text detected by Amazon Textract.
expenseType_confidence :: Lens' ExpenseType (Maybe Double) Source #
The confidence of accuracy, as a percentage.
expenseType_text :: Lens' ExpenseType (Maybe Text) Source #
The word or line of text detected by Amazon Textract.