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

# Tbatchitemtype

***

title: "TBatchItemType"
description: "IBatchItem 要素を表す int 型の TBatchItemType 列挙型を使用して、FlexiCapture のバッチアイテムがページ、ドキュメント、またはバッチのいずれであるかを識別します。"
keywords: \["TBatchItemType", "バッチアイテムの型", "IBatchItem", "BIT\_Page", "BIT\_Document", "BIT\_Batch", "列挙型", "バッチスクリプティング", "ABBYY FlexiCapture"]
\---"

<div id="what-it-is">
  ## 概要
</div>

[IBatchItem](/ja/flexi-capture/appendix/scripts/i-batch-item) 要素を表す `int` 型の列挙型です。

<div id="admissible-values">
  ## 許容値:
</div>

* BIT\_Page = 0
  ページを表します。
* BIT\_Document = 1
  ドキュメントを表します。
* BIT\_Batch = 2
  バッチを表します。
