public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessageA bounding polygon for the detected image annotation.
Implements
IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
BoundingPoly()
public BoundingPoly()BoundingPoly(BoundingPoly)
public BoundingPoly(BoundingPoly other)| Parameter | |
|---|---|
| Name | Description |
other |
BoundingPoly |
Properties
NormalizedVertices
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }The bounding polygon normalized vertices.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<NormalizedVertex> |
|
Vertices
public RepeatedField<Vertex> Vertices { get; }The bounding polygon vertices.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Vertex> |
|