> ## 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

<CardGroup cols={3}>
  <Card title="Rectangle" icon="square-dashed" href="/vantage/documentation/skill-designer/process/condition-activity/rectangle">
    Top-left and bottom-right coordinates of a rectangular page area.
  </Card>

  <Card title="Field" icon="font" href="/vantage/documentation/skill-designer/process/condition-activity/field">
    Properties for reading a document field's value, type, and OCR metadata.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/process/condition-activity/object-model">
    Full JavaScript object reference for Condition activity scripts.
  </Card>
</CardGroup>
