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 class representing a bounding polygon of a detected object."],["The latest version available for the `BoundingPoly` class is 3.4.0, but this particular page focuses on version 2.5.0."],["`BoundingPoly` inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BoundingPoly` class provides access to normalized vertices via the `NormalizedVertices` property, which is of type `RepeatedField\u003cNormalizedVertex\u003e`."],["The `BoundingPoly` class has two constructors, a parameterless constructor `BoundingPoly()` and one that takes in another `BoundingPoly` object `BoundingPoly(BoundingPoly other)`."]]],[]]