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

# Batch

> Batch-Datentyp in der ABBYY FlexiCapture Web Services API: enthält Details zum Batch wie ID, Name, Typ, Priorität, Anzahl der Dokumente und Verarbeitungsstatistiken.

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

Der **Batch**-Datentyp speichert Informationen zu einem Batch.

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

<table width="100%">
  <tbody>
    <tr>
      <td>
        <p>
          <strong>Name</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Type</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Beschreibung</strong>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ID</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Batch-ID</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Name</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Der Name des Batch</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>BatchTypeId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die ID des Batch-Typs. 0 entspricht dem Batch-Typ "Default"</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Priority</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>
          Priorität des Batchs. Mögliche Werte: siehe <a href="/de/flexi-capture/api/structures/t-priority">Priority</a>.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Beschreibung</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Eine Beschreibung des Batches</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ElapsedProcessingSeconds</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die verbleibende Zeit bis zum Ablauf der Frist für die Verarbeitung des Batchs in Sekunden</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>HasAttachments</p>
      </td>

      <td>
        <p>bool</p>
      </td>

      <td>
        <p>Ein Flag, das angibt, ob der Batch Anhänge enthält</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Eigenschaften</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/api/structures/registration-property">RegistrationProperty</a>\[]
        </p>
      </td>

      <td>
        <p>Die Registrierungsparameter des Batchs</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>StageExternalId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die ID der Verarbeitungsstufe, in der die Aufgabe erstellt wird</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>CreationDate</p>
      </td>

      <td>
        <p>long</p>
      </td>

      <td>
        <p>Datum und Uhrzeit, zu der der Batch erstellt wurde. Wird beim Erstellen des Batches ausgefüllt. Kann später nicht mehr geändert werden. Verwenden Sie zum Konvertieren von Werten die folgenden Methoden (C#):</p>

        <pre>
          <code>DateTime dtTime; long lTime; ... // Konvertierung von DateTime in long dTime = DateTime.FromFileTime(lTime); ... // Konvertierung von long in DateTime lTime = dTime.ToFileTime();</code>
        </pre>
      </td>
    </tr>

    <tr>
      <td>
        <p>SLAExpirationDate</p>
      </td>

      <td>
        <p>datetime</p>
      </td>

      <td>
        <p>Frist für die Verarbeitung des Batchs</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>SLAStartDate</p>
      </td>

      <td>
        <p>long</p>
      </td>

      <td>
        <p>Startzeit und -datum der Batchverarbeitung. Wird beim Erstellen des Batches gesetzt. Kann später nicht geändert werden. Verwenden Sie zum Konvertieren von Werten die folgenden Methoden (C#):</p>

        <pre>
          <code>DateTime dtTime; long lTime; ... // Konvertierung von DateTime in long dTime = DateTime.FromFileTime(lTime); ... // Konvertierung von long in DateTime lTime = dTime.ToFileTime();</code>
        </pre>
      </td>
    </tr>

    <tr>
      <td>
        <p>DocumentsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Anzahl der Dokumente im Batch</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>RecognizedDocumentsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Anzahl erkannter Dokumente</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>AssembledDocumentsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Anzahl der zusammengeführten Dokumente</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>VerifiedDocumentsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Anzahl der verifizierten Dokumente</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ExportedDocumentsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Anzahl der exportierten Dokumente</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>PagesCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Anzahl der Seiten im Batch</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ProjectId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>
          Bezeichner des Projects, zu dem die Batch gehört. Entspricht dem Entry-Bezeichner in der <a href="/de/flexi-capture/reports/database/project-reports-database">Project</a>-Tabelle
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>RecognizedSymbolsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Anzahl der erkannten Zeichen</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>UncertainSymbolsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Anzahl der unsicheren Zeichen</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>VerificationSymbolsCount</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die Anzahl der verifizierten Zeichen</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ErrorText</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Eine Beschreibung der Fehler bei der Batchverarbeitung. Wird vom Application Server automatisch ausgefüllt.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>OwnerId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die ID des Benutzers bzw. der Gruppe, dem bzw. der das Project gehört</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>CreatorId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Die ID des Benutzers, der den Batch erstellt hat (wird beim Erstellen des Batches ausgefüllt; kann später nicht geändert werden)</p>
      </td>
    </tr>
  </tbody>
</table>
