Class DependencyEdge
Represents dependency parse tree information for a token.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v1beta2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1beta2.dll
Syntax
public class DependencyEdge : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HeadTokenIndex
Represents the head of this token in the dependency tree. This is the index of the token which has an arc
going to this token. The index is the position of the token in the array of tokens returned by the API
method. If this token is a root token, then the head_token_index
is its own index.
Declaration
[JsonProperty("headTokenIndex")]
public virtual int? HeadTokenIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Label
The parse label for the token.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |