| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DominantLanguage |
DominantLanguage.clone() |
DominantLanguage |
DominantLanguage.withLanguageCode(String languageCode)
The RFC 5646 language code for the dominant language.
|
DominantLanguage |
DominantLanguage.withScore(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
| Modifier and Type | Method and Description |
|---|---|
List<DominantLanguage> |
BatchDetectDominantLanguageItemResult.getLanguages()
One or more DominantLanguage objects describing the dominant languages in the document.
|
List<DominantLanguage> |
DetectDominantLanguageResult.getLanguages()
The languages that Amazon Comprehend detected in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectDominantLanguageItemResult |
BatchDetectDominantLanguageItemResult.withLanguages(DominantLanguage... languages)
One or more DominantLanguage objects describing the dominant languages in the document.
|
DetectDominantLanguageResult |
DetectDominantLanguageResult.withLanguages(DominantLanguage... languages)
The languages that Amazon Comprehend detected in the input text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectDominantLanguageItemResult.setLanguages(Collection<DominantLanguage> languages)
One or more DominantLanguage objects describing the dominant languages in the document.
|
void |
DetectDominantLanguageResult.setLanguages(Collection<DominantLanguage> languages)
The languages that Amazon Comprehend detected in the input text.
|
BatchDetectDominantLanguageItemResult |
BatchDetectDominantLanguageItemResult.withLanguages(Collection<DominantLanguage> languages)
One or more DominantLanguage objects describing the dominant languages in the document.
|
DetectDominantLanguageResult |
DetectDominantLanguageResult.withLanguages(Collection<DominantLanguage> languages)
The languages that Amazon Comprehend detected in the input text.
|
Copyright © 2023. All rights reserved.