public sealed class NormalizedBoundingPoly : IMessage<NormalizedBoundingPoly>, IEquatable<NormalizedBoundingPoly>, IDeepCloneable<NormalizedBoundingPoly>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class NormalizedBoundingPoly.
[[["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 in the Data Labeling v1beta1 API represents a normalized bounding polygon."],["This class is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace and is implemented in the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."],["The `NormalizedBoundingPoly` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor and one that takes another `NormalizedBoundingPoly` object as a parameter."],["It also contains the `NormalizedVertices` property, which is a `RepeatedField` of `NormalizedVertex` objects representing the polygon's vertices."]]],[]]