public sealed class NormalizedPolygon : IMessage<NormalizedPolygon>, IEquatable<NormalizedPolygon>, IDeepCloneable<NormalizedPolygon>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class NormalizedPolygon.
Normalized Polygon.
Implements
IMessageNormalizedPolygon, IEquatableNormalizedPolygon, IDeepCloneableNormalizedPolygon, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|