Class Token
Represents the smallest syntactic building block of the text.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v1beta2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1beta2.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 |