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

> Region オブジェクト — 特定の field のテキストを含むページ画像上の領域で、1 つ以上の Rectangle で構成されます。

`Region` は、文書画像上の field 領域を表します。領域は 1 つ以上の Rectangle で構成されます。

<div id="properties">
  ## プロパティ
</div>

| 名前             | 型                                                                                             | アクセス   | 説明                    |
| :------------- | :-------------------------------------------------------------------------------------------- | :----- | :-------------------- |
| **PageId**     | string                                                                                        | 読み取り専用 | 領域を含むページの識別子。         |
| **Rectangles** | [Rectangle](/ja/vantage/documentation/skill-designer/process/condition-activity/rectangle)\[] | 読み取り専用 | 領域を構成するために使用される矩形セット。 |

<div id="related-topics">
  ## 関連トピック
</div>

* [Rectangle](/ja/vantage/documentation/skill-designer/process/condition-activity/rectangle)
* [Field](/ja/vantage/documentation/skill-designer/process/condition-activity/field)
* [オブジェクトモデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
