Class PageRef (1.3.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. This field is skipped when its value is the default 0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
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.
confidence float
Optional. Confidence of detected page element, if applicable. Range [0, 1].

Classes

LayoutType

LayoutType(value)

The type of layout that is being referenced.