Interface protos.google.cloud.documentai.v1beta1.Document.Page.ILayout (2.10.0)

Properties of a Layout.

Package

@google-cloud/documentai!

Properties

boundingPoly

boundingPoly?: (google.cloud.documentai.v1beta1.IBoundingPoly|null);

Layout boundingPoly

Property Value
TypeDescription
(google.cloud.documentai.v1beta1.IBoundingPoly|null)

confidence

confidence?: (number|null);

Layout confidence

Property Value
TypeDescription
(number|null)

orientation

orientation?: (google.cloud.documentai.v1beta1.Document.Page.Layout.Orientation|keyof typeof google.cloud.documentai.v1beta1.Document.Page.Layout.Orientation|null);

Layout orientation

Property Value
TypeDescription
(google.cloud.documentai.v1beta1.Document.Page.Layout.Orientation|keyof typeof google.cloud.documentai.v1beta1.Document.Page.Layout.Orientation|null)

textAnchor

textAnchor?: (google.cloud.documentai.v1beta1.Document.ITextAnchor|null);

Layout textAnchor

Property Value
TypeDescription
(google.cloud.documentai.v1beta1.Document.ITextAnchor|null)