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 latest version available for `Google.Cloud.AutoML.V1.BoundingPoly` is 3.4.0, and versions range down to 2.2.0."],["`BoundingPoly` is a class that represents a bounding polygon of a detected object on a plane, providing both vertices and normalized_vertices."],["The `BoundingPoly` class inherits from `Object` and implements `IMessage\u003cBoundingPoly\u003e`, `IEquatable\u003cBoundingPoly\u003e`, `IDeepCloneable\u003cBoundingPoly\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["`BoundingPoly` includes a property called `NormalizedVertices`, which is a `RepeatedField` containing the bounding polygon's normalized vertices."],["The class `BoundingPoly` has 2 constructors: `BoundingPoly()` and `BoundingPoly(BoundingPoly other)`, with the second allowing for the creation of an instance from an existing `BoundingPoly` object."]]],[]]