Class PageRef (0.4.0)

PageRef(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a weak reference to a page element within a document.

Attributes

NameDescription
page int
Required. Index into the Document.pages element, for example using Document.pages][page_refs.page] to locate the related page element.
layout_type google.cloud.documentai_v1beta3.types.Document.PageAnchor.PageRef.LayoutType
Optional. The type of the layout element that is being referenced if any.
layout_id str
Optional. Deprecated. Use PageRef.bounding_poly instead.
bounding_poly google.cloud.documentai_v1beta3.types.BoundingPoly
Optional. Identifies the bounding polygon of a layout element on the page.

Classes

LayoutType

LayoutType(value)

The type of layout that is being referenced.