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

# BatchType

> ABBYY FlexiCapture Web Services API の BatchType データ型。ID、名称、登録パラメーター定義を含むバッチタイプの詳細を格納します。

<div id="what-it-does">
  ## 説明
</div>

**BatchType** データ型は、バッチの種類に関する情報を格納します。

<div id="fields">
  ## フィールド
</div>

| **Name**     | **型**                                                                                    | **説明**            |
| ------------ | ---------------------------------------------------------------------------------------- | ----------------- |
| Id           | int                                                                                      | バッチタイプのID         |
| Name         | string                                                                                   | バッチタイプの名前         |
| Description  | string                                                                                   | バッチタイプの説明         |
| PropertyDefs | [RegistrationPropertyDef](/ja/flexi-capture/api/structures/registration-property-def)\[] | バッチタイプの登録パラメーター一式 |
