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

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

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

Normalized Polygon.

Inheritance

object > NormalizedPolygon

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

NormalizedPolygon()

public NormalizedPolygon()

NormalizedPolygon(NormalizedPolygon)

public NormalizedPolygon(NormalizedPolygon other)
Parameter
Name Description
other NormalizedPolygon

Properties

NormalizedVertices

public RepeatedField<NormalizedVertex> NormalizedVertices { get; }

The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].

Property Value
Type Description
RepeatedFieldNormalizedVertex