Uses of Class
software.amazon.awssdk.services.textract.model.ExpenseDocument
-
Packages that use ExpenseDocument Package Description software.amazon.awssdk.services.textract.model -
-
Uses of ExpenseDocument in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return ExpenseDocument Modifier and Type Method Description ExpenseDocumentExtraction. expenseDocument()Returns the value of the ExpenseDocument property for this object.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type ExpenseDocument Modifier and Type Method Description List<ExpenseDocument>AnalyzeExpenseResponse. expenseDocuments()The expenses detected by Amazon Textract.List<ExpenseDocument>GetExpenseAnalysisResponse. expenseDocuments()The expenses detected by Amazon Textract.Methods in software.amazon.awssdk.services.textract.model with parameters of type ExpenseDocument Modifier and Type Method Description Extraction.BuilderExtraction.Builder. expenseDocument(ExpenseDocument expenseDocument)Sets the value of the ExpenseDocument property for this object.AnalyzeExpenseResponse.BuilderAnalyzeExpenseResponse.Builder. expenseDocuments(ExpenseDocument... expenseDocuments)The expenses detected by Amazon Textract.GetExpenseAnalysisResponse.BuilderGetExpenseAnalysisResponse.Builder. expenseDocuments(ExpenseDocument... expenseDocuments)The expenses detected by Amazon Textract.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type ExpenseDocument Modifier and Type Method Description AnalyzeExpenseResponse.BuilderAnalyzeExpenseResponse.Builder. expenseDocuments(Collection<ExpenseDocument> expenseDocuments)The expenses detected by Amazon Textract.GetExpenseAnalysisResponse.BuilderGetExpenseAnalysisResponse.Builder. expenseDocuments(Collection<ExpenseDocument> expenseDocuments)The expenses detected by Amazon Textract.
-