| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
LineItemGroup |
LineItemGroup.clone() |
LineItemGroup |
LineItemGroup.withLineItemGroupIndex(Integer lineItemGroupIndex)
The number used to identify a specific table in a document.
|
LineItemGroup |
LineItemGroup.withLineItems(Collection<LineItemFields> lineItems)
The breakdown of information on a particular line of a table.
|
LineItemGroup |
LineItemGroup.withLineItems(LineItemFields... lineItems)
The breakdown of information on a particular line of a table.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineItemGroup> |
ExpenseDocument.getLineItemGroups()
Information detected on each table of a document, seperated into
LineItems. |
| Modifier and Type | Method and Description |
|---|---|
ExpenseDocument |
ExpenseDocument.withLineItemGroups(LineItemGroup... lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpenseDocument.setLineItemGroups(Collection<LineItemGroup> lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
ExpenseDocument |
ExpenseDocument.withLineItemGroups(Collection<LineItemGroup> lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
Copyright © 2022. All rights reserved.