Uses of Class
software.amazon.awssdk.services.comprehend.model.PartOfSpeechTag
-
Packages that use PartOfSpeechTag Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of PartOfSpeechTag in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return PartOfSpeechTag Modifier and Type Method Description PartOfSpeechTagSyntaxToken. partOfSpeech()Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type PartOfSpeechTag Modifier and Type Method Description SyntaxToken.BuilderSyntaxToken.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.
-