Data Labeling v1beta1 API - Class BoundingPoly (2.0.0-beta03)

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.

Inheritance

object > BoundingPoly

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

BoundingPoly()

public BoundingPoly()

BoundingPoly(BoundingPoly)

public BoundingPoly(BoundingPoly other)
Parameter
NameDescription
otherBoundingPoly

Properties

Vertices

public RepeatedField<Vertex> Vertices { get; }

The bounding polygon vertices.

Property Value
TypeDescription
RepeatedFieldVertex