Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectDominantLanguageResponse
-
Packages that use BatchDetectDominantLanguageResponse 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 BatchDetectDominantLanguageResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return BatchDetectDominantLanguageResponse Modifier and Type Method Description default BatchDetectDominantLanguageResponseComprehendClient. batchDetectDominantLanguage(Consumer<BatchDetectDominantLanguageRequest.Builder> batchDetectDominantLanguageRequest)Determines the dominant language of the input text for a batch of documents.default BatchDetectDominantLanguageResponseComprehendClient. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest)Determines the dominant language of the input text for a batch of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type BatchDetectDominantLanguageResponse Modifier and Type Method Description default CompletableFuture<BatchDetectDominantLanguageResponse>ComprehendAsyncClient. batchDetectDominantLanguage(Consumer<BatchDetectDominantLanguageRequest.Builder> batchDetectDominantLanguageRequest)Determines the dominant language of the input text for a batch of documents.default CompletableFuture<BatchDetectDominantLanguageResponse>ComprehendAsyncClient. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest)Determines the dominant language of the input text for a batch of documents.
-