public static interface ExpenseType.Builder extends SdkPojo, CopyableBuilder<ExpenseType.Builder,ExpenseType>
| Modifier and Type | Method and Description |
|---|---|
ExpenseType.Builder |
confidence(Float confidence)
The confidence of accuracy, as a percentage.
|
ExpenseType.Builder |
text(String text)
The word or line of text detected by Amazon Textract.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExpenseType.Builder text(String text)
The word or line of text detected by Amazon Textract.
text - The word or line of text detected by Amazon Textract.ExpenseType.Builder confidence(Float confidence)
The confidence of accuracy, as a percentage.
confidence - The confidence of accuracy, as a percentage.Copyright © 2023. All rights reserved.