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

# ProcessingStage

> ABBYY FlexiCapture Web Services API の ProcessingStage データ型: 処理ステージ、その Project、バッチタイプ、ステージタイプを識別するフィールド。

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

**ProcessingStage** データ型には、処理ステージに関する情報が格納されます。

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

| **名前**      | **型**  | **説明**                                                                                                          |
| ----------- | ------ | --------------------------------------------------------------------------------------------------------------- |
| Id          | int    | 処理ステージのID                                                                                                       |
| ExternalId  | int    | 処理ステージの外部ID。バッチタイプ内で一意です。                                                                                       |
| ProjectId   | int    | ProjectのID                                                                                                      |
| BatchTypeId | int    | バッチタイプのID。0 はデフォルトのバッチタイプです。                                                                                    |
| Type        | int    | 処理ステージの型。指定可能な値については [ProcessingStageType](/ja/flexi-capture/api/structures/t-processing-stage-type) を参照してください。 |
| Name        | string | 処理ステージの名前                                                                                                       |
