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-03-21 UTC."],[[["This webpage provides documentation for the `DependencyEdge` class within the Google Cloud Natural Language v1 API, which is used to represent dependency parse tree information for tokens."],["The documentation covers various versions of the `DependencyEdge` class, ranging from version 2.2.0 to the latest version 3.7.0."],["The `DependencyEdge` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `HeadTokenIndex`, which indicates the head token in the dependency tree, and `Label`, which represents the parse label for a given token."],["The documentation includes detailed information on the constructors, namespace, and assembly of the `DependencyEdge` class, along with links to additional resources."]]],[]]