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

# IBatchTypes

> IBatchTypes は、Scanning Station のスクリプトで利用できるバッチタイプのコレクションで、Has メソッドでバッチタイプの有無を確認し、UID メソッドでそのIDを取得できます。

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

[IBatchType](/ja/flexi-capture/scanning-station/shared/scripts/batch-item) オブジェクトのコレクションです。

詳しくは、[コレクションの操作](/ja/flexi-capture/scanning-station/scripts-main#collections)を参照してください。

<div id="methods">
  ## メソッド
</div>

| **定義**                      | **説明**                             |
| --------------------------- | ---------------------------------- |
| Has (name: string) : bool   | 指定したバッチタイプがコレクションに含まれているかどうかを確認します |
| UID (name: string) : string | バッチ名からバッチタイプの一意のIDを取得します           |
