Show / Hide Table of Contents

Class NormalizedPolyline

Normalized polyline.

Inheritance
System.Object
NormalizedPolyline
Implements
IMessage<NormalizedPolyline>
System.IEquatable<NormalizedPolyline>
IDeepCloneable<NormalizedPolyline>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class NormalizedPolyline : IMessage<NormalizedPolyline>, IEquatable<NormalizedPolyline>, IDeepCloneable<NormalizedPolyline>, IBufferMessage, IMessage

Constructors

NormalizedPolyline()

Declaration
public NormalizedPolyline()

NormalizedPolyline(NormalizedPolyline)

Declaration
public NormalizedPolyline(NormalizedPolyline other)
Parameters
Type Name Description
NormalizedPolyline other

Properties

NormalizedVertices

The normalized polyline vertices.

Declaration
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }
Property Value
Type Description
RepeatedField<NormalizedVertex>
Back to top