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/dist/models.d.ts CHANGED
@@ -1649,7 +1649,7 @@ export declare class ReaderParams {
1649
1649
  */
1650
1650
  'stripFNC'?: boolean;
1651
1651
  /**
1652
- * Timeout of recognition process.
1652
+ * Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout.
1653
1653
  */
1654
1654
  'timeout'?: number;
1655
1655
  /**
@@ -1745,7 +1745,7 @@ export declare class ReaderParams {
1745
1745
  */
1746
1746
  'australianPostEncodingTable'?: CustomerInformationInterpretingType;
1747
1747
  /**
1748
- * The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce \"333\" of filling paterns is decoded as letter \"z\".
1748
+ * The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequence \"333\" of filling patterns is decoded as letter \"z\".
1749
1749
  */
1750
1750
  'ignoreEndingFillingPatternsForCTable'?: boolean;
1751
1751
  static attributeTypeMap: Array<{
@@ -2176,7 +2176,10 @@ Default value of Preset is NormalQuality.
2176
2176
  */
2177
2177
  'stripFNC'?: boolean;
2178
2178
  /**
2179
- * Timeout of recognition process.
2179
+ * Timeout of recognition process in milliseconds.
2180
+ Default value is 15_000 (15 seconds).
2181
+ In case of a timeout RequestTimeout (408) status will be returned.
2182
+ Try reducing the image size to avoid timeout.
2180
2183
  */
2181
2184
  'timeout'?: number;
2182
2185
  /**
@@ -2291,7 +2294,7 @@ Enabling of diagonal search leads to a bigger detection time.
2291
2294
  'australianPostEncodingTable'?: 'CTable' | 'NTable' | 'Other';
2292
2295
  /**
2293
2296
  * The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method.
2294
- CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z".
2297
+ CTable encoding method does not have any gaps in encoding table and sequence "333" of filling patterns is decoded as letter "z".
2295
2298
  */
2296
2299
  'ignoreEndingFillingPatternsForCTable'?: boolean;
2297
2300
  /**
@@ -2312,7 +2315,7 @@ CTable encoding method does not have any gaps in encoding table and sequnce "333
2312
2315
  constructor(name: string);
2313
2316
  }
2314
2317
  /**
2315
- * Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image or encoded with base64.
2318
+ * 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.
2316
2319
  */
2317
2320
  export declare class PostBarcodeRecognizeFromUrlOrContentRequest {
2318
2321
  /**
@@ -2359,7 +2362,10 @@ Default value of Preset is NormalQuality.
2359
2362
  */
2360
2363
  'stripFNC'?: boolean;
2361
2364
  /**
2362
- * Timeout of recognition process.
2365
+ * Timeout of recognition process in milliseconds.
2366
+ Default value is 15_000 (15 seconds).
2367
+ In case of a timeout RequestTimeout (408) status will be returned.
2368
+ Try reducing the image size to avoid timeout.
2363
2369
  */
2364
2370
  'timeout'?: number;
2365
2371
  /**
@@ -2474,7 +2480,7 @@ Enabling of diagonal search leads to a bigger detection time.
2474
2480
  'australianPostEncodingTable'?: 'CTable' | 'NTable' | 'Other';
2475
2481
  /**
2476
2482
  * The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method.
2477
- CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z".
2483
+ CTable encoding method does not have any gaps in encoding table and sequence "333" of filling patterns is decoded as letter "z".
2478
2484
  */
2479
2485
  'ignoreEndingFillingPatternsForCTable'?: boolean;
2480
2486
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose-barcode-cloud-node",
3
- "version": "23.1.0",
3
+ "version": "23.2.0",
4
4
  "description": "Aspose.BarCode Cloud SDK for Node.js",
5
5
  "homepage": "https://products.aspose.cloud/barcode/nodejs",
6
6
  "repository": {
@@ -155,7 +155,7 @@
155
155
  "npm-check-updates": "^12.5.12",
156
156
  "tsdx": "^0.14.1",
157
157
  "tslib": "^2.4.0",
158
- "typescript": "^4.9.4",
158
+ "typescript": "^4.9.5",
159
159
  "uuid": "^8.3.2"
160
160
  },
161
161
  "bugs": {