public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class BoundingPoly.
A bounding polygon in the image.
Implements
IMessageBoundingPoly, IEquatableBoundingPoly, IDeepCloneableBoundingPoly, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
BoundingPoly()
public BoundingPoly()
BoundingPoly(BoundingPoly)
public BoundingPoly(BoundingPoly other)
Parameter | |
---|---|
Name | Description |
other |
BoundingPoly |
Properties
Vertices
public RepeatedField<Vertex> Vertices { get; }
The bounding polygon vertices.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVertex |