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