public final class Token extends GeneratedMessageV3 implements TokenOrBuilder
Represents the smallest syntactic building block of the text.Protobuf type
google.cloud.language.v1beta2.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, unknownFieldsmemoizedSizememoizedHashCode| 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic 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 MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public boolean hasText()
The token text.
.google.cloud.language.v1beta2.TextSpan text = 1;hasText in interface TokenOrBuilderpublic TextSpan getText()
The token text.
.google.cloud.language.v1beta2.TextSpan text = 1;getText in interface TokenOrBuilderpublic TextSpanOrBuilder getTextOrBuilder()
The token text.
.google.cloud.language.v1beta2.TextSpan text = 1;getTextOrBuilder in interface TokenOrBuilderpublic boolean hasPartOfSpeech()
Parts of speech tag for this token.
.google.cloud.language.v1beta2.PartOfSpeech part_of_speech = 2;hasPartOfSpeech in interface TokenOrBuilderpublic PartOfSpeech getPartOfSpeech()
Parts of speech tag for this token.
.google.cloud.language.v1beta2.PartOfSpeech part_of_speech = 2;getPartOfSpeech in interface TokenOrBuilderpublic PartOfSpeechOrBuilder getPartOfSpeechOrBuilder()
Parts of speech tag for this token.
.google.cloud.language.v1beta2.PartOfSpeech part_of_speech = 2;getPartOfSpeechOrBuilder in interface TokenOrBuilderpublic boolean hasDependencyEdge()
Dependency tree parse for this token.
.google.cloud.language.v1beta2.DependencyEdge dependency_edge = 3;hasDependencyEdge in interface TokenOrBuilderpublic DependencyEdge getDependencyEdge()
Dependency tree parse for this token.
.google.cloud.language.v1beta2.DependencyEdge dependency_edge = 3;getDependencyEdge in interface TokenOrBuilderpublic DependencyEdgeOrBuilder getDependencyEdgeOrBuilder()
Dependency tree parse for this token.
.google.cloud.language.v1beta2.DependencyEdge dependency_edge = 3;getDependencyEdgeOrBuilder in interface TokenOrBuilderpublic java.lang.String getLemma()
[Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
string lemma = 4;getLemma in interface TokenOrBuilderpublic ByteString getLemmaBytes()
[Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token.
string lemma = 4;getLemmaBytes in interface TokenOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static Token parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Token parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Token parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Token parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Token parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Token parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Token parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Token parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Token parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Token parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Token parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Token parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Token.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static Token.Builder newBuilder()
public static Token.Builder newBuilder(Token prototype)
public Token.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected Token.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static Token getDefaultInstance()
public Parser<Token> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public Token getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder