Interface protos.google.cloud.documentai.v1.Document.PageAnchor.IPageRef (3.0.2)

Properties of a PageRef.

Package

@google-cloud/documentai!

Properties

boundingPoly

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

PageRef boundingPoly

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

confidence

confidence?: (number|null);

PageRef confidence

Property Value
TypeDescription
(number|null)

layoutId

layoutId?: (string|null);

PageRef layoutId

Property Value
TypeDescription
(string|null)

layoutType

layoutType?: (google.cloud.documentai.v1.Document.PageAnchor.PageRef.LayoutType|keyof typeof google.cloud.documentai.v1.Document.PageAnchor.PageRef.LayoutType|null);

PageRef layoutType

Property Value
TypeDescription
(google.cloud.documentai.v1.Document.PageAnchor.PageRef.LayoutType|keyof typeof google.cloud.documentai.v1.Document.PageAnchor.PageRef.LayoutType|null)

page

page?: (number|Long|string|null);

PageRef page

Property Value
TypeDescription
(number|Long|string|null)