Uses of Class
software.amazon.awssdk.services.textract.model.LineItemFields
-
Packages that use LineItemFields Package Description software.amazon.awssdk.services.textract.model -
-
Uses of LineItemFields in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type LineItemFields Modifier and Type Method Description List<LineItemFields>LineItemGroup. lineItems()The breakdown of information on a particular line of a table.Methods in software.amazon.awssdk.services.textract.model with parameters of type LineItemFields Modifier and Type Method Description LineItemGroup.BuilderLineItemGroup.Builder. lineItems(LineItemFields... lineItems)The breakdown of information on a particular line of a table.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type LineItemFields Modifier and Type Method Description LineItemGroup.BuilderLineItemGroup.Builder. lineItems(Collection<LineItemFields> lineItems)The breakdown of information on a particular line of a table.
-