public static interface PartOfSpeechTag.Builder extends SdkPojo, CopyableBuilder<PartOfSpeechTag.Builder,PartOfSpeechTag>
| Modifier and Type | Method and Description |
|---|---|
PartOfSpeechTag.Builder |
score(Float score)
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
|
PartOfSpeechTag.Builder |
tag(PartOfSpeechTagType tag)
Identifies the part of speech that the token represents.
|
PartOfSpeechTag.Builder |
tag(String tag)
Identifies the part of speech that the token represents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPartOfSpeechTag.Builder tag(String tag)
Identifies the part of speech that the token represents.
tag - Identifies the part of speech that the token represents.PartOfSpeechTagType,
PartOfSpeechTagTypePartOfSpeechTag.Builder tag(PartOfSpeechTagType tag)
Identifies the part of speech that the token represents.
tag - Identifies the part of speech that the token represents.PartOfSpeechTagType,
PartOfSpeechTagTypePartOfSpeechTag.Builder score(Float score)
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
score - The confidence that Amazon Comprehend has that the part of speech was correctly identified.Copyright © 2023. All rights reserved.