Vision AI v1 API - Class NormalizedPolyline (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class NormalizedPolyline.

Normalized Pplyline, which represents a curve consisting of connected straight-line segments.

Inheritance

object > NormalizedPolyline

Namespace

Google.Cloud.VisionAI.V1

Assembly

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