| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
ExpenseDocument |
ExpenseDocument.clone() |
ExpenseDocument |
Extraction.getExpenseDocument() |
ExpenseDocument |
ExpenseDocument.withBlocks(Block... blocks)
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
ExpenseDocument |
ExpenseDocument.withBlocks(Collection<Block> blocks)
This is a block object, the same as reported when DetectDocumentText is run on a document.
|
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> |
GetExpenseAnalysisResult.getExpenseDocuments()
The expenses detected by Amazon Textract.
|
List<ExpenseDocument> |
AnalyzeExpenseResult.getExpenseDocuments()
The expenses detected by Amazon Textract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Extraction.setExpenseDocument(ExpenseDocument expenseDocument) |
Extraction |
Extraction.withExpenseDocument(ExpenseDocument expenseDocument) |
GetExpenseAnalysisResult |
GetExpenseAnalysisResult.withExpenseDocuments(ExpenseDocument... expenseDocuments)
The expenses detected by Amazon Textract.
|
AnalyzeExpenseResult |
AnalyzeExpenseResult.withExpenseDocuments(ExpenseDocument... expenseDocuments)
The expenses detected by Amazon Textract.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExpenseAnalysisResult.setExpenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
|
void |
AnalyzeExpenseResult.setExpenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
|
GetExpenseAnalysisResult |
GetExpenseAnalysisResult.withExpenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
|
AnalyzeExpenseResult |
AnalyzeExpenseResult.withExpenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
|
Copyright © 2023. All rights reserved.