Uses of Class
software.amazon.awssdk.services.textract.model.ExpenseGroupProperty
-
Packages that use ExpenseGroupProperty Package Description software.amazon.awssdk.services.textract.model -
-
Uses of ExpenseGroupProperty in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type ExpenseGroupProperty Modifier and Type Method Description List<ExpenseGroupProperty>ExpenseField. groupProperties()Shows which group a response object belongs to, such as whether an address line belongs to the vendor's address or the recipent's address.Methods in software.amazon.awssdk.services.textract.model with parameters of type ExpenseGroupProperty Modifier and Type Method Description ExpenseField.BuilderExpenseField.Builder. groupProperties(ExpenseGroupProperty... groupProperties)Shows which group a response object belongs to, such as whether an address line belongs to the vendor's address or the recipent's address.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type ExpenseGroupProperty Modifier and Type Method Description ExpenseField.BuilderExpenseField.Builder. groupProperties(Collection<ExpenseGroupProperty> groupProperties)Shows which group a response object belongs to, such as whether an address line belongs to the vendor's address or the recipent's address.
-