[[["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-17 UTC."],[[["The `BoundingPoly` class in the Google Cloud Vision v1 API represents a bounding polygon for image annotations, and it is part of the `Google.Cloud.Vision.V1` namespace."],["The latest version of the documentation available is 3.7.0, with previous versions dating back to 2.3.0, each with their own documentation pages."],["The `BoundingPoly` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two main properties: `NormalizedVertices`, which holds the normalized vertices of the bounding polygon, and `Vertices`, which represents the bounding polygon's vertices."],["The class includes two constructors: a default `BoundingPoly()` constructor, and a constructor that accepts another `BoundingPoly` object as an argument: `BoundingPoly(BoundingPoly other)`."]]],[]]