Class TableBoundHint (1.0.0-beta03)

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

A hint for a table bounding box on the page for table parsing.

Inheritance

Object > TableBoundHint

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

TableBoundHint()

public TableBoundHint()

TableBoundHint(TableBoundHint)

public TableBoundHint(TableBoundHint other)
Parameter
NameDescription
otherTableBoundHint

Properties

BoundingBox

public BoundingPoly BoundingBox { get; set; }

Bounding box hint for a table on this page. The coordinates must be normalized to [0,1] and the bounding box must be an axis-aligned rectangle.

Property Value
TypeDescription
BoundingPoly

PageNumber

public int PageNumber { get; set; }

Optional. Page number for multi-paged inputs this hint applies to. If not provided, this hint will apply to all pages by default. This value is 1-based.

Property Value
TypeDescription
Int32