public sealed class NormalizedBoundingPoly : IMessage<NormalizedBoundingPoly>, IEquatable<NormalizedBoundingPoly>, IDeepCloneable<NormalizedBoundingPoly>, IBufferMessage, IMessage
Normalized bounding polygon.
Implements
IMessage<NormalizedBoundingPoly>, IEquatable<NormalizedBoundingPoly>, IDeepCloneable<NormalizedBoundingPoly>, 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 |
RepeatedField<NormalizedVertex> |