Class Polyline (1.0.0-beta03)

public sealed class Polyline : IMessage<Polyline>, IEquatable<Polyline>, IDeepCloneable<Polyline>, IBufferMessage, IMessage

A line with multiple line segments.

Inheritance

Object > Polyline

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

Polyline()

public Polyline()

Polyline(Polyline)

public Polyline(Polyline other)
Parameter
NameDescription
otherPolyline

Properties

Vertices

public RepeatedField<Vertex> Vertices { get; }

The polyline vertices.

Property Value
TypeDescription
RepeatedField<Vertex>