| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static ExpenseField.Builder |
ExpenseField.builder() |
default ExpenseField.Builder |
ExpenseField.Builder.currency(Consumer<ExpenseCurrency.Builder> currency)
Shows the kind of currency, both the code and confidence associated with any monatary value detected.
|
ExpenseField.Builder |
ExpenseField.Builder.currency(ExpenseCurrency currency)
Shows the kind of currency, both the code and confidence associated with any monatary value detected.
|
ExpenseField.Builder |
ExpenseField.Builder.groupProperties(Collection<ExpenseGroupProperty> groupProperties)
Shows which group a response object belongs to, such as whether an address line belongs to the vendor's
address or the recipent's address.
|
ExpenseField.Builder |
ExpenseField.Builder.groupProperties(Consumer<ExpenseGroupProperty.Builder>... groupProperties)
Shows which group a response object belongs to, such as whether an address line belongs to the vendor's
address or the recipent's address.
|
ExpenseField.Builder |
ExpenseField.Builder.groupProperties(ExpenseGroupProperty... groupProperties)
Shows which group a response object belongs to, such as whether an address line belongs to the vendor's
address or the recipent's address.
|
default ExpenseField.Builder |
ExpenseField.Builder.labelDetection(Consumer<ExpenseDetection.Builder> labelDetection)
The explicitly stated label of a detected element.
|
ExpenseField.Builder |
ExpenseField.Builder.labelDetection(ExpenseDetection labelDetection)
The explicitly stated label of a detected element.
|
ExpenseField.Builder |
ExpenseField.Builder.pageNumber(Integer pageNumber)
The page number the value was detected on.
|
ExpenseField.Builder |
ExpenseField.toBuilder() |
default ExpenseField.Builder |
ExpenseField.Builder.type(Consumer<ExpenseType.Builder> type)
The implied label of a detected element.
|
ExpenseField.Builder |
ExpenseField.Builder.type(ExpenseType type)
The implied label of a detected element.
|
default ExpenseField.Builder |
ExpenseField.Builder.valueDetection(Consumer<ExpenseDetection.Builder> valueDetection)
The value of a detected element.
|
ExpenseField.Builder |
ExpenseField.Builder.valueDetection(ExpenseDetection valueDetection)
The value of a detected element.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExpenseField.Builder> |
ExpenseField.serializableBuilderClass() |
Copyright © 2023. All rights reserved.