Uses of Class
software.amazon.awssdk.services.textract.model.StartLendingAnalysisResponse
-
Packages that use StartLendingAnalysisResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of StartLendingAnalysisResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return StartLendingAnalysisResponse Modifier and Type Method Description default StartLendingAnalysisResponseTextractClient. startLendingAnalysis(Consumer<StartLendingAnalysisRequest.Builder> startLendingAnalysisRequest)Starts the classification and analysis of an input document.default StartLendingAnalysisResponseTextractClient. startLendingAnalysis(StartLendingAnalysisRequest startLendingAnalysisRequest)Starts the classification and analysis of an input document.Methods in software.amazon.awssdk.services.textract that return types with arguments of type StartLendingAnalysisResponse Modifier and Type Method Description default CompletableFuture<StartLendingAnalysisResponse>TextractAsyncClient. startLendingAnalysis(Consumer<StartLendingAnalysisRequest.Builder> startLendingAnalysisRequest)Starts the classification and analysis of an input document.default CompletableFuture<StartLendingAnalysisResponse>TextractAsyncClient. startLendingAnalysis(StartLendingAnalysisRequest startLendingAnalysisRequest)Starts the classification and analysis of an input document.
-