public final class Token extends GeneratedMessageV3 implements TokenOrBuilder
Represents the smallest syntactic building block of the text.Protobuf type
google.cloud.language.v1.Token
Modifier and Type | Class and Description |
---|---|
static class |
Token.Builder
Represents the smallest syntactic building block of the text.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
DEPENDENCY_EDGE_FIELD_NUMBER |
static int |
LEMMA_FIELD_NUMBER |
static int |
PART_OF_SPEECH_FIELD_NUMBER |
static int |
TEXT_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Token |
getDefaultInstance() |
Token |
getDefaultInstanceForType() |
DependencyEdge |
getDependencyEdge()
Dependency tree parse for this token.
|
DependencyEdgeOrBuilder |
getDependencyEdgeOrBuilder()
Dependency tree parse for this token.
|
static Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getLemma()
[Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
|
ByteString |
getLemmaBytes()
[Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
|
Parser<Token> |
getParserForType() |
PartOfSpeech |
getPartOfSpeech()
Parts of speech tag for this token.
|
PartOfSpeechOrBuilder |
getPartOfSpeechOrBuilder()
Parts of speech tag for this token.
|
int |
getSerializedSize() |
TextSpan |
getText()
The token text.
|
TextSpanOrBuilder |
getTextOrBuilder()
The token text.
|
UnknownFieldSet |
getUnknownFields() |
boolean |
hasDependencyEdge()
Dependency tree parse for this token.
|
int |
hashCode() |
boolean |
hasPartOfSpeech()
Parts of speech tag for this token.
|
boolean |
hasText()
The token text.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Token.Builder |
newBuilder() |
static Token.Builder |
newBuilder(Token prototype) |
Token.Builder |
newBuilderForType() |
protected Token.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static Token |
parseDelimitedFrom(java.io.InputStream input) |
static Token |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Token |
parseFrom(byte[] data) |
static Token |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Token |
parseFrom(java.nio.ByteBuffer data) |
static Token |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Token |
parseFrom(ByteString data) |
static Token |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Token |
parseFrom(CodedInputStream input) |
static Token |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Token |
parseFrom(java.io.InputStream input) |
static Token |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Token> |
parser() |
Token.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int TEXT_FIELD_NUMBER
public static final int PART_OF_SPEECH_FIELD_NUMBER
public static final int DEPENDENCY_EDGE_FIELD_NUMBER
public static final int LEMMA_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasText()
The token text.
.google.cloud.language.v1.TextSpan text = 1;
hasText
in interface TokenOrBuilder
public TextSpan getText()
The token text.
.google.cloud.language.v1.TextSpan text = 1;
getText
in interface TokenOrBuilder
public TextSpanOrBuilder getTextOrBuilder()
The token text.
.google.cloud.language.v1.TextSpan text = 1;
getTextOrBuilder
in interface TokenOrBuilder
public boolean hasPartOfSpeech()
Parts of speech tag for this token.
.google.cloud.language.v1.PartOfSpeech part_of_speech = 2;
hasPartOfSpeech
in interface TokenOrBuilder
public PartOfSpeech getPartOfSpeech()
Parts of speech tag for this token.
.google.cloud.language.v1.PartOfSpeech part_of_speech = 2;
getPartOfSpeech
in interface TokenOrBuilder
public PartOfSpeechOrBuilder getPartOfSpeechOrBuilder()
Parts of speech tag for this token.
.google.cloud.language.v1.PartOfSpeech part_of_speech = 2;
getPartOfSpeechOrBuilder
in interface TokenOrBuilder
public boolean hasDependencyEdge()
Dependency tree parse for this token.
.google.cloud.language.v1.DependencyEdge dependency_edge = 3;
hasDependencyEdge
in interface TokenOrBuilder
public DependencyEdge getDependencyEdge()
Dependency tree parse for this token.
.google.cloud.language.v1.DependencyEdge dependency_edge = 3;
getDependencyEdge
in interface TokenOrBuilder
public DependencyEdgeOrBuilder getDependencyEdgeOrBuilder()
Dependency tree parse for this token.
.google.cloud.language.v1.DependencyEdge dependency_edge = 3;
getDependencyEdgeOrBuilder
in interface TokenOrBuilder
public java.lang.String getLemma()
[Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
string lemma = 4;
getLemma
in interface TokenOrBuilder
public ByteString getLemmaBytes()
[Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
string lemma = 4;
getLemmaBytes
in interface TokenOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Token parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Token parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Token parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Token parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Token parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Token parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Token parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Token parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Token parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Token parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Token parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Token parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Token.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Token.Builder newBuilder()
public static Token.Builder newBuilder(Token prototype)
public Token.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Token.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Token getDefaultInstance()
public Parser<Token> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Token getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder