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

* [ImageRegionList](/vantage/documentation/skill-designer/document/rule-verification/image-region-list)
* [Rectangle](/vantage/documentation/skill-designer/document/rule-verification/rectangle)
* [RectangleList](/vantage/documentation/skill-designer/document/rule-verification/rectangle-list)
* [Page](/vantage/documentation/skill-designer/document/rule-verification/page)
* [Object model](/vantage/documentation/skill-designer/document/rule-verification/object-model)
