public sealed class NormalizedPolyline : IMessage<NormalizedPolyline>, IEquatable<NormalizedPolyline>, IDeepCloneable<NormalizedPolyline>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class NormalizedPolyline.
Normalized Pplyline, which represents a curve consisting of connected straight-line segments.
Implements
IMessageNormalizedPolyline, IEquatableNormalizedPolyline, IDeepCloneableNormalizedPolyline, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
NormalizedPolyline()
public NormalizedPolyline()NormalizedPolyline(NormalizedPolyline)
public NormalizedPolyline(NormalizedPolyline other)| Parameter | |
|---|---|
| Name | Description |
other |
NormalizedPolyline |
Properties
NormalizedVertices
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }A sequence of vertices connected by straight lines.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNormalizedVertex |
|