Class PageRef (2.11.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
layout_type google.cloud.documentai_v1beta2.types.Document.PageAnchor.PageRef.LayoutType
Optional. The type of the layout element that is being referenced. If not specified the whole page is assumed to be referenced.
layout_id str
Optional. The Page.Layout.id on the page that this element references. If [LayoutRef.type][] is specified this id must also be specified.

Classes

LayoutType

LayoutType(value)

The type of layout that is being referenced.

Values: LAYOUT_TYPE_UNSPECIFIED (0): Layout Unspecified. BLOCK (1): References a Page.blocks element. PARAGRAPH (2): References a Page.paragraphs element. LINE (3): References a Page.lines element. TOKEN (4): References a Page.tokens element. VISUAL_ELEMENT (5): References a Page.visual_elements element. TABLE (6): Refrrences a Page.tables element. FORM_FIELD (7): References a Page.form_fields element.