public sealed class NormalizedPolyline : IMessage<NormalizedPolyline>, IEquatable<NormalizedPolyline>, IDeepCloneable<NormalizedPolyline>, IBufferMessage, IMessage
Normalized polyline.
Implements
IMessage<NormalizedPolyline>, IEquatable<NormalizedPolyline>, IDeepCloneable<NormalizedPolyline>, 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 |
RepeatedField<NormalizedVertex> |