Uses of Class
software.amazon.awssdk.services.textract.model.AnalyzeExpenseRequest
-
Packages that use AnalyzeExpenseRequest Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.software.amazon.awssdk.services.textract.transform -
-
Uses of AnalyzeExpenseRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type AnalyzeExpenseRequest Modifier and Type Method Description default CompletableFuture<AnalyzeExpenseResponse>TextractAsyncClient. analyzeExpense(AnalyzeExpenseRequest analyzeExpenseRequest)AnalyzeExpensesynchronously analyzes an input document for financially related relationships between text.default AnalyzeExpenseResponseTextractClient. analyzeExpense(AnalyzeExpenseRequest analyzeExpenseRequest)AnalyzeExpensesynchronously analyzes an input document for financially related relationships between text. -
Uses of AnalyzeExpenseRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type AnalyzeExpenseRequest Modifier and Type Method Description SdkHttpFullRequestAnalyzeExpenseRequestMarshaller. marshall(AnalyzeExpenseRequest analyzeExpenseRequest)
-