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 table header region (e.g., column names or top row of a table).
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.

See Also