Uses of Class
software.amazon.awssdk.services.comprehend.model.StartDominantLanguageDetectionJobResponse
-
Packages that use StartDominantLanguageDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StartDominantLanguageDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartDominantLanguageDetectionJobResponse Modifier and Type Method Description default StartDominantLanguageDetectionJobResponseComprehendClient. startDominantLanguageDetectionJob(Consumer<StartDominantLanguageDetectionJobRequest.Builder> startDominantLanguageDetectionJobRequest)Starts an asynchronous dominant language detection job for a collection of documents.default StartDominantLanguageDetectionJobResponseComprehendClient. startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest startDominantLanguageDetectionJobRequest)Starts an asynchronous dominant language detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartDominantLanguageDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartDominantLanguageDetectionJobResponse>ComprehendAsyncClient. startDominantLanguageDetectionJob(Consumer<StartDominantLanguageDetectionJobRequest.Builder> startDominantLanguageDetectionJobRequest)Starts an asynchronous dominant language detection job for a collection of documents.default CompletableFuture<StartDominantLanguageDetectionJobResponse>ComprehendAsyncClient. startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest startDominantLanguageDetectionJobRequest)Starts an asynchronous dominant language detection job for a collection of documents.
-