| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectKeyPhrasesItemResult |
BatchDetectKeyPhrasesItemResult.clone() |
BatchDetectKeyPhrasesItemResult |
BatchDetectKeyPhrasesItemResult.withIndex(Integer index)
The zero-based index of the document in the input list.
|
BatchDetectKeyPhrasesItemResult |
BatchDetectKeyPhrasesItemResult.withKeyPhrases(Collection<KeyPhrase> keyPhrases)
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
BatchDetectKeyPhrasesItemResult |
BatchDetectKeyPhrasesItemResult.withKeyPhrases(KeyPhrase... keyPhrases)
One or more KeyPhrase objects, one for each key phrase detected in the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDetectKeyPhrasesItemResult> |
BatchDetectKeyPhrasesResult.getResultList()
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withResultList(BatchDetectKeyPhrasesItemResult... resultList)
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectKeyPhrasesResult.setResultList(Collection<BatchDetectKeyPhrasesItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withResultList(Collection<BatchDetectKeyPhrasesItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2024. All rights reserved.