Uses of Interface
software.amazon.awssdk.services.textract.model.GetLendingAnalysisSummaryRequest.Builder
-
Packages that use GetLendingAnalysisSummaryRequest.Builder 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.model -
-
Uses of GetLendingAnalysisSummaryRequest.Builder in software.amazon.awssdk.services.textract
Method parameters in software.amazon.awssdk.services.textract with type arguments of type GetLendingAnalysisSummaryRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLendingAnalysisSummaryResponse>TextractAsyncClient. getLendingAnalysisSummary(Consumer<GetLendingAnalysisSummaryRequest.Builder> getLendingAnalysisSummaryRequest)Gets summarized results for theStartLendingAnalysisoperation, which analyzes text in a lending document.default GetLendingAnalysisSummaryResponseTextractClient. getLendingAnalysisSummary(Consumer<GetLendingAnalysisSummaryRequest.Builder> getLendingAnalysisSummaryRequest)Gets summarized results for theStartLendingAnalysisoperation, which analyzes text in a lending document. -
Uses of GetLendingAnalysisSummaryRequest.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return GetLendingAnalysisSummaryRequest.Builder Modifier and Type Method Description static GetLendingAnalysisSummaryRequest.BuilderGetLendingAnalysisSummaryRequest. builder()GetLendingAnalysisSummaryRequest.BuilderGetLendingAnalysisSummaryRequest.Builder. jobId(String jobId)A unique identifier for the lending or text-detection job.GetLendingAnalysisSummaryRequest.BuilderGetLendingAnalysisSummaryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLendingAnalysisSummaryRequest.BuilderGetLendingAnalysisSummaryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLendingAnalysisSummaryRequest.BuilderGetLendingAnalysisSummaryRequest. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type GetLendingAnalysisSummaryRequest.Builder Modifier and Type Method Description static Class<? extends GetLendingAnalysisSummaryRequest.Builder>GetLendingAnalysisSummaryRequest. serializableBuilderClass()
-