| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
ExpenseCurrency |
ExpenseCurrency.clone() |
ExpenseCurrency |
ExpenseField.getCurrency()
Shows the kind of currency, both the code and confidence associated with any monatary value detected.
|
ExpenseCurrency |
ExpenseCurrency.withCode(String code)
Currency code for detected currency.
|
ExpenseCurrency |
ExpenseCurrency.withConfidence(Float confidence)
Percentage confideence in the detected currency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpenseField.setCurrency(ExpenseCurrency currency)
Shows the kind of currency, both the code and confidence associated with any monatary value detected.
|
ExpenseField |
ExpenseField.withCurrency(ExpenseCurrency currency)
Shows the kind of currency, both the code and confidence associated with any monatary value detected.
|
Copyright © 2024. All rights reserved.