Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectDominantLanguageRequest
-
Packages that use BatchDetectDominantLanguageRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of BatchDetectDominantLanguageRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type BatchDetectDominantLanguageRequest Modifier and Type Method Description default CompletableFuture<BatchDetectDominantLanguageResponse>ComprehendAsyncClient. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest 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. -
Uses of BatchDetectDominantLanguageRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type BatchDetectDominantLanguageRequest Modifier and Type Method Description SdkHttpFullRequestBatchDetectDominantLanguageRequestMarshaller. marshall(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest)
-