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

> Identify a FlexiCapture batch item as a page, document, or batch with the TBatchItemType enumeration, an int type describing IBatchItem elements.

## What it is

An enumeration of the int type that describes the [IBatchItem](/flexi-capture/appendix/scripts/i-batch-item) element.

## Admissible values:

* BIT\_Page = 0\
  Indicates a page.
* BIT\_Document = 1\
  Indicates a document.
* BIT\_Batch = 2\
  Indicates a batch.
