Uses of Interface
com.google.cloud.language.v1beta2.PartOfSpeechOrBuilder
-
Packages that use PartOfSpeechOrBuilder Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of PartOfSpeechOrBuilder in com.google.cloud.language.v1beta2
Classes in com.google.cloud.language.v1beta2 that implement PartOfSpeechOrBuilder Modifier and Type Class Description classPartOfSpeechRepresents part of speech information for a token.static classPartOfSpeech.BuilderRepresents part of speech information for a token.Methods in com.google.cloud.language.v1beta2 that return PartOfSpeechOrBuilder Modifier and Type Method Description PartOfSpeechOrBuilderToken.Builder. getPartOfSpeechOrBuilder()Parts of speech tag for this token.PartOfSpeechOrBuilderToken. getPartOfSpeechOrBuilder()Parts of speech tag for this token.PartOfSpeechOrBuilderTokenOrBuilder. getPartOfSpeechOrBuilder()Parts of speech tag for this token.
-