aspose-barcode-cloud-node 23.1.0 → 23.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/api.d.ts +1 -1
- package/dist/aspose-barcode-cloud-node.cjs.development.js +2 -2
- package/dist/aspose-barcode-cloud-node.cjs.development.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.cjs.production.min.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.esm.js +2 -2
- package/dist/aspose-barcode-cloud-node.esm.js.map +1 -1
- package/dist/models.d.ts +13 -7
- package/package.json +2 -2
|
@@ -1815,7 +1815,7 @@ class GetBarcodeRecognizeRequest {
|
|
|
1815
1815
|
}
|
|
1816
1816
|
}
|
|
1817
1817
|
/**
|
|
1818
|
-
* Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image
|
|
1818
|
+
* 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.
|
|
1819
1819
|
*/
|
|
1820
1820
|
class PostBarcodeRecognizeFromUrlOrContentRequest {}
|
|
1821
1821
|
/**
|
|
@@ -2583,7 +2583,7 @@ class BarcodeApi {
|
|
|
2583
2583
|
}
|
|
2584
2584
|
/**
|
|
2585
2585
|
*
|
|
2586
|
-
* @summary Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image
|
|
2586
|
+
* @summary 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.
|
|
2587
2587
|
* @param request PostBarcodeRecognizeFromUrlOrContentRequest
|
|
2588
2588
|
*/
|
|
2589
2589
|
async postBarcodeRecognizeFromUrlOrContent(request) {
|