| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectDominantLanguageItemResult |
BatchDetectDominantLanguageItemResult.clone() |
BatchDetectDominantLanguageItemResult |
BatchDetectDominantLanguageItemResult.withIndex(Integer index)
The zero-based index of the document in the input list.
|
BatchDetectDominantLanguageItemResult |
BatchDetectDominantLanguageItemResult.withLanguages(Collection<DominantLanguage> languages)
One or more DominantLanguage objects describing the dominant languages in the document.
|
BatchDetectDominantLanguageItemResult |
BatchDetectDominantLanguageItemResult.withLanguages(DominantLanguage... languages)
One or more DominantLanguage objects describing the dominant languages in the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDetectDominantLanguageItemResult> |
BatchDetectDominantLanguageResult.getResultList()
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectDominantLanguageResult |
BatchDetectDominantLanguageResult.withResultList(BatchDetectDominantLanguageItemResult... resultList)
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectDominantLanguageResult.setResultList(Collection<BatchDetectDominantLanguageItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectDominantLanguageResult |
BatchDetectDominantLanguageResult.withResultList(Collection<BatchDetectDominantLanguageItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2019. All rights reserved.