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

# バッチパラメーター変更

> ABBYY FlexiCapture の Batch parameter change イベントスクリプトのリファレンスです。名前、型、優先度などのバッチプロパティが変更される前に実行されます。

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

このイベントのハンドラーを使用すると、バッチプロパティの一部を書式設定できます。

<div id="properties">
  ## プロパティ
</div>

* バッチタイプ (バッチタイプ名)
* バッチ名
* バッチの説明
* 登録パラメーターの値
* バッチ優先度 (string 形式) 。指定可能な値の一覧については、[TProcessingPriority](/ja/flexi-capture/appendix/scripts/tprocessingpriority-appendix-scripts) オブジェクトの説明を参照してください。

<div id="when-it-is-launched">
  ## 起動されるタイミング
</div>

このスクリプトは、バッチプロパティを変更する前に起動されます。

<Note>
  このスクリプトでは、バッチタイプの新しい値は指定できません。
</Note>

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

| **名前**               | **型**                                                                                     | **アクセス**                                                                                                   | **説明**                                   |
| -------------------- | ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| Batch                | [IBatch](/ja/flexi-capture/appendix/scripts/ibatch)                                       | 読み取り専用。バッチ内のドキュメントおよびページの内部[\*](/ja/flexi-capture/appendix/scripts/batch-modify#asterisk)フィールドにはアクセスできません。 | プロパティが変更されるバッチです                         |
| PropertyModification | [IPropertyModificationInfo](/ja/flexi-capture/appendix/scripts/ipropertymodificationinfo) | 読み書き。                                                                                                      | 変更対象のプロパティに関する情報を格納します。設定値を置き換えることができます。 |

<a id="asterisk" />\* - 内部フィールドを使用するには、オブジェクトをメモリにロードする必要があります。
