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.
Normalized bounding polygon.
Implements
IMessageNormalizedBoundingPoly, IEquatableNormalizedBoundingPoly, IDeepCloneableNormalizedBoundingPoly, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
NormalizedBoundingPoly()
public NormalizedBoundingPoly()
NormalizedBoundingPoly(NormalizedBoundingPoly)
public NormalizedBoundingPoly(NormalizedBoundingPoly other)
Parameter | |
---|---|
Name | Description |
other |
NormalizedBoundingPoly |
Properties
NormalizedVertices
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }
The bounding polygon normalized vertices.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNormalizedVertex |