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 provides documentation for the `DependencyEdge` class within the Google Cloud Natural Language v1 API, specifically version 3.3.0."],["`DependencyEdge` is used to represent dependency parse tree information for a token and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DependencyEdge()` and `DependencyEdge(DependencyEdge other)`, with the second allowing for the creation of a `DependencyEdge` object based on an existing `DependencyEdge`."],["Key properties of the `DependencyEdge` class include `HeadTokenIndex`, which indicates the index of the head token, and `Label`, representing the parse label for the token."],["The page also covers other versions, from 3.0.0 to 3.7.0, alongside versions 2.2.0 and 2.3.0."]]],[]]