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 within the `Google.Cloud.AutoML.V1` namespace, a component of Google's AutoML .NET library version 3.0.0."],["`BoundingPoly` represents a bounding polygon of a detected object on a plane, providing both vertices and normalized vertices on output."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, deep cloning, and buffered operations."],["It includes constructors for creating new `BoundingPoly` objects, including one that copies from an existing `BoundingPoly` instance, and a `NormalizedVertices` property of type `RepeatedField\u003cNormalizedVertex\u003e`."],["The latest available version is 3.4.0, and older versions, such as 3.3.0, 3.2.0, 3.1.0, and 2.6.0, 2.5.0, 2.4.0, 2.3.0, 2.2.0 are also available for this element."]]],[]]