| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSyntaxItemResult |
BatchDetectSyntaxItemResult.clone() |
BatchDetectSyntaxItemResult |
BatchDetectSyntaxItemResult.withIndex(Integer index)
The zero-based index of the document in the input list.
|
BatchDetectSyntaxItemResult |
BatchDetectSyntaxItemResult.withSyntaxTokens(Collection<SyntaxToken> syntaxTokens)
The syntax tokens for the words in the document, one token for each word.
|
BatchDetectSyntaxItemResult |
BatchDetectSyntaxItemResult.withSyntaxTokens(SyntaxToken... syntaxTokens)
The syntax tokens for the words in the document, one token for each word.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDetectSyntaxItemResult> |
BatchDetectSyntaxResult.getResultList()
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withResultList(BatchDetectSyntaxItemResult... resultList)
A list of objects containing the results of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectSyntaxResult.setResultList(Collection<BatchDetectSyntaxItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withResultList(Collection<BatchDetectSyntaxItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2021. All rights reserved.