| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static PartOfSpeechTag.Builder |
PartOfSpeechTag.builder() |
PartOfSpeechTag.Builder |
PartOfSpeechTag.Builder.score(Float score)
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
|
PartOfSpeechTag.Builder |
PartOfSpeechTag.Builder.tag(PartOfSpeechTagType tag)
Identifies the part of speech that the token represents.
|
PartOfSpeechTag.Builder |
PartOfSpeechTag.Builder.tag(String tag)
Identifies the part of speech that the token represents.
|
PartOfSpeechTag.Builder |
PartOfSpeechTag.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PartOfSpeechTag.Builder> |
PartOfSpeechTag.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.