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."],[[["The latest version of the Google Cloud Natural Language v1 API's DependencyEdge is 3.7.0, with multiple previous versions available for reference, including 3.6.0, 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0."],["The DependencyEdge class provides dependency parse tree information for a token within the Google Cloud Natural Language v1 API, and you can find more information about dependency labels at http://www.aclweb.org/anthology/P13-2017."],["The DependencyEdge class implements interfaces such as IMessage\u003cDependencyEdge\u003e, IEquatable\u003cDependencyEdge\u003e, IDeepCloneable\u003cDependencyEdge\u003e, IBufferMessage, and IMessage."],["Key properties of the DependencyEdge class include `HeadTokenIndex`, representing the head of a token in the dependency tree, and `Label`, representing the parse label for a token."],["There are two constructors available for the DependencyEdge Class: `DependencyEdge()`, and `DependencyEdge(DependencyEdge other)`, the latter with the parameter being another DependencyEdge."]]],[]]