You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,6 +86,7 @@ Name | Type | Description | Notes
86
86
---- | ---- | ------------ | -----
87
87
**name** | **string**| The image file name. |
88
88
**type** | **string**| The type of barcode to read. | [optional]
89
+
**types** | [**List<DecodeBarcodeType>**](DecodeBarcodeType.md)| Multiple barcode types to read. | [optional]
89
90
**checksumValidation** | **string**| Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional]
90
91
**detectEncoding** | **bool?**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
91
92
**preset** | **string**| Preset allows to configure recognition quality and speed manually. You can quickly set up Preset by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of Preset is NormalQuality. | [optional]
@@ -136,7 +137,7 @@ Name | Type | Description | Notes
Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image with content-type \"application/octet-stream\". An image can also be passed as a form field.
@@ -146,6 +147,7 @@ Recognize barcode from an url or from request body. Request body can contain raw
146
147
Name | Type | Description | Notes
147
148
---- | ---- | ------------ | -----
148
149
**type** | **string**| The type of barcode to read. | [optional]
150
+
**types** | [**List<DecodeBarcodeType>**](DecodeBarcodeType.md)| Multiple barcode types to read. | [optional]
149
151
**checksumValidation** | **string**| Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional]
150
152
**detectEncoding** | **bool?**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
151
153
**preset** | **string**| Preset allows to configure recognition quality and speed manually. You can quickly set up Preset by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of Preset is NormalQuality. | [optional]
**ChecksumValidation** | **ChecksumValidation** | Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional]
11
12
**DetectEncoding** | **bool?** | A flag which force engine to detect codetext encoding for Unicode. | [optional]
12
13
**Preset** | **PresetType** | Preset allows to configure recognition quality and speed manually. You can quickly set up Preset by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of Preset is NormalQuality. | [optional]
0 commit comments