Send feedback
Class Token (2.77.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class Token extends GeneratedMessageV3 implements TokenOrBuilder
Represents the smallest syntactic building block of the text.
Protobuf type google.cloud.language.v1beta2.Token
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEPENDENCY_EDGE_FIELD_NUMBER
public static final int DEPENDENCY_EDGE_FIELD_NUMBER
Field Value
Type
Description
int
LEMMA_FIELD_NUMBER
public static final int LEMMA_FIELD_NUMBER
Field Value
Type
Description
int
PART_OF_SPEECH_FIELD_NUMBER
public static final int PART_OF_SPEECH_FIELD_NUMBER
Field Value
Type
Description
int
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Token getDefaultInstance ()
Returns
Type
Description
Token
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Token . Builder newBuilder ()
newBuilder(Token prototype)
public static Token . Builder newBuilder ( Token prototype )
Parameter
Name
Description
prototype
Token
public static Token parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Token
public static Token parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Token
parseFrom(byte[] data)
public static Token parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Token
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Token parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Token
parseFrom(ByteString data)
public static Token parseFrom ( ByteString data )
Returns
Type
Description
Token
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Token parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Token
public static Token parseFrom ( CodedInputStream input )
Returns
Type
Description
Token
public static Token parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Token
public static Token parseFrom ( InputStream input )
Returns
Type
Description
Token
public static Token parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Token
parseFrom(ByteBuffer data)
public static Token parseFrom ( ByteBuffer data )
Returns
Type
Description
Token
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Token parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Token
parser()
public static Parser<Token> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Token getDefaultInstanceForType ()
Returns
Type
Description
Token
getDependencyEdge()
public DependencyEdge getDependencyEdge ()
Dependency tree parse for this token.
.google.cloud.language.v1beta2.DependencyEdge dependency_edge = 3;
getDependencyEdgeOrBuilder()
public DependencyEdgeOrBuilder getDependencyEdgeOrBuilder ()
Dependency tree parse for this token.
.google.cloud.language.v1beta2.DependencyEdge dependency_edge = 3;
getLemma()
Lemma of the token.
string lemma = 4;
Returns
Type
Description
String
The lemma.
getLemmaBytes()
public ByteString getLemmaBytes ()
Lemma of the token.
string lemma = 4;
Returns
Type
Description
ByteString
The bytes for lemma.
getParserForType()
public Parser<Token> getParserForType ()
Overrides
getPartOfSpeech()
public PartOfSpeech getPartOfSpeech ()
Parts of speech tag for this token.
.google.cloud.language.v1beta2.PartOfSpeech part_of_speech = 2;
getPartOfSpeechOrBuilder()
public PartOfSpeechOrBuilder getPartOfSpeechOrBuilder ()
Parts of speech tag for this token.
.google.cloud.language.v1beta2.PartOfSpeech part_of_speech = 2;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getText()
public TextSpan getText ()
The token text.
.google.cloud.language.v1beta2.TextSpan text = 1;
Returns
Type
Description
TextSpan
The text.
getTextOrBuilder()
public TextSpanOrBuilder getTextOrBuilder ()
The token text.
.google.cloud.language.v1beta2.TextSpan text = 1;
hasDependencyEdge()
public boolean hasDependencyEdge ()
Dependency tree parse for this token.
.google.cloud.language.v1beta2.DependencyEdge dependency_edge = 3;
Returns
Type
Description
boolean
Whether the dependencyEdge field is set.
hasPartOfSpeech()
public boolean hasPartOfSpeech ()
Parts of speech tag for this token.
.google.cloud.language.v1beta2.PartOfSpeech part_of_speech = 2;
Returns
Type
Description
boolean
Whether the partOfSpeech field is set.
hasText()
The token text.
.google.cloud.language.v1beta2.TextSpan text = 1;
Returns
Type
Description
boolean
Whether the text field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Token . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Token . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Token . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]