[[["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-08-04 UTC."],[[["The `Vertex` class represents a 2D point within an image, with coordinates scaled to match the original image dimensions."],["This class is found within the `Google.Cloud.DocumentAI.V1` namespace and is part of the `Google.Cloud.DocumentAI.V1.dll` assembly."],["The `Vertex` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which it inherits from."],["The class has two constructors: a default `Vertex()` constructor and a `Vertex(Vertex other)` constructor that takes another `Vertex` object as a parameter."],["It contains two properties to represent its ___location: `X` and `Y`, which are both integer values that specify the x and y coordinates of the vertex."]]],[]]