| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken.Builder |
SyntaxToken.Builder.beginOffset(Integer beginOffset)
The zero-based offset from the beginning of the source text to the first character in the word.
|
static SyntaxToken.Builder |
SyntaxToken.builder() |
SyntaxToken.Builder |
SyntaxToken.Builder.endOffset(Integer endOffset)
The zero-based offset from the beginning of the source text to the last character in the word.
|
default SyntaxToken.Builder |
SyntaxToken.Builder.partOfSpeech(Consumer<PartOfSpeechTag.Builder> partOfSpeech)
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech
was correctly identified.
|
SyntaxToken.Builder |
SyntaxToken.Builder.partOfSpeech(PartOfSpeechTag partOfSpeech)
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech
was correctly identified.
|
SyntaxToken.Builder |
SyntaxToken.Builder.text(String text)
The word that was recognized in the source text.
|
SyntaxToken.Builder |
SyntaxToken.toBuilder() |
SyntaxToken.Builder |
SyntaxToken.Builder.tokenId(Integer tokenId)
A unique identifier for a token.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SyntaxToken.Builder> |
SyntaxToken.serializableBuilderClass() |
Copyright © 2023. All rights reserved.