| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<SyntaxToken> |
DetectSyntaxResponse.syntaxTokens()
A collection of syntax tokens describing the text.
|
List<SyntaxToken> |
BatchDetectSyntaxItemResult.syntaxTokens()
The syntax tokens for the words in the document, one token for each word.
|
| Modifier and Type | Method and Description |
|---|---|
DetectSyntaxResponse.Builder |
DetectSyntaxResponse.Builder.syntaxTokens(SyntaxToken... syntaxTokens)
A collection of syntax tokens describing the text.
|
BatchDetectSyntaxItemResult.Builder |
BatchDetectSyntaxItemResult.Builder.syntaxTokens(SyntaxToken... syntaxTokens)
The syntax tokens for the words in the document, one token for each word.
|
| Modifier and Type | Method and Description |
|---|---|
DetectSyntaxResponse.Builder |
DetectSyntaxResponse.Builder.syntaxTokens(Collection<SyntaxToken> syntaxTokens)
A collection of syntax tokens describing the text.
|
BatchDetectSyntaxItemResult.Builder |
BatchDetectSyntaxItemResult.Builder.syntaxTokens(Collection<SyntaxToken> syntaxTokens)
The syntax tokens for the words in the document, one token for each word.
|
Copyright © 2023. All rights reserved.