tencentcloud-sdk-nodejs-intl-en 3.0.1161 → 3.0.1163

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.
@@ -55,7 +55,7 @@ const RecognizeGeneralInvoiceRequest = models.RecognizeGeneralInvoiceRequest;
55
55
  const GeneralBasicOCRResponse = models.GeneralBasicOCRResponse;
56
56
  const PermitOCRRequest = models.PermitOCRRequest;
57
57
  const OtherInvoice = models.OtherInvoice;
58
- const RecognizePhilippinesDrivingLicenseOCRResponse = models.RecognizePhilippinesDrivingLicenseOCRResponse;
58
+ const RecognizePhilippinesUMIDOCRRequest = models.RecognizePhilippinesUMIDOCRRequest;
59
59
  const BankCardOCRRequest = models.BankCardOCRRequest;
60
60
  const RecognizePhilippinesSssIDOCRRequest = models.RecognizePhilippinesSssIDOCRRequest;
61
61
  const Key = models.Key;
@@ -80,8 +80,10 @@ const TableOCRRequest = models.TableOCRRequest;
80
80
  const PassportRecognizeInfos = models.PassportRecognizeInfos;
81
81
  const RecognizeSingaporeIDCardOCRRequest = models.RecognizeSingaporeIDCardOCRRequest;
82
82
  const TaxiTicket = models.TaxiTicket;
83
+ const RecognizeBrazilRNMOCRResponse = models.RecognizeBrazilRNMOCRResponse;
83
84
  const LicensePlateOCRRequest = models.LicensePlateOCRRequest;
84
85
  const GeneralBasicOCRRequest = models.GeneralBasicOCRRequest;
86
+ const RecognizeBrazilRNMOCRRequest = models.RecognizeBrazilRNMOCRRequest;
85
87
  const RecognizeBrazilIDCardOCRResponse = models.RecognizeBrazilIDCardOCRResponse;
86
88
  const RecognizeBrazilRNEOCRRequest = models.RecognizeBrazilRNEOCRRequest;
87
89
  const VatElectronicInfo = models.VatElectronicInfo;
@@ -129,7 +131,7 @@ const RecognizePhilippinesTinIDOCRRequest = models.RecognizePhilippinesTinIDOCRR
129
131
  const RecognizeThaiPinkCardRequest = models.RecognizeThaiPinkCardRequest;
130
132
  const BankCardOCRResponse = models.BankCardOCRResponse;
131
133
  const RecognizeThaiPinkCardResponse = models.RecognizeThaiPinkCardResponse;
132
- const RecognizePhilippinesUMIDOCRRequest = models.RecognizePhilippinesUMIDOCRRequest;
134
+ const RecognizePhilippinesDrivingLicenseOCRResponse = models.RecognizePhilippinesDrivingLicenseOCRResponse;
133
135
 
134
136
 
135
137
  /**
@@ -156,6 +158,17 @@ A maximum of 5 requests can be initiated per second for this API.
156
158
  this.request("RecognizeThaiPinkCard", req, resp, cb);
157
159
  }
158
160
 
161
+ /**
162
+ * This API is used to recognize a Philippine SSSID/UMID card.
163
+ * @param {RecognizePhilippinesSssIDOCRRequest} req
164
+ * @param {function(string, RecognizePhilippinesSssIDOCRResponse):void} cb
165
+ * @public
166
+ */
167
+ RecognizePhilippinesSssIDOCR(req, cb) {
168
+ let resp = new RecognizePhilippinesSssIDOCRResponse();
169
+ this.request("RecognizePhilippinesSssIDOCR", req, resp, cb);
170
+ }
171
+
159
172
  /**
160
173
  * This API is used to recognize all fields on the front and back sides of a second-generation resident identity card for the Chinese mainland: name, gender, ethnicity, date of birth, domicile, identification number, issuing authority, and validity period, with a recognition accuracy of over 99%.
161
174
 
@@ -423,17 +436,6 @@ A maximum of 10 requests can be initiated per second for this API.
423
436
  this.request("LicensePlateOCR", req, resp, cb);
424
437
  }
425
438
 
426
- /**
427
- * This API is used to recognize a South Korean ID card.
428
- * @param {RecognizeKoreanIDCardOCRRequest} req
429
- * @param {function(string, RecognizeKoreanIDCardOCRResponse):void} cb
430
- * @public
431
- */
432
- RecognizeKoreanIDCardOCR(req, cb) {
433
- let resp = new RecognizeKoreanIDCardOCRResponse();
434
- this.request("RecognizeKoreanIDCardOCR", req, resp, cb);
435
- }
436
-
437
439
  /**
438
440
  * This interface supports the identification of all fields on the front and back of the second-generation ID card for mainland Chinese residents.Including name, gender, ethnicity, date of birth, address, citizen ID number, issuing authority, and validity period, the identification accuracy reaches more than 99%.In addition, this interface also supports a variety of value-added capabilities to meet the needs of different scenarios. Such as the cropping function of ID card photos and portrait photos, and also has 5 alarm functions.
439
441
  As shown in the table below. <table style="width:650px"> <thead> <tr> <th width="150">Value-added ability</th> <th width="500">Ability items</th> </tr> </thead> <tbody> <tr> <td rowspan="9">Alarm function</td> </tr> <tr> <td>ID card copy warning</td> </tr> <tr> <td>ID card copy warning</td> </tr> <tr> <td>Alarm for occlusion in the ID card frame</td> </tr> <tr> <td>ID card reflective warning</td> </tr> <tr> <td>Blurry picture warning</td> </tr> </tbody> </table> Default interface request frequency limit: 20 times/second
@@ -494,6 +496,17 @@ The API request rate is limited to 20 requests/sec by default.
494
496
  this.request("RecognizePhilippinesUMIDOCR", req, resp, cb);
495
497
  }
496
498
 
499
+ /**
500
+ * This interface supports identification of the front and back of Brazilian RNM license. The default interface request frequency limit is 5 times per second.
501
+ * @param {RecognizeBrazilRNMOCRRequest} req
502
+ * @param {function(string, RecognizeBrazilRNMOCRResponse):void} cb
503
+ * @public
504
+ */
505
+ RecognizeBrazilRNMOCR(req, cb) {
506
+ let resp = new RecognizeBrazilRNMOCRResponse();
507
+ this.request("RecognizeBrazilRNMOCR", req, resp, cb);
508
+ }
509
+
497
510
  /**
498
511
  * This interface supports the identification of all fields on the front side of ID card for Singapore residents.The identification accuracy reaches more than 99%.In addition, this interface also supports a variety of value-added capabilities to meet the needs of different scenarios. Such as the cropping function of ID card photos and portrait photos, and also has 5 alarm functions.
499
512
  As shown in the table below. <table style="width:650px"> <thead> <tr> <th width="150">Value-added ability</th> <th width="500">Ability items</th> </tr> </thead> <tbody> <tr> <td rowspan="9">Alarm function</td> </tr> <tr> <td>ID card copy warning</td> </tr> <tr> <td>ID card copy warning</td> </tr> <tr> <td>Alarm for occlusion in the ID card frame</td> </tr> <tr> <td>ID card reflective warning</td> </tr> <tr> <td>Blurry picture warning</td> </tr> </tbody> </table> Default interface request frequency limit: 20 times/second
@@ -533,14 +546,14 @@ A maximum of 20 requests can be initiated per second for this API.
533
546
  }
534
547
 
535
548
  /**
536
- * This API is used to recognize a Philippine SSSID/UMID card.
537
- * @param {RecognizePhilippinesSssIDOCRRequest} req
538
- * @param {function(string, RecognizePhilippinesSssIDOCRResponse):void} cb
549
+ * This API is used to recognize a South Korean ID card.
550
+ * @param {RecognizeKoreanIDCardOCRRequest} req
551
+ * @param {function(string, RecognizeKoreanIDCardOCRResponse):void} cb
539
552
  * @public
540
553
  */
541
- RecognizePhilippinesSssIDOCR(req, cb) {
542
- let resp = new RecognizePhilippinesSssIDOCRResponse();
543
- this.request("RecognizePhilippinesSssIDOCR", req, resp, cb);
554
+ RecognizeKoreanIDCardOCR(req, cb) {
555
+ let resp = new RecognizeKoreanIDCardOCRResponse();
556
+ this.request("RecognizeKoreanIDCardOCR", req, resp, cb);
544
557
  }
545
558
 
546
559
  /**
@@ -14233,7 +14233,7 @@ class DescribeAdaptiveDynamicStreamingTemplatesResponse extends AbstractModel {
14233
14233
  super();
14234
14234
 
14235
14235
  /**
14236
- * Number of eligible entries.
14236
+ * The total number of records matching the filter criteria.
14237
14237
  * @type {number || null}
14238
14238
  */
14239
14239
  this.TotalCount = null;
@@ -14412,33 +14412,33 @@ class DescribeAdaptiveDynamicStreamingTemplatesRequest extends AbstractModel {
14412
14412
  super();
14413
14413
 
14414
14414
  /**
14415
- * <b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
14415
+ * <B>VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) id. starting from december 25, 2023, if you want to access resources in the vod application (whether it is the default application or a newly created application), you must enter the application id in this field.</b>.
14416
14416
  * @type {number || null}
14417
14417
  */
14418
14418
  this.SubAppId = null;
14419
14419
 
14420
14420
  /**
14421
- * Unique ID filter of transcoding to adaptive bitrate streaming templates. Array length limit: 100.
14421
+ * Unique id filter of transcoding to adaptive bitrate streaming templates. array length limit: 100.
14422
14422
  * @type {Array.<number> || null}
14423
14423
  */
14424
14424
  this.Definitions = null;
14425
14425
 
14426
14426
  /**
14427
- * Paged offset. Default value: 0.
14427
+ * Pagination offset. default value: 0.
14428
14428
  * @type {number || null}
14429
14429
  */
14430
14430
  this.Offset = null;
14431
14431
 
14432
14432
  /**
14433
- * Number of returned entries. Default value: 10. Maximum value: 100.
14433
+ * Number of returned entries. default value: 10. maximum value: 100.
14434
14434
  * @type {number || null}
14435
14435
  */
14436
14436
  this.Limit = null;
14437
14437
 
14438
14438
  /**
14439
- * Template type filter. Valid values:
14440
- <li>Preset: preset template;</li>
14441
- <li>Custom: custom template.</li>
14439
+ * Template type filter. valid values:.
14440
+ <Li>Preset: system preset template;</li>.
14441
+ <Li>Custom: user-defined template.</li>.
14442
14442
  * @type {string || null}
14443
14443
  */
14444
14444
  this.Type = null;
@@ -36304,7 +36304,7 @@ class EnhanceMediaQualityOutputConfig extends AbstractModel {
36304
36304
  this.ClassId = null;
36305
36305
 
36306
36306
  /**
36307
- * The expiration time of the output file, the file will be deleted after this time, the default is never to expire, the format is in accordance with the ISO 8601 standard, see [ISO date format description](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I)
36307
+ * The expiration time of the output file, the file will be deleted after this time, the default is never to expire, the format is in accordance with the ISO 8601 standard, see [ISO date format description](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
36308
36308
  * @type {string || null}
36309
36309
  */
36310
36310
  this.ExpireTime = null;
@@ -44210,16 +44210,16 @@ class RestoreMediaRequest extends AbstractModel {
44210
44210
  this.FileIds = null;
44211
44211
 
44212
44212
  /**
44213
- * <b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
44213
+ * The accessible duration of the unfrozen temporary media files must be greater than 0, and the unit is "days".
44214
44214
  * @type {number || null}
44215
44215
  */
44216
- this.SubAppId = null;
44216
+ this.RestoreDay = null;
44217
44217
 
44218
44218
  /**
44219
- * The accessible duration of the unfrozen temporary media files must be greater than 0, and the unit is "days".
44219
+ * <b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
44220
44220
  * @type {number || null}
44221
44221
  */
44222
- this.RestoreDay = null;
44222
+ this.SubAppId = null;
44223
44223
 
44224
44224
  /**
44225
44225
  * The retrieval mode. If the current storage class is ARCHIVE, the valid values for this parameter are as follows:
@@ -44243,8 +44243,8 @@ If the current storage class is DEEP ARCHIVE, the valid values for this paramete
44243
44243
  return;
44244
44244
  }
44245
44245
  this.FileIds = 'FileIds' in params ? params.FileIds : null;
44246
- this.SubAppId = 'SubAppId' in params ? params.SubAppId : null;
44247
44246
  this.RestoreDay = 'RestoreDay' in params ? params.RestoreDay : null;
44247
+ this.SubAppId = 'SubAppId' in params ? params.SubAppId : null;
44248
44248
  this.RestoreTier = 'RestoreTier' in params ? params.RestoreTier : null;
44249
44249
 
44250
44250
  }
@@ -44742,6 +44742,12 @@ class CreateSubAppIdRequest extends AbstractModel {
44742
44742
  */
44743
44743
  this.Description = null;
44744
44744
 
44745
+ /**
44746
+ *
44747
+ * @type {string || null}
44748
+ */
44749
+ this.Type = null;
44750
+
44745
44751
  }
44746
44752
 
44747
44753
  /**
@@ -44753,6 +44759,7 @@ class CreateSubAppIdRequest extends AbstractModel {
44753
44759
  }
44754
44760
  this.Name = 'Name' in params ? params.Name : null;
44755
44761
  this.Description = 'Description' in params ? params.Description : null;
44762
+ this.Type = 'Type' in params ? params.Type : null;
44756
44763
 
44757
44764
  }
44758
44765
  }