Document AI V1beta3 API - Module Google::Cloud::DocumentAI::V1beta3::Document::PageAnchor::PageRef::LayoutType (v0.21.0)

Reference documentation and code samples for the Document AI V1beta3 API module Google::Cloud::DocumentAI::V1beta3::Document::PageAnchor::PageRef::LayoutType.

The type of layout that is being referenced.

Constants

LAYOUT_TYPE_UNSPECIFIED

value: 0
Layout Unspecified.

BLOCK

value: 1
References a Page.blocks element.

PARAGRAPH

value: 2
References a Page.paragraphs element.

LINE

value: 3
References a Page.lines element.

TOKEN

value: 4
References a Page.tokens element.

VISUAL_ELEMENT

value: 5
References a Page.visual_elements element.

TABLE

value: 6
Refrrences a Page.tables element.

FORM_FIELD

value: 7
References a Page.form_fields element.