| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
ExpenseDocument |
ExpenseDocument.clone() |
ExpenseDocument |
ExpenseDocument.withExpenseIndex(Integer expenseIndex)
Denotes which invoice or receipt in the document the information is coming from.
|
ExpenseDocument |
ExpenseDocument.withLineItemGroups(Collection<LineItemGroup> lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
ExpenseDocument |
ExpenseDocument.withLineItemGroups(LineItemGroup... lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
ExpenseDocument |
ExpenseDocument.withSummaryFields(Collection<ExpenseField> summaryFields)
Any information found outside of a table by Amazon Textract.
|
ExpenseDocument |
ExpenseDocument.withSummaryFields(ExpenseField... summaryFields)
Any information found outside of a table by Amazon Textract.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpenseDocument> |
AnalyzeExpenseResult.getExpenseDocuments()
The expenses detected by Amazon Textract.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeExpenseResult |
AnalyzeExpenseResult.withExpenseDocuments(ExpenseDocument... expenseDocuments)
The expenses detected by Amazon Textract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyzeExpenseResult.setExpenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
|
AnalyzeExpenseResult |
AnalyzeExpenseResult.withExpenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
|
Copyright © 2021. All rights reserved.