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