tencentcloud-sdk-nodejs 4.0.563 → 4.0.564

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 (78) hide show
  1. package/CHANGELOG.md +183 -0
  2. package/SERVICE_CHANGELOG.md +255 -86
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +2 -2
  7. package/src/services/asr/v20190614/asr_models.ts +3 -0
  8. package/src/services/cam/v20190116/cam_models.ts +10 -10
  9. package/src/services/cdb/v20170320/cdb_client.ts +25 -8
  10. package/src/services/cdb/v20170320/cdb_models.ts +255 -120
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +12 -0
  12. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +2 -2
  13. package/src/services/cls/v20201016/cls_models.ts +5 -5
  14. package/src/services/index.ts +1 -0
  15. package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -1
  16. package/src/services/iotvideo/v20211125/iotvideo_models.ts +69 -4
  17. package/src/services/lcic/v20220817/lcic_client.ts +27 -15
  18. package/src/services/lcic/v20220817/lcic_models.ts +53 -38
  19. package/src/services/ocr/v20181119/ocr_client.ts +42 -20
  20. package/src/services/ocr/v20181119/ocr_models.ts +18 -18
  21. package/src/services/omics/index.ts +5 -0
  22. package/src/services/omics/v20221128/index.ts +6 -0
  23. package/src/services/omics/v20221128/omics_client.ts +110 -0
  24. package/src/services/omics/v20221128/omics_models.ts +686 -0
  25. package/src/services/ssl/v20191205/ssl_models.ts +11 -3
  26. package/src/services/tcb/v20180608/tcb_client.ts +12 -0
  27. package/src/services/tcb/v20180608/tcb_models.ts +80 -0
  28. package/src/services/thpc/v20220401/thpc_client.ts +4 -2
  29. package/src/services/thpc/v20220401/thpc_models.ts +2 -2
  30. package/src/services/tiw/v20190919/tiw_models.ts +2 -1
  31. package/src/services/vod/v20180717/vod_models.ts +4 -4
  32. package/src/services/wedata/v20210820/wedata_models.ts +7 -1
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  36. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  37. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  38. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +10 -10
  39. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +8 -2
  40. package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -1
  41. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +215 -101
  42. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
  43. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +2 -2
  44. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  45. package/tencentcloud/services/index.d.ts +1 -0
  46. package/tencentcloud/services/index.js +2 -0
  47. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  48. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  49. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +60 -4
  50. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -5
  51. package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -6
  52. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +46 -33
  53. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +22 -0
  54. package/tencentcloud/services/ocr/v20181119/ocr_client.js +22 -0
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +18 -18
  56. package/tencentcloud/services/omics/index.d.ts +6 -0
  57. package/tencentcloud/services/omics/index.js +7 -0
  58. package/tencentcloud/services/omics/v20221128/index.d.ts +6 -0
  59. package/tencentcloud/services/omics/v20221128/index.js +9 -0
  60. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +34 -0
  61. package/tencentcloud/services/omics/v20221128/omics_client.js +67 -0
  62. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +563 -0
  63. package/tencentcloud/services/omics/v20221128/omics_models.js +18 -0
  64. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -3
  65. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
  66. package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
  67. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +66 -0
  68. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +2 -0
  69. package/tencentcloud/services/thpc/v20220401/thpc_client.js +2 -0
  70. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -2
  71. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -1
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
  73. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -1
  74. package/test/cdb.v20170320.test.js +10 -0
  75. package/test/iotvideo.v20211125.test.js +10 -0
  76. package/test/lcic.v20220817.test.js +14 -4
  77. package/test/omics.v20221128.test.js +81 -0
  78. package/test/tcb.v20180608.test.js +10 -0
package/products.md CHANGED
@@ -17,12 +17,12 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
18
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-21 01:03:36 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-21 01:03:48 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-07 01:02:58 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-22 01:04:23 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-16 01:09:09 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-22 01:06:01 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-13 01:04:30 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
@@ -34,14 +34,14 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-20 01:07:00 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-22 01:09:00 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-15 01:07:46 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-15 01:09:07 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-21 01:09:18 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-14 01:08:01 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-22 01:11:38 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-15 01:10:53 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
@@ -54,12 +54,12 @@
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-21 01:15:03 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-09 01:13:55 |
59
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-21 01:16:46 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-22 01:16:39 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-22 01:17:30 |
59
+ | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-22 01:21:19 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-21 01:17:19 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-15 01:15:16 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-22 01:21:57 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
@@ -92,7 +92,7 @@
92
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-16 01:32:21 |
94
94
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-21 01:36:09 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-21 01:36:27 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-22 01:40:28 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-15 01:37:54 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
@@ -117,15 +117,15 @@
117
117
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-10 01:36:02 |
118
118
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
119
119
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
120
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-16 01:42:09 |
120
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-22 01:49:36 |
121
121
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
122
122
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-10 01:38:31 |
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-21 01:46:21 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-15 01:45:20 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-21 01:47:30 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-22 01:59:37 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-15 01:46:26 |
128
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-20 01:38:41 |
128
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-22 02:01:17 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
131
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-20 01:40:40 |
@@ -144,7 +144,8 @@
144
144
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-21 01:54:21 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-21 01:54:32 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-20 01:46:02 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-22 02:14:26 |
148
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-21 20:10:58 |
148
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-20 01:46:48 |
149
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
150
151
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -167,7 +168,7 @@
167
168
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
168
169
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-03-21 02:02:15 |
169
170
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-21 02:01:02 |
170
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-20 01:52:16 |
171
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-22 02:22:56 |
171
172
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-02 01:35:41 |
172
173
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
173
174
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-09 01:47:55 |
@@ -180,7 +181,7 @@
180
181
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
181
182
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
182
183
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-03-10 01:48:39 |
183
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-07 01:44:06 |
184
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-22 02:25:31 |
184
185
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-03-08 01:54:20 |
185
186
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
186
187
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
@@ -193,7 +194,7 @@
193
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-16 02:17:10 |
194
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
195
196
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-21 02:18:34 |
196
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-21 02:21:47 |
197
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-22 02:38:04 |
197
198
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
198
199
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
199
200
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -201,7 +202,7 @@
201
202
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
202
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
203
204
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
204
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-21 02:23:32 |
205
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-22 02:39:44 |
205
206
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-21 02:24:11 |
206
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
207
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
@@ -216,11 +217,11 @@
216
217
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
217
218
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
218
219
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
219
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-21 02:29:47 |
220
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-21 02:31:51 |
221
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-21 02:35:07 |
220
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-22 02:46:14 |
221
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-22 02:48:26 |
222
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-22 02:51:26 |
222
223
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-14 12:01:08 |
223
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-21 02:36:46 |
224
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-22 02:53:10 |
224
225
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
225
226
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-16 02:35:06 |
226
227
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.563"
1
+ export const sdkVersion = "4.0.564"
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
109
109
 
110
110
  /**
111
111
  * 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
112
- 支持中文普通话、英语、粤语、日语、越南语、马来语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
112
+ 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
113
113
  • 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
114
114
  • 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。
115
115
  • 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
@@ -274,7 +274,7 @@ export class Client extends AbstractClient {
274
274
  }
275
275
 
276
276
  /**
277
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
277
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
278
278
  */
279
279
  async SentenceRecognition(
280
280
  req: SentenceRecognitionRequest,
@@ -120,6 +120,7 @@ export interface CreateAsyncRecognitionTaskRequest {
120
120
  • 16k_zh_video:16k 音视频领域;
121
121
  • 16k_en:16k 英语;
122
122
  • 16k_ca:16k 粤语;
123
+ • 16k_id:16k 印度尼西亚语;
123
124
  */
124
125
  EngineType: string
125
126
 
@@ -240,6 +241,7 @@ export interface SentenceRecognitionRequest {
240
241
  • 16k_ja:16k 日语;
241
242
  • 16k_vi:16k 越南语;
242
243
  • 16k_ms:16k 马来语;
244
+ • 16k_id:16k 印度尼西亚语;
243
245
  • 16k_zh_medical:16k 医疗;
244
246
  • 16k_zh-PY 中英粤;
245
247
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
@@ -474,6 +476,7 @@ export interface CreateRecTaskRequest {
474
476
  • 16k_ja:16k 日语;
475
477
  • 16k_vi:16k 越南语;
476
478
  • 16k_ms:16k 马来语;
479
+ • 16k_id:16k 印度尼西亚语;
477
480
  • 16k_zh_edu 中文教育;
478
481
  • 16k_en_edu 英文教育;
479
482
  • 16k_zh_medical 医疗;
@@ -2886,7 +2886,7 @@ export interface GroupMemberInfo {
2886
2886
  */
2887
2887
  export interface CreatePolicyRequest {
2888
2888
  /**
2889
- * 策略名
2889
+ * 策略名称。长度为1~128个字符,可包含英文字母、数字和+=,.@-_。
2890
2890
  */
2891
2891
  PolicyName: string
2892
2892
 
@@ -3049,7 +3049,7 @@ export interface CreateRoleResponse {
3049
3049
  * 角色ID
3050
3050
  注意:此字段可能返回 null,表示取不到有效值。
3051
3051
  */
3052
- RoleId: string
3052
+ RoleId?: string
3053
3053
 
3054
3054
  /**
3055
3055
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3448,7 +3448,7 @@ export interface GetRoleResponse {
3448
3448
  */
3449
3449
  export interface CreateRoleRequest {
3450
3450
  /**
3451
- * 角色名称
3451
+ * 角色名称。长度为1~128个字符,可包含英文字母、数字和+=,.@-_。
3452
3452
  */
3453
3453
  RoleName: string
3454
3454
 
@@ -3718,32 +3718,32 @@ export interface AddUserResponse {
3718
3718
  /**
3719
3719
  * 子用户 UIN
3720
3720
  */
3721
- Uin: number
3721
+ Uin?: number
3722
3722
 
3723
3723
  /**
3724
3724
  * 子用户用户名
3725
3725
  */
3726
- Name: string
3726
+ Name?: string
3727
3727
 
3728
3728
  /**
3729
3729
  * 如果输入参数组合为自动生成随机密码,则返回生成的密码
3730
3730
  */
3731
- Password: string
3731
+ Password?: string
3732
3732
 
3733
3733
  /**
3734
3734
  * 子用户密钥 ID
3735
3735
  */
3736
- SecretId: string
3736
+ SecretId?: string
3737
3737
 
3738
3738
  /**
3739
3739
  * 子用户密钥 Key
3740
3740
  */
3741
- SecretKey: string
3741
+ SecretKey?: string
3742
3742
 
3743
3743
  /**
3744
3744
  * 子用户 UID
3745
3745
  */
3746
- Uid: number
3746
+ Uid?: number
3747
3747
 
3748
3748
  /**
3749
3749
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4046,7 +4046,7 @@ export interface CreateGroupResponse {
4046
4046
  /**
4047
4047
  * 用户组 ID
4048
4048
  */
4049
- GroupId: number
4049
+ GroupId?: number
4050
4050
 
4051
4051
  /**
4052
4052
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -43,7 +43,7 @@ import {
43
43
  DescribeDBInstancesRequest,
44
44
  TableName,
45
45
  CdbRegionSellConf,
46
- DeleteAccountsResponse,
46
+ DescribeRoGroupsRequest,
47
47
  RollbackTableName,
48
48
  CloseWanServiceRequest,
49
49
  OpenAuditServiceResponse,
@@ -51,6 +51,7 @@ import {
51
51
  CreateAuditPolicyResponse,
52
52
  DescribeInstanceParamRecordsRequest,
53
53
  StopRollbackResponse,
54
+ AnalyzeAuditLogsRequest,
54
55
  StopReplicationResponse,
55
56
  DatabaseName,
56
57
  DescribeInstanceParamsRequest,
@@ -84,7 +85,7 @@ import {
84
85
  DeleteDeployGroupsRequest,
85
86
  DescribeAuditConfigResponse,
86
87
  ModifyBackupConfigResponse,
87
- OpenWanServiceRequest,
88
+ DescribeTimeWindowResponse,
88
89
  DeleteAuditPolicyResponse,
89
90
  InitDBInstancesResponse,
90
91
  DescribeParamTemplateInfoResponse,
@@ -138,13 +139,13 @@ import {
138
139
  DescribeDBSwitchRecordsRequest,
139
140
  RemoteBackupInfo,
140
141
  DescribeAsyncRequestInfoResponse,
141
- DescribeRoGroupsRequest,
142
+ DeleteAccountsResponse,
142
143
  ParamTemplateInfo,
143
144
  DeleteTimeWindowResponse,
144
145
  DescribeBackupsResponse,
145
146
  CreateAuditPolicyRequest,
146
147
  CreateRoInstanceIpRequest,
147
- DescribeTimeWindowResponse,
148
+ OpenWanServiceRequest,
148
149
  DescribeBackupConfigResponse,
149
150
  DescribeParamTemplatesResponse,
150
151
  ZoneConf,
@@ -181,7 +182,7 @@ import {
181
182
  DescribeDBInstanceCharsetRequest,
182
183
  ModifyInstancePasswordComplexityResponse,
183
184
  DeviceMemInfo,
184
- UpgradeDBInstanceEngineVersionRequest,
185
+ AuditLogAggregationResult,
185
186
  DatabasesWithCharacterLists,
186
187
  DescribeRemoteBackupConfigRequest,
187
188
  TagInfo,
@@ -195,7 +196,7 @@ import {
195
196
  DescribeAuditLogFilesRequest,
196
197
  ModifyBackupConfigRequest,
197
198
  DisassociateSecurityGroupsResponse,
198
- DeployGroupInfo,
199
+ AggregationCondition,
199
200
  LocalBinlogConfig,
200
201
  InquiryPriceUpgradeInstancesResponse,
201
202
  DescribeAuditConfigRequest,
@@ -286,10 +287,12 @@ import {
286
287
  RWInfos,
287
288
  CloseCDBProxyResponse,
288
289
  ModifyBackupEncryptionStatusResponse,
290
+ UpgradeDBInstanceEngineVersionRequest,
289
291
  DescribeDataBackupOverviewRequest,
290
292
  DescribeDBInstanceInfoRequest,
291
293
  BackupLimitVpcItem,
292
294
  ModifyDBInstanceProjectRequest,
295
+ Bucket,
293
296
  SwitchForUpgradeResponse,
294
297
  DescribeCDBProxyRequest,
295
298
  DescribeAccountPrivilegesRequest,
@@ -333,6 +336,7 @@ import {
333
336
  DeleteBackupResponse,
334
337
  DescribeProjectSecurityGroupsResponse,
335
338
  DescribeBackupSummariesRequest,
339
+ AnalyzeAuditLogsResponse,
336
340
  CreateDBInstanceResponse,
337
341
  StartReplicationRequest,
338
342
  DescribeDBInstanceCharsetResponse,
@@ -378,6 +382,7 @@ import {
378
382
  DeleteTimeWindowRequest,
379
383
  SwitchCDBProxyResponse,
380
384
  RestartDBInstancesRequest,
385
+ DeployGroupInfo,
381
386
  ModifyRemoteBackupConfigRequest,
382
387
  DeleteBackupRequest,
383
388
  ModifyNameOrDescByDpIdRequest,
@@ -1082,6 +1087,16 @@ export class Client extends AbstractClient {
1082
1087
  return this.request("StopDBImportJob", req, cb)
1083
1088
  }
1084
1089
 
1090
+ /**
1091
+ * 在不同过滤条件下的审计日志结果集中,选定特定的数据列进行聚合统计。
1092
+ */
1093
+ async AnalyzeAuditLogs(
1094
+ req: AnalyzeAuditLogsRequest,
1095
+ cb?: (error: string, rep: AnalyzeAuditLogsResponse) => void
1096
+ ): Promise<AnalyzeAuditLogsResponse> {
1097
+ return this.request("AnalyzeAuditLogs", req, cb)
1098
+ }
1099
+
1085
1100
  /**
1086
1101
  * 本接口(CreateAccounts)用于创建云数据库的账户,需要指定新的账户名和域名,以及所对应的密码,同时可以设置账号的备注信息以及最大可用连接数。
1087
1102
  */
@@ -1363,8 +1378,10 @@ export class Client extends AbstractClient {
1363
1378
  }
1364
1379
 
1365
1380
  /**
1366
- * 本接口(InitDBInstances)用于初始化云数据库实例,包括初始化密码、默认字符集、实例端口号等。该接口已经废弃,在发货接口CreateDBInstance、CreateDBInstanceHour可以直接使用参数Password设置密码,使用参数ParamList设置字符集,使用参数Port设置端口号。
1367
- */
1381
+ * 该接口不再维护,参考CreateDBInstance+API文档,在发货时即可完成初始化。
1382
+
1383
+ 本接口(InitDBInstances)用于初始化云数据库实例,包括初始化密码、默认字符集、实例端口号等。该接口已经废弃,在发货接口CreateDBInstance、CreateDBInstanceHour可以直接使用参数Password设置密码,使用参数ParamList设置字符集,使用参数Port设置端口号。
1384
+ */
1368
1385
  async InitDBInstances(
1369
1386
  req: InitDBInstancesRequest,
1370
1387
  cb?: (error: string, rep: InitDBInstancesResponse) => void