public static interface ExpenseDocument.Builder extends SdkPojo, CopyableBuilder<ExpenseDocument.Builder,ExpenseDocument>
| Modifier and Type | Method and Description |
|---|---|
ExpenseDocument.Builder |
expenseIndex(Integer expenseIndex)
Denotes which invoice or receipt in the document the information is coming from.
|
ExpenseDocument.Builder |
lineItemGroups(Collection<LineItemGroup> lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
ExpenseDocument.Builder |
lineItemGroups(Consumer<LineItemGroup.Builder>... lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
ExpenseDocument.Builder |
lineItemGroups(LineItemGroup... lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
ExpenseDocument.Builder |
summaryFields(Collection<ExpenseField> summaryFields)
Any information found outside of a table by Amazon Textract.
|
ExpenseDocument.Builder |
summaryFields(Consumer<ExpenseField.Builder>... summaryFields)
Any information found outside of a table by Amazon Textract.
|
ExpenseDocument.Builder |
summaryFields(ExpenseField... summaryFields)
Any information found outside of a table by Amazon Textract.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExpenseDocument.Builder expenseIndex(Integer expenseIndex)
Denotes which invoice or receipt in the document the information is coming from. First document will be 1, the second 2, and so on.
expenseIndex - Denotes which invoice or receipt in the document the information is coming from. First document will
be 1, the second 2, and so on.ExpenseDocument.Builder summaryFields(Collection<ExpenseField> summaryFields)
Any information found outside of a table by Amazon Textract.
summaryFields - Any information found outside of a table by Amazon Textract.ExpenseDocument.Builder summaryFields(ExpenseField... summaryFields)
Any information found outside of a table by Amazon Textract.
summaryFields - Any information found outside of a table by Amazon Textract.ExpenseDocument.Builder summaryFields(Consumer<ExpenseField.Builder>... summaryFields)
Any information found outside of a table by Amazon Textract.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #summaryFields(List) .summaryFields - a consumer that will call methods on List.Builder #summaryFields(List) ExpenseDocument.Builder lineItemGroups(Collection<LineItemGroup> lineItemGroups)
Information detected on each table of a document, seperated into LineItems.
lineItemGroups - Information detected on each table of a document, seperated into LineItems.ExpenseDocument.Builder lineItemGroups(LineItemGroup... lineItemGroups)
Information detected on each table of a document, seperated into LineItems.
lineItemGroups - Information detected on each table of a document, seperated into LineItems.ExpenseDocument.Builder lineItemGroups(Consumer<LineItemGroup.Builder>... lineItemGroups)
Information detected on each table of a document, seperated into LineItems.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #lineItemGroups(List) .lineItemGroups - a consumer that will call methods on List.Builder #lineItemGroups(List) Copyright © 2022. All rights reserved.