Class PageRef (0.5.1)

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_v1.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_v1.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].

Inheritance

builtins.object > proto.message.Message > PageRef

Classes

LayoutType

LayoutType(value)

The type of layout that is being referenced.