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 class
PartOfSpeech
Represents part of speech information for a token.static class
PartOfSpeech.Builder
Represents part of speech information for a token.Methods in com.google.cloud.language.v1 that return PartOfSpeechOrBuilder Modifier and Type Method Description PartOfSpeechOrBuilder
Token.Builder. getPartOfSpeechOrBuilder()
Parts of speech tag for this token.PartOfSpeechOrBuilder
Token. getPartOfSpeechOrBuilder()
Parts of speech tag for this token.PartOfSpeechOrBuilder
TokenOrBuilder. getPartOfSpeechOrBuilder()
Parts of speech tag for this token.
-