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

# ProcessingStageExt

> ABBYY FlexiCapture Web Services API の ProcessingStageExt データ型：ID、プロジェクト、バッチタイプ、名前などの拡張された処理ステージ情報。

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

**ProcessingStageExt** データ型は、処理ステージに関する拡張情報を格納します。

<div id="fields">
  ## Fields
</div>

| 名前                | 型        | 説明                                                                                                          |
| ----------------- | -------- | ----------------------------------------------------------------------------------------------------------- |
| `Id`              | `int`    | 処理ステージの ID。                                                                                                 |
| `StageExternalId` | `int`    | タスクが作成される処理ステージの ID。                                                                                        |
| `ProjectId`       | `int`    | プロジェクトの ID。                                                                                                 |
| `BatchTypeId`     | `int`    | バッチタイプの ID。                                                                                                 |
| `Type`            | `int`    | 処理ステージの型。指定可能な値については、[ProcessingStage](/ja/flexi-capture/api/structures/t-processing-stage-type) を参照してください。 |
| `Name`            | `string` | 処理ステージの名前。                                                                                                  |
