public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage
A bounding polygon of a detected object on a plane.
On output both vertices and normalized_vertices are provided.
The polygon is formed by connecting vertices in the order they are listed.
[[["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 `BoundingPoly` class represents a bounding polygon of a detected object on a plane, providing both vertices and normalized vertices upon output."],["This class is part of the `Google.Cloud.AutoML.V1` namespace within the `Google.Cloud.AutoML.V1.dll` assembly."],["The `BoundingPoly` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the `Object` class."],["It provides properties like `NormalizedVertices`, which is a read-only collection of `NormalizedVertex` objects."],["There are two constructors available: a default constructor (`BoundingPoly()`) and a copy constructor (`BoundingPoly(BoundingPoly other)`), which takes an existing `BoundingPoly` object as a parameter."]]],[]]