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

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

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

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
RepeatedFieldNormalizedVertex