Uses of Class
software.amazon.awssdk.services.comprehend.model.DominantLanguage
-
Packages that use DominantLanguage Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DominantLanguage in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DominantLanguage Modifier and Type Method Description List<DominantLanguage>BatchDetectDominantLanguageItemResult. languages()One or more DominantLanguage objects describing the dominant languages in the document.List<DominantLanguage>DetectDominantLanguageResponse. languages()Array of languages that Amazon Comprehend detected in the input text.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DominantLanguage Modifier and Type Method Description BatchDetectDominantLanguageItemResult.BuilderBatchDetectDominantLanguageItemResult.Builder. languages(DominantLanguage... languages)One or more DominantLanguage objects describing the dominant languages in the document.DetectDominantLanguageResponse.BuilderDetectDominantLanguageResponse.Builder. languages(DominantLanguage... languages)Array of languages that Amazon Comprehend detected in the input text.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type DominantLanguage Modifier and Type Method Description BatchDetectDominantLanguageItemResult.BuilderBatchDetectDominantLanguageItemResult.Builder. languages(Collection<DominantLanguage> languages)One or more DominantLanguage objects describing the dominant languages in the document.DetectDominantLanguageResponse.BuilderDetectDominantLanguageResponse.Builder. languages(Collection<DominantLanguage> languages)Array of languages that Amazon Comprehend detected in the input text.
-