public sealed class NormalizedBoundingPoly : IMessage<NormalizedBoundingPoly>, IEquatable<NormalizedBoundingPoly>, IDeepCloneable<NormalizedBoundingPoly>, IBufferMessage, IMessage
[[["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 `NormalizedBoundingPoly` class represents a normalized bounding polygon within the `Google.Cloud.DataLabeling.V1Beta1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It is available in multiple versions, with the latest being 2.0.0-beta05 and has older versions available, including 2.0.0-beta04 and 1.0.0-beta03."],["The class includes a `NormalizedVertices` property, which is a `RepeatedField` of `NormalizedVertex` objects and describes the bounding polygon's normalized vertices."],["The class has a default and copy constructor."]]],[]]