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.
[[["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-04-09 UTC."],[[["This webpage details the `DependencyEdge` class within version 2.2.0 of the Google.Cloud.Language.V1 .NET library, used for representing dependency parse tree information for a token."],["The `DependencyEdge` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparison, deep cloning, and buffered messaging."],["The class includes two constructors, a default one and another that takes another `DependencyEdge` object as a parameter for potential replication."],["The `DependencyEdge` class exposes two key properties: `HeadTokenIndex`, an integer representing the head of the token in the dependency tree, and `Label`, a `DependencyEdge.Types.Label` type that represents the parse label for the token."],["The page provides a list of all documented versions, which range from version 2.2.0 all the way up to 3.7.0, the latest version."]]],[]]