Show / Hide Table of Contents

Class Token

Represents the smallest syntactic building block of the text.

Inheritance
object
Token
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class Token : IDirectResponseSchema

Properties

DependencyEdge

Dependency tree parse for this token.

Declaration
[JsonProperty("dependencyEdge")]
public virtual DependencyEdge DependencyEdge { get; set; }
Property Value
Type Description
DependencyEdge

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Lemma

Lemma of the token.

Declaration
[JsonProperty("lemma")]
public virtual string Lemma { get; set; }
Property Value
Type Description
string

PartOfSpeech

Parts of speech tag for this token.

Declaration
[JsonProperty("partOfSpeech")]
public virtual PartOfSpeech PartOfSpeech { get; set; }
Property Value
Type Description
PartOfSpeech

Text

The token text.

Declaration
[JsonProperty("text")]
public virtual TextSpan Text { get; set; }
Property Value
Type Description
TextSpan

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX