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.
Implements
IMessageNormalizedPolyline, IEquatableNormalizedPolyline, IDeepCloneableNormalizedPolyline, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
NormalizedPolyline()
public NormalizedPolyline()
NormalizedPolyline(NormalizedPolyline)
public NormalizedPolyline(NormalizedPolyline other)
Parameter | |
---|---|
Name | Description |
other |
NormalizedPolyline |
Properties
NormalizedVertices
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }
The normalized polyline vertices.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNormalizedVertex |