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

> ProcessingStage-Datentyp in der ABBYY FlexiCapture Web Services API: Felder, die eine Verarbeitungsstufe, ihr Project, ihren Batch-Typ und ihren Verarbeitungsstufentyp identifizieren.

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

Der Datentyp **ProcessingStage** speichert Informationen zur Verarbeitungsstufe.

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

| **Name**    | **Typ** | **Beschreibung**                                                                                                                                 |
| ----------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Id          | int     | Die ID der Verarbeitungsstufe                                                                                                                    |
| ExternalId  | int     | Die externe ID der Verarbeitungsstufe; innerhalb ihres Batch-Typs eindeutig                                                                      |
| ProjectId   | int     | Die ID des Projects                                                                                                                              |
| BatchTypeId | int     | Die ID des Batch-Typs. 0 = Standard-Batch-Typ                                                                                                    |
| Type        | int     | Der Typ der Verarbeitungsstufe; mögliche Werte finden Sie unter [ProcessingStageType](/de/flexi-capture/api/structures/t-processing-stage-type). |
| Name        | string  | Der Name der Verarbeitungsstufe                                                                                                                  |
