| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
PartOfSpeechTag |
PartOfSpeechTag.clone() |
PartOfSpeechTag |
SyntaxToken.getPartOfSpeech()
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was
correctly identified.
|
PartOfSpeechTag |
PartOfSpeechTag.withScore(Float score)
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
|
PartOfSpeechTag |
PartOfSpeechTag.withTag(PartOfSpeechTagType tag)
Identifies the part of speech that the token represents.
|
PartOfSpeechTag |
PartOfSpeechTag.withTag(String tag)
Identifies the part of speech that the token represents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntaxToken.setPartOfSpeech(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 |
SyntaxToken.withPartOfSpeech(PartOfSpeechTag partOfSpeech)
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was
correctly identified.
|
Copyright © 2024. All rights reserved.