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."],[[["The `BoundingPoly` class represents a bounding polygon of a detected object, providing both vertices and normalized vertices upon output."],["Version 3.4.0 is the latest release, with the provided content focusing on version 3.3.0 of the `BoundingPoly` class from the Google AutoML v1 API."],["The `BoundingPoly` class, found in the `Google.Cloud.AutoML.V1` namespace, inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `NormalizedVertices`, which is an output-only `RepeatedField` containing normalized vertices."],["The webpage provides reference documentation and code samples for `BoundingPoly` and its implementation within the Google AutoML v1 API."]]],[]]