Uses of Interface
com.google.cloud.language.v1.PartOfSpeechOrBuilder
-
Packages that use PartOfSpeechOrBuilder Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of PartOfSpeechOrBuilder in com.google.cloud.language.v1
Classes in com.google.cloud.language.v1 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.v1 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.
-