| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
ExpenseGroupProperty |
ExpenseGroupProperty.clone() |
ExpenseGroupProperty |
ExpenseGroupProperty.withId(String id)
Provides a group Id number, which will be the same for each in the group.
|
ExpenseGroupProperty |
ExpenseGroupProperty.withTypes(Collection<String> types)
Informs you on whether the expense group is a name or an address.
|
ExpenseGroupProperty |
ExpenseGroupProperty.withTypes(String... types)
Informs you on whether the expense group is a name or an address.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpenseGroupProperty> |
ExpenseField.getGroupProperties()
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 |
ExpenseField.withGroupProperties(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 |
|---|---|
void |
ExpenseField.setGroupProperties(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 |
ExpenseField.withGroupProperties(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.