> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Region

> The Region object — an area on a page image that contains the text for a specific field, built from one or more rectangles.

`Region` represents a field region on a document image. A region is built from one or more rectangles.

## Properties

| Name           | Type                                                                                       | Access    | Description                                      |
| :------------- | :----------------------------------------------------------------------------------------- | :-------- | :----------------------------------------------- |
| **PageId**     | string                                                                                     | Read-only | Identifier of the page that contains the region. |
| **Rectangles** | [Rectangle](/vantage/documentation/skill-designer/process/condition-activity/rectangle)\[] | Read-only | The rectangle set used to make the region.       |

## Related topics

* [Rectangle](/vantage/documentation/skill-designer/process/condition-activity/rectangle)
* [Field](/vantage/documentation/skill-designer/process/condition-activity/field)
* [Object model](/vantage/documentation/skill-designer/process/condition-activity/object-model)
