Class NormalizedPolyline (1.0.0-beta03)

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

Normalized polyline.

Inheritance

Object > NormalizedPolyline

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

NormalizedPolyline()

public NormalizedPolyline()

NormalizedPolyline(NormalizedPolyline)

public NormalizedPolyline(NormalizedPolyline other)
Parameter
NameDescription
otherNormalizedPolyline

Properties

NormalizedVertices

public RepeatedField<NormalizedVertex> NormalizedVertices { get; }

The normalized polyline vertices.

Property Value
TypeDescription
RepeatedField<NormalizedVertex>