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

# ImageRegion

> Provides access to field regions. Field regions may consist of several different rectangular areas on the image.

`ImageRegion` represents a field region on a document image. A region can consist of multiple rectangular areas.

## Properties

| Name                     | Type                                                                                             | Access level | Description                                                               |
| :----------------------- | :----------------------------------------------------------------------------------------------- | :----------- | :------------------------------------------------------------------------ |
| **Field**                | [Field](/vantage/documentation/skill-designer/document/rule-verification/field)                  | Read-only    | The field that the region belongs to.                                     |
| **Page**                 | [Page](/vantage/documentation/skill-designer/document/rule-verification/page)                    | Read-only    | The page the region is on.                                                |
| **Rectangles**           | [RectangleList](/vantage/documentation/skill-designer/document/rule-verification/rectangle-list) | Read-write   | A list of all rectangular areas on the image that the region consists of. |
| **SurroundingRectangle** | [Rectangle](/vantage/documentation/skill-designer/document/rule-verification/rectangle)          | Read-only    | A single rectangle that encloses the entire region.                       |

## Related topics

<CardGroup cols={3}>
  <Card title="ImageRegionList" icon="layer-group" href="/vantage/documentation/skill-designer/document/rule-verification/image-region-list">
    A collection of field regions on an image.
  </Card>

  <Card title="Rectangle" icon="square-dashed" href="/vantage/documentation/skill-designer/document/rule-verification/rectangle">
    A rectangular area on an image, with coordinates in pixels.
  </Card>

  <Card title="RectangleList" icon="grip" href="/vantage/documentation/skill-designer/document/rule-verification/rectangle-list">
    A list of rectangle areas on an image.
  </Card>

  <Card title="Page" icon="file" href="/vantage/documentation/skill-designer/document/rule-verification/page">
    A single document page.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/document/rule-verification/object-model">
    Full JavaScript object reference for use in Advanced Script Rules.
  </Card>
</CardGroup>
