Class Token
Represents the smallest syntactic building block of the text.
Inheritance
System.Object
Token
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1beta1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1beta1.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 |
---|---|
System.String |
Lemma
Lemma of the token.
Declaration
[JsonProperty("lemma")]
public virtual string Lemma { get; set; }
Property Value
Type | Description |
---|---|
System.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
Google.Apis.Requests.IDirectResponseSchema