Uses of Class
software.amazon.awssdk.services.textract.model.GetExpenseAnalysisResponse
-
Packages that use GetExpenseAnalysisResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of GetExpenseAnalysisResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return GetExpenseAnalysisResponse Modifier and Type Method Description default GetExpenseAnalysisResponse
TextractClient. getExpenseAnalysis(Consumer<GetExpenseAnalysisRequest.Builder> getExpenseAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and receipts.default GetExpenseAnalysisResponse
TextractClient. getExpenseAnalysis(GetExpenseAnalysisRequest getExpenseAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and receipts.Methods in software.amazon.awssdk.services.textract that return types with arguments of type GetExpenseAnalysisResponse Modifier and Type Method Description default CompletableFuture<GetExpenseAnalysisResponse>
TextractAsyncClient. getExpenseAnalysis(Consumer<GetExpenseAnalysisRequest.Builder> getExpenseAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and receipts.default CompletableFuture<GetExpenseAnalysisResponse>
TextractAsyncClient. getExpenseAnalysis(GetExpenseAnalysisRequest getExpenseAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and receipts.
-