Properties of a Layout.
Package
@google-cloud/documentai!Properties
boundingPoly
boundingPoly?: (google.cloud.documentai.v1beta2.IBoundingPoly|null);
Layout boundingPoly
Type | Description |
(google.cloud.documentai.v1beta2.IBoundingPoly|null) |
confidence
confidence?: (number|null);
Layout confidence
Type | Description |
(number|null) |
id
id?: (string|null);
Layout id
Type | Description |
(string|null) |
orientation
orientation?: (google.cloud.documentai.v1beta2.Document.Page.Layout.Orientation|keyof typeof google.cloud.documentai.v1beta2.Document.Page.Layout.Orientation|null);
Layout orientation
Type | Description |
(google.cloud.documentai.v1beta2.Document.Page.Layout.Orientation|keyof typeof google.cloud.documentai.v1beta2.Document.Page.Layout.Orientation|null) |
textAnchor
textAnchor?: (google.cloud.documentai.v1beta2.Document.ITextAnchor|null);
Layout textAnchor
Type | Description |
(google.cloud.documentai.v1beta2.Document.ITextAnchor|null) |