Uses of Class
com.google.cloud.language.v1beta2.PartOfSpeech
-
Packages that use PartOfSpeech Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of PartOfSpeech in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return PartOfSpeech Modifier and Type Method Description PartOfSpeechPartOfSpeech.Builder. build()PartOfSpeechPartOfSpeech.Builder. buildPartial()static PartOfSpeechPartOfSpeech. getDefaultInstance()PartOfSpeechPartOfSpeech.Builder. getDefaultInstanceForType()PartOfSpeechPartOfSpeech. getDefaultInstanceForType()PartOfSpeechToken.Builder. getPartOfSpeech()Parts of speech tag for this token.PartOfSpeechToken. getPartOfSpeech()Parts of speech tag for this token.PartOfSpeechTokenOrBuilder. getPartOfSpeech()Parts of speech tag for this token.static PartOfSpeechPartOfSpeech. parseDelimitedFrom(InputStream input)static PartOfSpeechPartOfSpeech. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartOfSpeechPartOfSpeech. parseFrom(byte[] data)static PartOfSpeechPartOfSpeech. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartOfSpeechPartOfSpeech. parseFrom(com.google.protobuf.ByteString data)static PartOfSpeechPartOfSpeech. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartOfSpeechPartOfSpeech. parseFrom(com.google.protobuf.CodedInputStream input)static PartOfSpeechPartOfSpeech. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartOfSpeechPartOfSpeech. parseFrom(InputStream input)static PartOfSpeechPartOfSpeech. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartOfSpeechPartOfSpeech. parseFrom(ByteBuffer data)static PartOfSpeechPartOfSpeech. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v1beta2 that return types with arguments of type PartOfSpeech Modifier and Type Method Description com.google.protobuf.Parser<PartOfSpeech>PartOfSpeech. getParserForType()static com.google.protobuf.Parser<PartOfSpeech>PartOfSpeech. parser()Methods in com.google.cloud.language.v1beta2 with parameters of type PartOfSpeech Modifier and Type Method Description PartOfSpeech.BuilderPartOfSpeech.Builder. mergeFrom(PartOfSpeech other)Token.BuilderToken.Builder. mergePartOfSpeech(PartOfSpeech value)Parts of speech tag for this token.static PartOfSpeech.BuilderPartOfSpeech. newBuilder(PartOfSpeech prototype)Token.BuilderToken.Builder. setPartOfSpeech(PartOfSpeech value)Parts of speech tag for this token.
-