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

> Datentyp ProcessingStageExt in der ABBYY FlexiCapture Web Services API: erweiterte Informationen zur Verarbeitungsstufe, z. B. ID, Project, Batch-Typ und Name.

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

Der Datentyp **ProcessingStageExt** enthält erweiterte Informationen zur Verarbeitungsstufe.

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

| Name              | Typ      | Beschreibung                                                                                                                                 |
| ----------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `Id`              | `int`    | Die ID der Verarbeitungsstufe.                                                                                                               |
| `StageExternalId` | `int`    | Die ID der Verarbeitungsstufe, in der die Aufgabe erstellt wird.                                                                             |
| `ProjectId`       | `int`    | Die ID des Projects.                                                                                                                         |
| `BatchTypeId`     | `int`    | Die ID des Batch-Typs.                                                                                                                       |
| `Type`            | `int`    | Der Typ der Verarbeitungsstufe. Mögliche Werte finden Sie unter [ProcessingStage](/de/flexi-capture/api/structures/t-processing-stage-type). |
| `Name`            | `string` | Der Name der Verarbeitungsstufe.                                                                                                             |
