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

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

Reference documentation and code samples for the Data Labeling v1beta1 API class Polyline.

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
RepeatedFieldVertex