Class GoogleCloudDocumentaiV1beta2TableBoundHint
A hint for a table bounding box on the page for table parsing.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2TableBoundHint : IDirectResponseSchema
Properties
BoundingBox
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.
Declaration
[JsonProperty("boundingBox")]
public virtual GoogleCloudDocumentaiV1beta2BoundingPoly BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta2BoundingPoly |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageNumber
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.
Declaration
[JsonProperty("pageNumber")]
public virtual int? PageNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |