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.
Implements
IMessage<TableBoundHint>, IEquatable<TableBoundHint>, IDeepCloneable<TableBoundHint>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta2Assembly
Google.Cloud.DocumentAI.V1Beta2.dll
Constructors
TableBoundHint()
public TableBoundHint()
TableBoundHint(TableBoundHint)
public TableBoundHint(TableBoundHint other)
Name | Description |
other | TableBoundHint |
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.
Type | Description |
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.
Type | Description |
Int32 |