Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ExpenseType Source #
An object used to store information about the Type detected by Amazon Textract.
See: newExpenseType
smart constructor.
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:text:ExpenseType'
, expenseType_text
- The word or line of text detected by Amazon Textract.
$sel:confidence:ExpenseType'
, expenseType_confidence
- The confidence of accuracy, as a percentage.
expenseType_text :: Lens' ExpenseType (Maybe Text) Source #
The word or line of text detected by Amazon Textract.
expenseType_confidence :: Lens' ExpenseType (Maybe Double) Source #
The confidence of accuracy, as a percentage.