Uses of Class
software.amazon.awssdk.services.textract.model.LineItemGroup
-
Packages that use LineItemGroup Package Description software.amazon.awssdk.services.textract.model -
-
Uses of LineItemGroup in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type LineItemGroup Modifier and Type Method Description List<LineItemGroup>ExpenseDocument. lineItemGroups()Information detected on each table of a document, seperated intoLineItems.Methods in software.amazon.awssdk.services.textract.model with parameters of type LineItemGroup Modifier and Type Method Description ExpenseDocument.BuilderExpenseDocument.Builder. lineItemGroups(LineItemGroup... lineItemGroups)Information detected on each table of a document, seperated intoLineItems.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type LineItemGroup Modifier and Type Method Description ExpenseDocument.BuilderExpenseDocument.Builder. lineItemGroups(Collection<LineItemGroup> lineItemGroups)Information detected on each table of a document, seperated intoLineItems.
-