public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class BoundingPoly.
A bounding polygon for the detected image annotation.
Implements
IMessageBoundingPoly, IEquatableBoundingPoly, IDeepCloneableBoundingPoly, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.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 |
RepeatedFieldNormalizedVertex |
Vertices
public RepeatedField<Vertex> Vertices { get; }
The bounding polygon vertices.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVertex |