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

# Barcode-Objekt

> Das Barcode-Objekt in der Vantage OCR-JSON-Ausgabe: Block-ID, Rechteckposition, Typ, Wert, Orientierung und Konfidenzwert für jeden erkannten Barcode.

Ein **Barcode**-Objekt beschreibt einen Barcode. Eine ausführliche Beschreibung aller unterstützten Barcode-Typen finden Sie in der Dokumentation.

| Property          | Data type     | Description                                                                          |
| :---------------- | :------------ | :----------------------------------------------------------------------------------- |
| `id`              | `string`      | Die Kennung des Blocks, der den Barcode enthält.                                     |
| `position`        | `rect`        | Koordinaten des rechteckigen Bereichs im Dokument, in dem sich der Barcode befindet. |
| `confidence`      | `confidence`  | Dieser Wert ist immer gleich -1.                                                     |
| `type`            | `string enum` | Der Barcode-Typ. Siehe mögliche Werte unten.                                         |
| `value`           | `string`      | Der Wert des Barcodes.                                                               |
| `supplementType`  | `string enum` | Der Typ des Zusatzbarcodes. Mögliche Werte: `none`, `2digits`, `5digits`             |
| `supplementValue` | `string`      | Der Wert des Zusatzbarcodes.                                                         |

<div id="barcode-type-values">
  ## Barcode-Typwerte
</div>

Mögliche Werte für die Eigenschaft `type`:

* `Code39`
* `Interleaved25`
* `EAN13`
* `Code128`
* `EAN8`
* `PDF417`
* `Codabar`
* `UPCE`
* `Industrial25`
* `IATA25`
* `Matrix25`
* `Code93`
* `PostNet`
* `UCC128`
* `Patch`
* `Aztec`
* `DataMatrix`
* `QRCode`
* `UPCA`
* `MaxiCode`
* `Code32`
* `FullAscii`
* `IntelligentMail`
* `RoyalMail4State`
* `KIX`
* `Australia4State`
* `JapanPost`
* `NotFound`
