public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class BoundingPoly.
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 provides documentation for the `BoundingPoly` class within the Google AutoML v1 API, specifically version 3.2.0, detailing its structure and functionality."],["The `BoundingPoly` class is used to represent a bounding polygon of a detected object, providing both vertices and normalized vertices for a clear definition of object location on a plane."],["The documentation highlights the `BoundingPoly` class's inheritance from `object` and its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists a history of versions for this class ranging from 2.2.0 to the latest 3.4.0 version, including multiple intermediate versions."],["The class contains a constructor for a new `BoundingPoly` instance, and another constructor that takes an existing `BoundingPoly` as a parameter, as well as a property named `NormalizedVertices` that contains a list of `NormalizedVertex` objects."]]],[]]