Class BoundingPoly
A bounding polygon for the detected image annotation.
Inheritance
System.Object
BoundingPoly
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage
Constructors
BoundingPoly()
Declaration
public BoundingPoly()
BoundingPoly(BoundingPoly)
Declaration
public BoundingPoly(BoundingPoly other)
Parameters
| Type | Name | Description |
|---|---|---|
| BoundingPoly | other |
Properties
NormalizedVertices
The bounding polygon normalized vertices.
Declaration
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<NormalizedVertex> |
Vertices
The bounding polygon vertices.
Declaration
public RepeatedField<Vertex> Vertices { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Vertex> |