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."],[[["The latest version available for `DependencyEdge` is 3.7.0, with multiple previous versions also accessible, ranging down to 2.2.0."],["`DependencyEdge` represents dependency parse tree information for a token and is part of the `Google.Cloud.Language.V1` namespace."],["The `DependencyEdge` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DependencyEdge` class has properties such as `HeadTokenIndex`, representing the head of a token in the dependency tree, and `Label`, representing the parse label for the token."],["The class includes two constructors: one default constructor (`DependencyEdge()`) and one that accepts another `DependencyEdge` object (`DependencyEdge(DependencyEdge other)`)."]]],[]]