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-04-01 UTC."],[[["The latest version available for `Google.Cloud.AutoML.V1.BoundingPoly` is 3.4.0, with several previous versions accessible, including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0, and 2.2.0."],["`BoundingPoly` is a sealed class representing a bounding polygon of a detected object, providing both vertices and normalized vertices upon output."],["It inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BoundingPoly` has two constructors: a default one and another that takes a `BoundingPoly` object as a parameter for creating a copy."],["The `NormalizedVertices` property, which is read-only, returns a `RepeatedField` collection of `NormalizedVertex` objects that represent the normalized vertices of the bounding polygon."]]],[]]