Uses of Interface
software.amazon.awssdk.services.comprehend.model.PartOfSpeechTag.Builder
-
Packages that use PartOfSpeechTag.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of PartOfSpeechTag.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return PartOfSpeechTag.Builder Modifier and Type Method Description static PartOfSpeechTag.BuilderPartOfSpeechTag. builder()PartOfSpeechTag.BuilderPartOfSpeechTag.Builder. score(Float score)The confidence that Amazon Comprehend has that the part of speech was correctly identified.PartOfSpeechTag.BuilderPartOfSpeechTag.Builder. tag(String tag)Identifies the part of speech that the token represents.PartOfSpeechTag.BuilderPartOfSpeechTag.Builder. tag(PartOfSpeechTagType tag)Identifies the part of speech that the token represents.PartOfSpeechTag.BuilderPartOfSpeechTag. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type PartOfSpeechTag.Builder Modifier and Type Method Description static Class<? extends PartOfSpeechTag.Builder>PartOfSpeechTag. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type PartOfSpeechTag.Builder Modifier and Type Method Description default SyntaxToken.BuilderSyntaxToken.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.
-