| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
LineItemFields |
LineItemFields.clone() |
LineItemFields |
LineItemFields.withLineItemExpenseFields(Collection<ExpenseField> lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
|
LineItemFields |
LineItemFields.withLineItemExpenseFields(ExpenseField... lineItemExpenseFields)
ExpenseFields used to show information from detected lines on a table.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineItemFields> |
LineItemGroup.getLineItems()
The breakdown of information on a particular line of a table.
|
| Modifier and Type | Method and Description |
|---|---|
LineItemGroup |
LineItemGroup.withLineItems(LineItemFields... lineItems)
The breakdown of information on a particular line of a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItemGroup.setLineItems(Collection<LineItemFields> lineItems)
The breakdown of information on a particular line of a table.
|
LineItemGroup |
LineItemGroup.withLineItems(Collection<LineItemFields> lineItems)
The breakdown of information on a particular line of a table.
|
Copyright © 2021. All rights reserved.