| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
List<ExpenseGroupProperty> |
ExpenseField.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.