Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectDominantLanguageResponse
-
Packages that use DetectDominantLanguageResponse 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 DetectDominantLanguageResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DetectDominantLanguageResponse Modifier and Type Method Description default DetectDominantLanguageResponseComprehendClient. detectDominantLanguage(Consumer<DetectDominantLanguageRequest.Builder> detectDominantLanguageRequest)Determines the dominant language of the input text.default DetectDominantLanguageResponseComprehendClient. detectDominantLanguage(DetectDominantLanguageRequest detectDominantLanguageRequest)Determines the dominant language of the input text.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DetectDominantLanguageResponse Modifier and Type Method Description default CompletableFuture<DetectDominantLanguageResponse>ComprehendAsyncClient. detectDominantLanguage(Consumer<DetectDominantLanguageRequest.Builder> detectDominantLanguageRequest)Determines the dominant language of the input text.default CompletableFuture<DetectDominantLanguageResponse>ComprehendAsyncClient. detectDominantLanguage(DetectDominantLanguageRequest detectDominantLanguageRequest)Determines the dominant language of the input text.
-