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

# IBatchItem

> IBatchItem は、FlexiCapture スクリプト内でバッチ、Document、またはページを汎用要素としてラップし、AsBatch、AsDocument、AsPage、ChildItems アクセサーを提供します。

<div id="what-it-does">
  ## 機能
</div>

要素 (バッチ、Document、またはページ) を、Type プロパティで指定された型として表します。

<Note>
  このオブジェクトは、Web Verification Station でルールをローカルにチェックするためには使用できません。
</Note>

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

| **名前**     | **型**                                                           | **アクセス** | **名前**                 |
| ---------- | --------------------------------------------------------------- | -------- | ---------------------- |
| AsBatch    | [IBatch](/ja/flexi-capture/appendix/scripts/ibatch)             | 読み取り専用   | 要素をバッチとして返します          |
| AsDocument | [IDocument](/ja/flexi-capture/appendix/scripts/idocument)       | 読み取り専用   | 要素をDocumentとして返します     |
| AsPage     | [IPage](/ja/flexi-capture/appendix/scripts/ipage)               | 読み取り専用   | 要素をページとして返します          |
| Batch      | [IBatch](/ja/flexi-capture/appendix/scripts/ibatch)             | 読み取り専用   | 要素を含むバッチ               |
| BatchName  | string                                                          | 読み取り専用   | バッチの名前                 |
| ChildItems | [IBatchItems](/ja/flexi-capture/appendix/scripts/i-batch-items) | 読み取り専用   | 子要素のコレクション             |
| Index      | int                                                             | 読み取り専用   | コレクション内における要素のインデックス番号 |
| Parent     | IBatchItem                                                      | 読み取り専用   | 親要素                    |
| Type       | TBatchItemType                                                  | 読み取り専用   | 要素の型                   |
