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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eBoundingPoly\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AutoML.V1\u003c/code\u003e namespace, a class representing a bounding polygon of a detected object.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eBoundingPoly\u003c/code\u003e class is 3.4.0, but this particular page focuses on version 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBoundingPoly\u003c/code\u003e inherits from the \u003ccode\u003eObject\u003c/code\u003e class and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBoundingPoly\u003c/code\u003e class provides access to normalized vertices via the \u003ccode\u003eNormalizedVertices\u003c/code\u003e property, which is of type \u003ccode\u003eRepeatedField<NormalizedVertex>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBoundingPoly\u003c/code\u003e class has two constructors, a parameterless constructor \u003ccode\u003eBoundingPoly()\u003c/code\u003e and one that takes in another \u003ccode\u003eBoundingPoly\u003c/code\u003e object \u003ccode\u003eBoundingPoly(BoundingPoly other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]