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."],[[["This webpage details the `BoundingPoly` class, which represents a bounding polygon of a detected object in the Google Cloud AutoML V1 library, within the .NET framework."],["`BoundingPoly` provides both vertices and normalized vertices for a detected object, and it is derived from the base `Object` class, while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `BoundingPoly` is 3.4.0, with several previous versions including 2.3.0 through 3.3.0 also listed."],["The `BoundingPoly` class contains a `NormalizedVertices` property which provides a collection of normalized vertices for the polygon."],["The `BoundingPoly` class has 2 constructors available, one default and one that accepts another `BoundingPoly` as a parameter."]]],[]]