Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeDominantLanguageDetectionJobResponse
-
Packages that use DescribeDominantLanguageDetectionJobResponse 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 DescribeDominantLanguageDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeDominantLanguageDetectionJobResponse Modifier and Type Method Description default DescribeDominantLanguageDetectionJobResponseComprehendClient. describeDominantLanguageDetectionJob(Consumer<DescribeDominantLanguageDetectionJobRequest.Builder> describeDominantLanguageDetectionJobRequest)Gets the properties associated with a dominant language detection job.default DescribeDominantLanguageDetectionJobResponseComprehendClient. describeDominantLanguageDetectionJob(DescribeDominantLanguageDetectionJobRequest describeDominantLanguageDetectionJobRequest)Gets the properties associated with a dominant language detection job.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeDominantLanguageDetectionJobResponse Modifier and Type Method Description default CompletableFuture<DescribeDominantLanguageDetectionJobResponse>ComprehendAsyncClient. describeDominantLanguageDetectionJob(Consumer<DescribeDominantLanguageDetectionJobRequest.Builder> describeDominantLanguageDetectionJobRequest)Gets the properties associated with a dominant language detection job.default CompletableFuture<DescribeDominantLanguageDetectionJobResponse>ComprehendAsyncClient. describeDominantLanguageDetectionJob(DescribeDominantLanguageDetectionJobRequest describeDominantLanguageDetectionJobRequest)Gets the properties associated with a dominant language detection job.
-