RegionTypes

RegionTypes enumeration

Region types detected by the layout/region detection model.

public enum RegionTypes

Values

NameValueDescription
PARAGRAPH1A block of continuous text, typically forming a paragraph.
IMAGE2An embedded image or graphic element within the document.
HEADER3A page or document header region.
TABLE4A structured table consisting of rows and columns.
LIST5A list of items, such as bullet points or numbered entries.
CAPTION6A caption describing an image, table, or other element.
EQUATION7A mathematical expression or formula.
LINE8Raw text lines not grouped into higher-level regions. Typically appears when region detection is UNIVERSAL, TABLE, CURVED_TEXT, LEAN.
FOOTER9A page or document footer region.
CHART10A chart or diagram region.
FIGURE_CAPTION11A caption or title for a figure or chart.
TABLE_CAPTION12A caption or title for a table.
TITLE13A document or paragraph title.
INLINE_FORMULA14An inline mathematical expression or formula.
PAGE_NUMBER15A page number region.

See Also