Barcode object
A barcode object describes a barcode.
| Property | Data type | Description |
|---|---|---|
| id | string | The identifier of the block containing the barcode. |
| position | rect | Coordinates of the rectangular region on the document where the barcode is located. |
| confidence | confidence | This value is always equal to -1. |
| type | string enum |
The barcode type. Possible values |
| value | string | The value of the barcode. |
| supplementType | string enum |
The supplementary barcode type. Possible values:
|
| supplementValue | string | The value of the supplementary barcode. |
11/7/2025 12:48:30 PM