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

# GetBatchType

> BatchType 構造体を返す ABBYY FlexiCapture Web Services API の GetBatchType メソッドを使用して、ID を指定してバッチタイプの情報を取得します。

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

バッチタイプに関する情報を取得します。

<div id="definition">
  ## 定義
</div>

```
BatchType GetBatchType( int batchTypeId );
```

<div id="parameters">
  ## パラメーター
</div>

| **名前**      | **型** | **説明**              |
| ----------- | ----- | ------------------- |
| batchTypeId | int   | 情報を取得する対象のバッチタイプのID |

<div id="returned-value">
  ## 戻り値
</div>

| **型**                                                                   | **説明**    |
| ----------------------------------------------------------------------- | --------- |
| [BatchType](/ja/flexi-capture/api/structures/batch-type-api-structures) | バッチタイプの情報 |
