tencentcloud-sdk-nodejs 4.1.227 → 4.1.228

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.
Files changed (47) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cls/v20201016/cls_client.js +34 -10
  3. package/es/services/ioa/v20220601/ioa_client.js +3 -0
  4. package/es/services/mqtt/v20240516/mqtt_client.js +6 -0
  5. package/es/services/ocr/v20181119/ocr_client.js +154 -181
  6. package/es/services/tdmq/v20200217/tdmq_client.js +3 -0
  7. package/es/services/vod/v20180717/vod_client.js +16 -7
  8. package/package.json +1 -1
  9. package/tencentcloud/common/sdk_version.d.ts +1 -1
  10. package/tencentcloud/common/sdk_version.js +1 -1
  11. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +136 -116
  12. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +43 -11
  13. package/tencentcloud/services/cls/v20201016/cls_client.js +63 -15
  14. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +650 -192
  15. package/tencentcloud/services/ctsdb/v20230202/ctsdb_client.d.ts +1 -1
  16. package/tencentcloud/services/ctsdb/v20230202/ctsdb_models.d.ts +6 -1
  17. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +8 -0
  18. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -50
  19. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +2 -2
  20. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +5 -1
  21. package/tencentcloud/services/ioa/v20220601/ioa_client.js +6 -0
  22. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +94 -72
  23. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +56 -30
  24. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
  25. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +9 -1
  26. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +12 -0
  27. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +115 -26
  28. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +599 -662
  29. package/tencentcloud/services/ocr/v20181119/ocr_client.js +738 -819
  30. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6405 -6898
  31. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +1 -1
  32. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  33. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +18 -6
  34. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9 -10
  35. package/tencentcloud/services/tdai/v20250717/tdai_client.d.ts +1 -1
  36. package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +120 -74
  37. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  38. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  39. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +443 -0
  40. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +40 -0
  41. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
  42. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +33 -22
  43. package/tencentcloud/services/vod/v20180717/vod_client.js +42 -25
  44. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1294 -514
  45. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +6 -2
  46. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +3 -1
  47. package/tencentcloud/services/wedata/v20210820/wedata_client.js +3 -1
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.227";
1
+ export const sdkVersion = "4.1.228";
@@ -54,8 +54,8 @@ export class Client extends AbstractClient {
54
54
  async DeleteDataTransform(req, cb) {
55
55
  return this.request("DeleteDataTransform", req, cb);
56
56
  }
57
- async CreateLogset(req, cb) {
58
- return this.request("CreateLogset", req, cb);
57
+ async DeleteConfigExtra(req, cb) {
58
+ return this.request("DeleteConfigExtra", req, cb);
59
59
  }
60
60
  async DescribeNetworkApplications(req, cb) {
61
61
  return this.request("DescribeNetworkApplications", req, cb);
@@ -174,6 +174,9 @@ export class Client extends AbstractClient {
174
174
  async DeleteCloudProductLogCollection(req, cb) {
175
175
  return this.request("DeleteCloudProductLogCollection", req, cb);
176
176
  }
177
+ async DescribeMetricSubscribePreview(req, cb) {
178
+ return this.request("DescribeMetricSubscribePreview", req, cb);
179
+ }
177
180
  async DescribeEsRechargePreview(req, cb) {
178
181
  return this.request("DescribeEsRechargePreview", req, cb);
179
182
  }
@@ -288,6 +291,9 @@ export class Client extends AbstractClient {
288
291
  async ModifyScheduledSql(req, cb) {
289
292
  return this.request("ModifyScheduledSql", req, cb);
290
293
  }
294
+ async DeleteRecordingRuleTask(req, cb) {
295
+ return this.request("DeleteRecordingRuleTask", req, cb);
296
+ }
291
297
  async CreateMachineGroup(req, cb) {
292
298
  return this.request("CreateMachineGroup", req, cb);
293
299
  }
@@ -321,6 +327,9 @@ export class Client extends AbstractClient {
321
327
  async DescribeIndex(req, cb) {
322
328
  return this.request("DescribeIndex", req, cb);
323
329
  }
330
+ async CreateRecordingRuleYamlTask(req, cb) {
331
+ return this.request("CreateRecordingRuleYamlTask", req, cb);
332
+ }
324
333
  async DeleteConsole(req, cb) {
325
334
  return this.request("DeleteConsole", req, cb);
326
335
  }
@@ -345,6 +354,9 @@ export class Client extends AbstractClient {
345
354
  async CreateRebuildIndexTask(req, cb) {
346
355
  return this.request("CreateRebuildIndexTask", req, cb);
347
356
  }
357
+ async ModifyTopic(req, cb) {
358
+ return this.request("ModifyTopic", req, cb);
359
+ }
348
360
  async DeleteMetricConfig(req, cb) {
349
361
  return this.request("DeleteMetricConfig", req, cb);
350
362
  }
@@ -369,8 +381,8 @@ export class Client extends AbstractClient {
369
381
  async DescribePartitions(req, cb) {
370
382
  return this.request("DescribePartitions", req, cb);
371
383
  }
372
- async DeleteConfigExtra(req, cb) {
373
- return this.request("DeleteConfigExtra", req, cb);
384
+ async CreateLogset(req, cb) {
385
+ return this.request("CreateLogset", req, cb);
374
386
  }
375
387
  async CheckFunction(req, cb) {
376
388
  return this.request("CheckFunction", req, cb);
@@ -378,9 +390,15 @@ export class Client extends AbstractClient {
378
390
  async ModifyConsole(req, cb) {
379
391
  return this.request("ModifyConsole", req, cb);
380
392
  }
393
+ async DescribeRecordingRuleYamlTask(req, cb) {
394
+ return this.request("DescribeRecordingRuleYamlTask", req, cb);
395
+ }
381
396
  async SearchLog(req, cb) {
382
397
  return this.request("SearchLog", req, cb);
383
398
  }
399
+ async ModifyRecordingRuleTask(req, cb) {
400
+ return this.request("ModifyRecordingRuleTask", req, cb);
401
+ }
384
402
  async DeleteShipper(req, cb) {
385
403
  return this.request("DeleteShipper", req, cb);
386
404
  }
@@ -411,11 +429,11 @@ export class Client extends AbstractClient {
411
429
  async CreateConsumer(req, cb) {
412
430
  return this.request("CreateConsumer", req, cb);
413
431
  }
414
- async DescribeMetricSubscribePreview(req, cb) {
415
- return this.request("DescribeMetricSubscribePreview", req, cb);
432
+ async CreateRecordingRuleTask(req, cb) {
433
+ return this.request("CreateRecordingRuleTask", req, cb);
416
434
  }
417
- async ModifyTopic(req, cb) {
418
- return this.request("ModifyTopic", req, cb);
435
+ async DescribeRecordingRuleTask(req, cb) {
436
+ return this.request("DescribeRecordingRuleTask", req, cb);
419
437
  }
420
438
  async DescribeDashboardSubscribes(req, cb) {
421
439
  return this.request("DescribeDashboardSubscribes", req, cb);
@@ -429,11 +447,14 @@ export class Client extends AbstractClient {
429
447
  async ModifyMachineGroup(req, cb) {
430
448
  return this.request("ModifyMachineGroup", req, cb);
431
449
  }
450
+ async DescribeConsumerGroups(req, cb) {
451
+ return this.request("DescribeConsumerGroups", req, cb);
452
+ }
432
453
  async DescribeKafkaConsumerTopics(req, cb) {
433
454
  return this.request("DescribeKafkaConsumerTopics", req, cb);
434
455
  }
435
- async DescribeConsumerGroups(req, cb) {
436
- return this.request("DescribeConsumerGroups", req, cb);
456
+ async DeleteRecordingRuleYamlTask(req, cb) {
457
+ return this.request("DeleteRecordingRuleYamlTask", req, cb);
437
458
  }
438
459
  async ModifyAlarmShield(req, cb) {
439
460
  return this.request("ModifyAlarmShield", req, cb);
@@ -450,6 +471,9 @@ export class Client extends AbstractClient {
450
471
  async CheckRechargeKafkaServer(req, cb) {
451
472
  return this.request("CheckRechargeKafkaServer", req, cb);
452
473
  }
474
+ async ModifyRecordingRuleYamlTask(req, cb) {
475
+ return this.request("ModifyRecordingRuleYamlTask", req, cb);
476
+ }
453
477
  async ModifyAlarm(req, cb) {
454
478
  return this.request("ModifyAlarm", req, cb);
455
479
  }
@@ -57,6 +57,9 @@ export class Client extends AbstractClient {
57
57
  async DescribeDLPEdgeNodes(req, cb) {
58
58
  return this.request("DescribeDLPEdgeNodes", req, cb);
59
59
  }
60
+ async BindBusinessResourceConnectorGroup(req, cb) {
61
+ return this.request("BindBusinessResourceConnectorGroup", req, cb);
62
+ }
60
63
  async DescribeDirectAccountGroupResources(req, cb) {
61
64
  return this.request("DescribeDirectAccountGroupResources", req, cb);
62
65
  }
@@ -129,6 +129,9 @@ export class Client extends AbstractClient {
129
129
  async DeleteTopic(req, cb) {
130
130
  return this.request("DeleteTopic", req, cb);
131
131
  }
132
+ async DescribeSharedSubscriptions(req, cb) {
133
+ return this.request("DescribeSharedSubscriptions", req, cb);
134
+ }
132
135
  async AddClientSubscription(req, cb) {
133
136
  return this.request("AddClientSubscription", req, cb);
134
137
  }
@@ -165,6 +168,9 @@ export class Client extends AbstractClient {
165
168
  async DeleteAuthenticator(req, cb) {
166
169
  return this.request("DeleteAuthenticator", req, cb);
167
170
  }
171
+ async DescribeSharedSubscriptionClient(req, cb) {
172
+ return this.request("DescribeSharedSubscriptionClient", req, cb);
173
+ }
168
174
  async RegisterCaCertificate(req, cb) {
169
175
  return this.request("RegisterCaCertificate", req, cb);
170
176
  }
@@ -3,11 +3,35 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("ocr.tencentcloudapi.com", "2018-11-19", clientConfig);
5
5
  }
6
- async QuestionOCR(req, cb) {
7
- return this.request("QuestionOCR", req, cb);
6
+ async InsuranceBillOCR(req, cb) {
7
+ return this.request("InsuranceBillOCR", req, cb);
8
8
  }
9
- async TextDetect(req, cb) {
10
- return this.request("TextDetect", req, cb);
9
+ async ImageEnhancement(req, cb) {
10
+ return this.request("ImageEnhancement", req, cb);
11
+ }
12
+ async QuestionSplitOCR(req, cb) {
13
+ return this.request("QuestionSplitOCR", req, cb);
14
+ }
15
+ async RecognizeAgent(req, cb) {
16
+ return this.request("RecognizeAgent", req, cb);
17
+ }
18
+ async EnterpriseLicenseOCR(req, cb) {
19
+ return this.request("EnterpriseLicenseOCR", req, cb);
20
+ }
21
+ async BusinessCardOCR(req, cb) {
22
+ return this.request("BusinessCardOCR", req, cb);
23
+ }
24
+ async RecognizeOnlineTaxiItineraryOCR(req, cb) {
25
+ return this.request("RecognizeOnlineTaxiItineraryOCR", req, cb);
26
+ }
27
+ async IDCardOCR(req, cb) {
28
+ return this.request("IDCardOCR", req, cb);
29
+ }
30
+ async MLIDCardOCR(req, cb) {
31
+ return this.request("MLIDCardOCR", req, cb);
32
+ }
33
+ async VatInvoiceVerifyNew(req, cb) {
34
+ return this.request("VatInvoiceVerifyNew", req, cb);
11
35
  }
12
36
  async QrcodeOCR(req, cb) {
13
37
  return this.request("QrcodeOCR", req, cb);
@@ -18,9 +42,18 @@ export class Client extends AbstractClient {
18
42
  async RecognizeContainerOCR(req, cb) {
19
43
  return this.request("RecognizeContainerOCR", req, cb);
20
44
  }
45
+ async RecognizeTableAccurateOCR(req, cb) {
46
+ return this.request("RecognizeTableAccurateOCR", req, cb);
47
+ }
21
48
  async RecognizeEncryptedIDCardOCR(req, cb) {
22
49
  return this.request("RecognizeEncryptedIDCardOCR", req, cb);
23
50
  }
51
+ async MixedInvoiceDetect(req, cb) {
52
+ return this.request("MixedInvoiceDetect", req, cb);
53
+ }
54
+ async VinOCR(req, cb) {
55
+ return this.request("VinOCR", req, cb);
56
+ }
24
57
  async RecognizeStoreName(req, cb) {
25
58
  return this.request("RecognizeStoreName", req, cb);
26
59
  }
@@ -30,152 +63,89 @@ export class Client extends AbstractClient {
30
63
  async SubmitMarkEssayAgentJob(req, cb) {
31
64
  return this.request("SubmitMarkEssayAgentJob", req, cb);
32
65
  }
33
- async TrainTicketOCR(req, cb) {
34
- return this.request("TrainTicketOCR", req, cb);
35
- }
36
- async RecognizeValidIDCardOCR(req, cb) {
37
- return this.request("RecognizeValidIDCardOCR", req, cb);
38
- }
39
- async VerifyScenePhoto(req, cb) {
40
- return this.request("VerifyScenePhoto", req, cb);
41
- }
42
- async InvoiceGeneralOCR(req, cb) {
43
- return this.request("InvoiceGeneralOCR", req, cb);
66
+ async DescribeQuestionMarkAgentJob(req, cb) {
67
+ return this.request("DescribeQuestionMarkAgentJob", req, cb);
44
68
  }
45
- async HKIDCardOCR(req, cb) {
46
- return this.request("HKIDCardOCR", req, cb);
69
+ async RecognizeTravelCardOCR(req, cb) {
70
+ return this.request("RecognizeTravelCardOCR", req, cb);
47
71
  }
48
- async PermitOCR(req, cb) {
49
- return this.request("PermitOCR", req, cb);
72
+ async GeneralFastOCR(req, cb) {
73
+ return this.request("GeneralFastOCR", req, cb);
50
74
  }
51
- async QuestionSplitLayoutOCR(req, cb) {
52
- return this.request("QuestionSplitLayoutOCR", req, cb);
75
+ async RecognizeValidIDCardOCR(req, cb) {
76
+ return this.request("RecognizeValidIDCardOCR", req, cb);
53
77
  }
54
- async BusInvoiceOCR(req, cb) {
55
- return this.request("BusInvoiceOCR", req, cb);
78
+ async BizLicenseOCR(req, cb) {
79
+ return this.request("BizLicenseOCR", req, cb);
56
80
  }
57
- async EnglishOCR(req, cb) {
58
- return this.request("EnglishOCR", req, cb);
81
+ async GeneralHandwritingOCR(req, cb) {
82
+ return this.request("GeneralHandwritingOCR", req, cb);
59
83
  }
60
- async SmartStructuralOCR(req, cb) {
61
- return this.request("SmartStructuralOCR", req, cb);
84
+ async QuestionOCR(req, cb) {
85
+ return this.request("QuestionOCR", req, cb);
62
86
  }
63
- async ClassifyStoreName(req, cb) {
64
- return this.request("ClassifyStoreName", req, cb);
87
+ async ExtractDocBasic(req, cb) {
88
+ return this.request("ExtractDocBasic", req, cb);
65
89
  }
66
90
  async TaxiInvoiceOCR(req, cb) {
67
91
  return this.request("TaxiInvoiceOCR", req, cb);
68
92
  }
69
- async DescribeExtractDocAgentJob(req, cb) {
70
- return this.request("DescribeExtractDocAgentJob", req, cb);
71
- }
72
- async SubmitQuestionMarkAgentJob(req, cb) {
73
- return this.request("SubmitQuestionMarkAgentJob", req, cb);
74
- }
75
- async RideHailingDriverLicenseOCR(req, cb) {
76
- return this.request("RideHailingDriverLicenseOCR", req, cb);
77
- }
78
- async MainlandPermitOCR(req, cb) {
79
- return this.request("MainlandPermitOCR", req, cb);
80
- }
81
- async FlightInvoiceOCR(req, cb) {
82
- return this.request("FlightInvoiceOCR", req, cb);
83
- }
84
- async RecognizeGeneralInvoice(req, cb) {
85
- return this.request("RecognizeGeneralInvoice", req, cb);
93
+ async TrainTicketOCR(req, cb) {
94
+ return this.request("TrainTicketOCR", req, cb);
86
95
  }
87
- async InsuranceBillOCR(req, cb) {
88
- return this.request("InsuranceBillOCR", req, cb);
96
+ async GetOCRResult(req, cb) {
97
+ return this.request("GetOCRResult", req, cb);
89
98
  }
90
- async VatInvoiceVerifyNew(req, cb) {
91
- return this.request("VatInvoiceVerifyNew", req, cb);
99
+ async HKIDCardOCR(req, cb) {
100
+ return this.request("HKIDCardOCR", req, cb);
92
101
  }
93
- async VinOCR(req, cb) {
94
- return this.request("VinOCR", req, cb);
102
+ async VerifyScenePhoto(req, cb) {
103
+ return this.request("VerifyScenePhoto", req, cb);
95
104
  }
96
- async VehicleLicenseOCR(req, cb) {
97
- return this.request("VehicleLicenseOCR", req, cb);
105
+ async VatInvoiceOCR(req, cb) {
106
+ return this.request("VatInvoiceOCR", req, cb);
98
107
  }
99
- async BizLicenseOCR(req, cb) {
100
- return this.request("BizLicenseOCR", req, cb);
108
+ async ExtractDocAgent(req, cb) {
109
+ return this.request("ExtractDocAgent", req, cb);
101
110
  }
102
111
  async RecognizeGeneralCardWarn(req, cb) {
103
112
  return this.request("RecognizeGeneralCardWarn", req, cb);
104
113
  }
105
- async GeneralBasicOCR(req, cb) {
106
- return this.request("GeneralBasicOCR", req, cb);
107
- }
108
- async RecognizeThaiIDCardOCR(req, cb) {
109
- return this.request("RecognizeThaiIDCardOCR", req, cb);
110
- }
111
- async QuotaInvoiceOCR(req, cb) {
112
- return this.request("QuotaInvoiceOCR", req, cb);
113
- }
114
- async ExtractDocMultiPro(req, cb) {
115
- return this.request("ExtractDocMultiPro", req, cb);
116
- }
117
- async TableOCR(req, cb) {
118
- return this.request("TableOCR", req, cb);
119
- }
120
- async ArithmeticOCR(req, cb) {
121
- return this.request("ArithmeticOCR", req, cb);
122
- }
123
- async EstateCertOCR(req, cb) {
124
- return this.request("EstateCertOCR", req, cb);
125
- }
126
- async BankCardOCR(req, cb) {
127
- return this.request("BankCardOCR", req, cb);
128
- }
129
- async GetOCRToken(req, cb) {
130
- return this.request("GetOCRToken", req, cb);
131
- }
132
- async EduPaperOCR(req, cb) {
133
- return this.request("EduPaperOCR", req, cb);
134
- }
135
- async RecognizeAgent(req, cb) {
136
- return this.request("RecognizeAgent", req, cb);
137
- }
138
- async EnterpriseLicenseOCR(req, cb) {
139
- return this.request("EnterpriseLicenseOCR", req, cb);
140
- }
141
- async BusinessCardOCR(req, cb) {
142
- return this.request("BusinessCardOCR", req, cb);
143
- }
144
- async IDCardOCR(req, cb) {
145
- return this.request("IDCardOCR", req, cb);
114
+ async WaybillOCR(req, cb) {
115
+ return this.request("WaybillOCR", req, cb);
146
116
  }
147
- async RecognizeTableAccurateOCR(req, cb) {
148
- return this.request("RecognizeTableAccurateOCR", req, cb);
117
+ async FlightInvoiceOCR(req, cb) {
118
+ return this.request("FlightInvoiceOCR", req, cb);
149
119
  }
150
- async MixedInvoiceDetect(req, cb) {
151
- return this.request("MixedInvoiceDetect", req, cb);
120
+ async PermitOCR(req, cb) {
121
+ return this.request("PermitOCR", req, cb);
152
122
  }
153
- async VatRollInvoiceOCR(req, cb) {
154
- return this.request("VatRollInvoiceOCR", req, cb);
123
+ async RecognizeTableOCR(req, cb) {
124
+ return this.request("RecognizeTableOCR", req, cb);
155
125
  }
156
- async DescribeQuestionMarkAgentJob(req, cb) {
157
- return this.request("DescribeQuestionMarkAgentJob", req, cb);
126
+ async HandwritingEssayOCR(req, cb) {
127
+ return this.request("HandwritingEssayOCR", req, cb);
158
128
  }
159
- async GeneralHandwritingOCR(req, cb) {
160
- return this.request("GeneralHandwritingOCR", req, cb);
129
+ async TextDetect(req, cb) {
130
+ return this.request("TextDetect", req, cb);
161
131
  }
162
- async ExtractDocBasic(req, cb) {
163
- return this.request("ExtractDocBasic", req, cb);
132
+ async SmartStructuralOCR(req, cb) {
133
+ return this.request("SmartStructuralOCR", req, cb);
164
134
  }
165
- async RecognizeOnlineTaxiItineraryOCR(req, cb) {
166
- return this.request("RecognizeOnlineTaxiItineraryOCR", req, cb);
135
+ async ExtractDocMultiPro(req, cb) {
136
+ return this.request("ExtractDocMultiPro", req, cb);
167
137
  }
168
- async RecognizeTableOCR(req, cb) {
169
- return this.request("RecognizeTableOCR", req, cb);
138
+ async SubmitQuestionMarkAgentJob(req, cb) {
139
+ return this.request("SubmitQuestionMarkAgentJob", req, cb);
170
140
  }
171
- async ExtractDocAgent(req, cb) {
172
- return this.request("ExtractDocAgent", req, cb);
141
+ async VehicleLicenseOCR(req, cb) {
142
+ return this.request("VehicleLicenseOCR", req, cb);
173
143
  }
174
- async WaybillOCR(req, cb) {
175
- return this.request("WaybillOCR", req, cb);
144
+ async TableOCR(req, cb) {
145
+ return this.request("TableOCR", req, cb);
176
146
  }
177
- async HandwritingEssayOCR(req, cb) {
178
- return this.request("HandwritingEssayOCR", req, cb);
147
+ async RideHailingDriverLicenseOCR(req, cb) {
148
+ return this.request("RideHailingDriverLicenseOCR", req, cb);
179
149
  }
180
150
  async HmtResidentPermitOCR(req, cb) {
181
151
  return this.request("HmtResidentPermitOCR", req, cb);
@@ -183,92 +153,68 @@ export class Client extends AbstractClient {
183
153
  async DescribeMarkEssayAgentJob(req, cb) {
184
154
  return this.request("DescribeMarkEssayAgentJob", req, cb);
185
155
  }
186
- async TollInvoiceOCR(req, cb) {
187
- return this.request("TollInvoiceOCR", req, cb);
156
+ async ArithmeticOCR(req, cb) {
157
+ return this.request("ArithmeticOCR", req, cb);
158
+ }
159
+ async LicensePlateOCR(req, cb) {
160
+ return this.request("LicensePlateOCR", req, cb);
161
+ }
162
+ async EstateCertOCR(req, cb) {
163
+ return this.request("EstateCertOCR", req, cb);
188
164
  }
189
165
  async ClassifyDetectOCR(req, cb) {
190
166
  return this.request("ClassifyDetectOCR", req, cb);
191
167
  }
192
- async RecognizeFormulaOCR(req, cb) {
193
- return this.request("RecognizeFormulaOCR", req, cb);
168
+ async ExtractDocMulti(req, cb) {
169
+ return this.request("ExtractDocMulti", req, cb);
194
170
  }
195
171
  async SealOCR(req, cb) {
196
172
  return this.request("SealOCR", req, cb);
197
173
  }
174
+ async ClassifyStoreName(req, cb) {
175
+ return this.request("ClassifyStoreName", req, cb);
176
+ }
198
177
  async BankSlipOCR(req, cb) {
199
178
  return this.request("BankSlipOCR", req, cb);
200
179
  }
201
- async VehicleRegCertOCR(req, cb) {
202
- return this.request("VehicleRegCertOCR", req, cb);
203
- }
204
- async RecognizeTravelCardOCR(req, cb) {
205
- return this.request("RecognizeTravelCardOCR", req, cb);
206
- }
207
- async SubmitExtractDocAgentJob(req, cb) {
208
- return this.request("SubmitExtractDocAgentJob", req, cb);
209
- }
210
- async VerifyOfdVatInvoiceOCR(req, cb) {
211
- return this.request("VerifyOfdVatInvoiceOCR", req, cb);
212
- }
213
- async DriverLicenseOCR(req, cb) {
214
- return this.request("DriverLicenseOCR", req, cb);
215
- }
216
- async FinanBillOCR(req, cb) {
217
- return this.request("FinanBillOCR", req, cb);
218
- }
219
- async MixedInvoiceOCR(req, cb) {
220
- return this.request("MixedInvoiceOCR", req, cb);
221
- }
222
- async RecognizeHealthCodeOCR(req, cb) {
223
- return this.request("RecognizeHealthCodeOCR", req, cb);
180
+ async GeneralEfficientOCR(req, cb) {
181
+ return this.request("GeneralEfficientOCR", req, cb);
224
182
  }
225
- async ImageEnhancement(req, cb) {
226
- return this.request("ImageEnhancement", req, cb);
183
+ async AdvertiseOCR(req, cb) {
184
+ return this.request("AdvertiseOCR", req, cb);
227
185
  }
228
- async QuestionSplitOCR(req, cb) {
229
- return this.request("QuestionSplitOCR", req, cb);
186
+ async DescribeExtractDocAgentJob(req, cb) {
187
+ return this.request("DescribeExtractDocAgentJob", req, cb);
230
188
  }
231
- async VerifyBizLicenseEnterprise4(req, cb) {
232
- return this.request("VerifyBizLicenseEnterprise4", req, cb);
189
+ async VehicleRegCertOCR(req, cb) {
190
+ return this.request("VehicleRegCertOCR", req, cb);
233
191
  }
234
- async MLIDCardOCR(req, cb) {
235
- return this.request("MLIDCardOCR", req, cb);
192
+ async QuestionSplitLayoutOCR(req, cb) {
193
+ return this.request("QuestionSplitLayoutOCR", req, cb);
236
194
  }
237
195
  async RecognizeMedicalInvoiceOCR(req, cb) {
238
196
  return this.request("RecognizeMedicalInvoiceOCR", req, cb);
239
197
  }
240
- async GeneralFastOCR(req, cb) {
241
- return this.request("GeneralFastOCR", req, cb);
242
- }
243
- async VatInvoiceOCR(req, cb) {
244
- return this.request("VatInvoiceOCR", req, cb);
245
- }
246
- async DutyPaidProofOCR(req, cb) {
247
- return this.request("DutyPaidProofOCR", req, cb);
248
- }
249
- async FinanBillSliceOCR(req, cb) {
250
- return this.request("FinanBillSliceOCR", req, cb);
251
- }
252
- async LicensePlateOCR(req, cb) {
253
- return this.request("LicensePlateOCR", req, cb);
254
- }
255
- async ExtractDocMulti(req, cb) {
256
- return this.request("ExtractDocMulti", req, cb);
257
- }
258
- async GeneralEfficientOCR(req, cb) {
259
- return this.request("GeneralEfficientOCR", req, cb);
260
- }
261
- async AdvertiseOCR(req, cb) {
262
- return this.request("AdvertiseOCR", req, cb);
198
+ async EnglishOCR(req, cb) {
199
+ return this.request("EnglishOCR", req, cb);
263
200
  }
264
201
  async ResidenceBookletOCR(req, cb) {
265
202
  return this.request("ResidenceBookletOCR", req, cb);
266
203
  }
204
+ async BankCardOCR(req, cb) {
205
+ return this.request("BankCardOCR", req, cb);
206
+ }
267
207
  async CarInvoiceOCR(req, cb) {
268
208
  return this.request("CarInvoiceOCR", req, cb);
269
209
  }
270
- async GetOCRResult(req, cb) {
271
- return this.request("GetOCRResult", req, cb);
210
+ async DriverLicenseOCR(req, cb) {
211
+ return this.request("DriverLicenseOCR", req, cb);
212
+ }
213
+ async MainlandPermitOCR(req, cb) {
214
+ return this.request("MainlandPermitOCR", req, cb);
215
+ }
216
+ async SubmitExtractDocAgentJob(req, cb) {
217
+ return this.request("SubmitExtractDocAgentJob", req, cb);
272
218
  }
273
219
  async FormulaOCR(req, cb) {
274
220
  return this.request("FormulaOCR", req, cb);
@@ -276,10 +222,37 @@ export class Client extends AbstractClient {
276
222
  async PassportOCR(req, cb) {
277
223
  return this.request("PassportOCR", req, cb);
278
224
  }
279
- async ShipInvoiceOCR(req, cb) {
280
- return this.request("ShipInvoiceOCR", req, cb);
225
+ async GeneralBasicOCR(req, cb) {
226
+ return this.request("GeneralBasicOCR", req, cb);
227
+ }
228
+ async GetOCRToken(req, cb) {
229
+ return this.request("GetOCRToken", req, cb);
230
+ }
231
+ async VerifyOfdVatInvoiceOCR(req, cb) {
232
+ return this.request("VerifyOfdVatInvoiceOCR", req, cb);
233
+ }
234
+ async VerifyBizLicenseEnterprise4(req, cb) {
235
+ return this.request("VerifyBizLicenseEnterprise4", req, cb);
236
+ }
237
+ async MixedInvoiceOCR(req, cb) {
238
+ return this.request("MixedInvoiceOCR", req, cb);
239
+ }
240
+ async RecognizeHealthCodeOCR(req, cb) {
241
+ return this.request("RecognizeHealthCodeOCR", req, cb);
242
+ }
243
+ async EduPaperOCR(req, cb) {
244
+ return this.request("EduPaperOCR", req, cb);
281
245
  }
282
246
  async RideHailingTransportLicenseOCR(req, cb) {
283
247
  return this.request("RideHailingTransportLicenseOCR", req, cb);
284
248
  }
249
+ async RecognizeThaiIDCardOCR(req, cb) {
250
+ return this.request("RecognizeThaiIDCardOCR", req, cb);
251
+ }
252
+ async RecognizeGeneralInvoice(req, cb) {
253
+ return this.request("RecognizeGeneralInvoice", req, cb);
254
+ }
255
+ async RecognizeFormulaOCR(req, cb) {
256
+ return this.request("RecognizeFormulaOCR", req, cb);
257
+ }
285
258
  }
@@ -450,6 +450,9 @@ export class Client extends AbstractClient {
450
450
  async DescribeAllTenants(req, cb) {
451
451
  return this.request("DescribeAllTenants", req, cb);
452
452
  }
453
+ async CreateRocketMQRouterRule(req, cb) {
454
+ return this.request("CreateRocketMQRouterRule", req, cb);
455
+ }
453
456
  async DescribeNamespaceBundlesOpt(req, cb) {
454
457
  return this.request("DescribeNamespaceBundlesOpt", req, cb);
455
458
  }
@@ -120,6 +120,9 @@ export class Client extends AbstractClient {
120
120
  async ListFiles(req, cb) {
121
121
  return this.request("ListFiles", req, cb);
122
122
  }
123
+ async DeleteLLMComprehendTemplate(req, cb) {
124
+ return this.request("DeleteLLMComprehendTemplate", req, cb);
125
+ }
123
126
  async DescribeTasks(req, cb) {
124
127
  return this.request("DescribeTasks", req, cb);
125
128
  }
@@ -162,6 +165,9 @@ export class Client extends AbstractClient {
162
165
  async DeleteClass(req, cb) {
163
166
  return this.request("DeleteClass", req, cb);
164
167
  }
168
+ async DescribeAigcAdvancedCustomElements(req, cb) {
169
+ return this.request("DescribeAigcAdvancedCustomElements", req, cb);
170
+ }
165
171
  async ExecuteFunction(req, cb) {
166
172
  return this.request("ExecuteFunction", req, cb);
167
173
  }
@@ -333,6 +339,9 @@ export class Client extends AbstractClient {
333
339
  async ModifyQualityInspectTemplate(req, cb) {
334
340
  return this.request("ModifyQualityInspectTemplate", req, cb);
335
341
  }
342
+ async DescribeRoundPlays(req, cb) {
343
+ return this.request("DescribeRoundPlays", req, cb);
344
+ }
336
345
  async VerifyDomainRecord(req, cb) {
337
346
  return this.request("VerifyDomainRecord", req, cb);
338
347
  }
@@ -342,12 +351,12 @@ export class Client extends AbstractClient {
342
351
  async CreateAigcCustomElement(req, cb) {
343
352
  return this.request("CreateAigcCustomElement", req, cb);
344
353
  }
354
+ async CreateReviewTemplate(req, cb) {
355
+ return this.request("CreateReviewTemplate", req, cb);
356
+ }
345
357
  async CreateSceneAigcVideoTask(req, cb) {
346
358
  return this.request("CreateSceneAigcVideoTask", req, cb);
347
359
  }
348
- async DeleteLLMComprehendTemplate(req, cb) {
349
- return this.request("DeleteLLMComprehendTemplate", req, cb);
350
- }
351
360
  async CreateSceneAigcImageTask(req, cb) {
352
361
  return this.request("CreateSceneAigcImageTask", req, cb);
353
362
  }
@@ -360,8 +369,8 @@ export class Client extends AbstractClient {
360
369
  async ConfirmEvents(req, cb) {
361
370
  return this.request("ConfirmEvents", req, cb);
362
371
  }
363
- async DescribeRoundPlays(req, cb) {
364
- return this.request("DescribeRoundPlays", req, cb);
372
+ async DeleteAigcAdvancedCustomElement(req, cb) {
373
+ return this.request("DeleteAigcAdvancedCustomElement", req, cb);
365
374
  }
366
375
  async ProcessMediaByUrl(req, cb) {
367
376
  return this.request("ProcessMediaByUrl", req, cb);
@@ -501,8 +510,8 @@ export class Client extends AbstractClient {
501
510
  async DescribeJustInTimeTranscodeTemplates(req, cb) {
502
511
  return this.request("DescribeJustInTimeTranscodeTemplates", req, cb);
503
512
  }
504
- async CreateReviewTemplate(req, cb) {
505
- return this.request("CreateReviewTemplate", req, cb);
513
+ async CreateAigcAudioTask(req, cb) {
514
+ return this.request("CreateAigcAudioTask", req, cb);
506
515
  }
507
516
  async DeleteAigcApiToken(req, cb) {
508
517
  return this.request("DeleteAigcApiToken", req, cb);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.227",
3
+ "version": "4.1.228",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.227";
1
+ export declare const sdkVersion = "4.1.228";