tencentcloud-sdk-nodejs 4.0.633 → 4.0.635

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 (138) hide show
  1. package/CHANGELOG.md +392 -0
  2. package/SERVICE_CHANGELOG.md +547 -48
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
  8. package/src/services/asr/v20190614/asr_client.ts +168 -112
  9. package/src/services/asr/v20190614/asr_models.ts +176 -3
  10. package/src/services/bma/index.ts +2 -2
  11. package/src/services/btoe/index.ts +2 -2
  12. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  13. package/src/services/chdfs/index.ts +2 -2
  14. package/src/services/ciam/v20220331/ciam_client.ts +156 -56
  15. package/src/services/ciam/v20220331/ciam_models.ts +403 -36
  16. package/src/services/clb/v20180317/clb_models.ts +1 -1
  17. package/src/services/cloudstudio/index.ts +2 -2
  18. package/src/services/cls/v20201016/cls_client.ts +115 -39
  19. package/src/services/cls/v20201016/cls_models.ts +583 -58
  20. package/src/services/dbbrain/index.ts +2 -2
  21. package/src/services/dlc/v20210125/dlc_client.ts +1 -1
  22. package/src/services/dlc/v20210125/dlc_models.ts +19 -2
  23. package/src/services/dts/index.ts +2 -2
  24. package/src/services/eis/index.ts +2 -2
  25. package/src/services/emr/v20190103/emr_client.ts +60 -21
  26. package/src/services/emr/v20190103/emr_models.ts +652 -102
  27. package/src/services/ess/v20201111/ess_models.ts +44 -9
  28. package/src/services/essbasic/index.ts +2 -2
  29. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
  30. package/src/services/iai/index.ts +2 -2
  31. package/src/services/iotcloud/index.ts +2 -2
  32. package/src/services/iotvideo/index.ts +2 -2
  33. package/src/services/live/v20180801/live_models.ts +18 -0
  34. package/src/services/mgobe/index.ts +2 -2
  35. package/src/services/mongodb/index.ts +2 -2
  36. package/src/services/nlp/v20190408/nlp_models.ts +1 -1
  37. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  38. package/src/services/postgres/v20170312/postgres_models.ts +57 -23
  39. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  40. package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -11
  41. package/src/services/tbp/index.ts +2 -2
  42. package/src/services/teo/index.ts +2 -2
  43. package/src/services/thpc/index.ts +4 -4
  44. package/src/services/trp/v20210515/trp_client.ts +13 -0
  45. package/src/services/trp/v20210515/trp_models.ts +98 -3
  46. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  47. package/src/services/tsw/index.ts +2 -2
  48. package/src/services/vm/index.ts +2 -2
  49. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  50. package/src/services/vpc/v20170312/vpc_models.ts +28 -16
  51. package/src/services/waf/v20180125/waf_models.ts +33 -13
  52. package/src/services/wedata/v20210820/wedata_client.ts +9 -3
  53. package/src/services/wedata/v20210820/wedata_models.ts +293 -32
  54. package/src/services/yunsou/index.ts +2 -2
  55. package/tencentcloud/common/sdk_version.d.ts +1 -1
  56. package/tencentcloud/common/sdk_version.js +1 -1
  57. package/tencentcloud/services/ams/index.d.ts +4 -4
  58. package/tencentcloud/services/ams/index.js +2 -2
  59. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
  60. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +70 -48
  61. package/tencentcloud/services/asr/v20190614/asr_client.js +94 -64
  62. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +166 -3
  63. package/tencentcloud/services/bma/index.d.ts +4 -4
  64. package/tencentcloud/services/bma/index.js +2 -2
  65. package/tencentcloud/services/btoe/index.d.ts +4 -4
  66. package/tencentcloud/services/btoe/index.js +2 -2
  67. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  68. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  69. package/tencentcloud/services/chdfs/index.js +2 -2
  70. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +51 -19
  71. package/tencentcloud/services/ciam/v20220331/ciam_client.js +75 -27
  72. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +383 -36
  73. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  74. package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
  75. package/tencentcloud/services/cloudstudio/index.js +2 -2
  76. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +37 -13
  77. package/tencentcloud/services/cls/v20201016/cls_client.js +54 -18
  78. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +567 -58
  79. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  80. package/tencentcloud/services/dbbrain/index.js +2 -2
  81. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
  82. package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
  83. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +19 -2
  84. package/tencentcloud/services/dts/index.d.ts +4 -4
  85. package/tencentcloud/services/dts/index.js +2 -2
  86. package/tencentcloud/services/eis/index.d.ts +4 -4
  87. package/tencentcloud/services/eis/index.js +2 -2
  88. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +17 -5
  89. package/tencentcloud/services/emr/v20190103/emr_client.js +24 -6
  90. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +649 -108
  91. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +44 -9
  92. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  93. package/tencentcloud/services/essbasic/index.js +2 -2
  94. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
  95. package/tencentcloud/services/iai/index.d.ts +4 -4
  96. package/tencentcloud/services/iai/index.js +2 -2
  97. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  98. package/tencentcloud/services/iotcloud/index.js +2 -2
  99. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  100. package/tencentcloud/services/iotvideo/index.js +2 -2
  101. package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -0
  102. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  103. package/tencentcloud/services/mgobe/index.js +2 -2
  104. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  105. package/tencentcloud/services/mongodb/index.js +2 -2
  106. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
  107. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  108. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  109. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +57 -23
  110. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  111. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -11
  112. package/tencentcloud/services/tbp/index.d.ts +4 -4
  113. package/tencentcloud/services/tbp/index.js +2 -2
  114. package/tencentcloud/services/teo/index.d.ts +4 -4
  115. package/tencentcloud/services/teo/index.js +2 -2
  116. package/tencentcloud/services/thpc/index.d.ts +6 -6
  117. package/tencentcloud/services/thpc/index.js +4 -4
  118. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  119. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  120. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +95 -3
  121. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  122. package/tencentcloud/services/tsw/index.d.ts +4 -4
  123. package/tencentcloud/services/tsw/index.js +2 -2
  124. package/tencentcloud/services/vm/index.d.ts +4 -4
  125. package/tencentcloud/services/vm/index.js +2 -2
  126. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  127. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  128. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +28 -16
  129. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -13
  130. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  131. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +287 -32
  132. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  133. package/tencentcloud/services/yunsou/index.js +2 -2
  134. package/test/asr.v20190614.test.js +74 -34
  135. package/test/ciam.v20220331.test.js +98 -18
  136. package/test/cls.v20201016.test.js +72 -12
  137. package/test/emr.v20190103.test.js +34 -4
  138. package/test/trp.v20210515.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.633",
3
+ "version": "4.0.635",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,10 +14,10 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-30 01:06:46 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-05 01:06:51 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-28 01:02:05 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-06-27 01:03:21 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-05 01:07:50 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
@@ -48,18 +48,18 @@
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-30 01:12:59 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-29 01:09:00 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-27 01:08:55 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-30 01:13:38 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-07-05 01:13:10 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
53
- | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-06-05 01:14:51 |
53
+ | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-04 01:14:49 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
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
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-03 01:09:56 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-22 01:16:17 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-04 01:15:49 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-27 01:11:41 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-05 01:15:21 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-03 01:12:04 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
@@ -78,7 +78,7 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-03 01:18:43 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-05 01:21:49 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-03 01:19:17 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
@@ -91,10 +91,10 @@
91
91
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-06-06 01:28:52 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-22 01:29:05 |
94
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-05 01:26:25 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-03 01:22:18 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-30 18:46:08 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-03 01:23:00 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-05 01:27:03 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-05 01:27:29 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
@@ -126,8 +126,8 @@
126
126
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-24 01:32:32 |
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-29 01:28:41 |
129
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-28 01:29:24 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-03 01:33:54 |
129
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-04 01:34:40 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-05 01:34:10 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
133
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
@@ -143,7 +143,7 @@
143
143
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
144
144
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
145
145
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
146
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-06-26 15:51:14 |
146
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-04 01:39:00 |
147
147
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
148
148
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-06-19 01:30:56 |
149
149
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-22 01:43:22 |
@@ -151,8 +151,8 @@
151
151
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
152
152
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
153
153
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
154
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-07-03 01:39:12 |
155
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
154
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-07-05 01:39:08 |
155
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-07-05 01:39:49 |
156
156
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-06-20 01:44:07 |
157
157
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
158
158
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-28 01:36:04 |
@@ -168,7 +168,7 @@
168
168
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
169
169
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-28 01:38:12 |
171
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-05 01:42:00 |
172
172
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
173
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-16 01:37:57 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
@@ -211,9 +211,9 @@
211
211
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
212
212
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
213
213
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
214
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-06-29 01:45:43 |
214
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-05 01:50:44 |
215
215
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
216
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-06-12 01:43:03 |
216
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-05 01:51:14 |
217
217
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
218
218
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
219
219
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -222,11 +222,11 @@
222
222
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
223
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
224
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-03 01:54:42 |
225
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-28 01:50:33 |
225
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-05 01:54:12 |
226
226
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
227
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-03 01:59:20 |
227
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-05 01:56:06 |
228
228
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-06-30 12:15:39 |
229
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-27 01:54:02 |
229
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-05 01:56:36 |
230
230
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
231
231
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
232
232
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.633"
1
+ export const sdkVersion = "4.0.635"
@@ -1,7 +1,7 @@
1
- import { v20200608 } from "./v20200608"
2
1
  import { v20201229 } from "./v20201229"
2
+ import { v20200608 } from "./v20200608"
3
3
 
4
4
  export const ams = {
5
- v20200608: v20200608,
6
5
  v20201229: v20201229,
6
+ v20200608: v20200608,
7
7
  }
@@ -4032,7 +4032,7 @@ export interface DescribeServiceEnvironmentReleaseHistoryResponse {
4032
4032
  * 服务发布历史。
4033
4033
  注意:此字段可能返回 null,表示取不到有效值。
4034
4034
  */
4035
- Result: ServiceReleaseHistory
4035
+ Result?: ServiceReleaseHistory
4036
4036
  /**
4037
4037
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4038
4038
  */
@@ -6448,7 +6448,7 @@ export interface DescribeServiceEnvironmentReleaseHistoryRequest {
6448
6448
  /**
6449
6449
  * 环境名称。
6450
6450
  */
6451
- EnvironmentName: string
6451
+ EnvironmentName?: string
6452
6452
  /**
6453
6453
  * 返回数量,默认为 20,最大值为 100。
6454
6454
  */
@@ -20,14 +20,18 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  SetVocabStateResponse,
22
22
  CreateCustomizationResponse,
23
+ VoicePrintDeleteRequest,
23
24
  DescribeAsyncRecognitionTasksRequest,
24
25
  ModifyCustomizationStateRequest,
25
26
  GetAsrVocabResponse,
27
+ VoicePrintEnrollResponse,
28
+ VoicePrintUpdateRequest,
26
29
  CreateAsyncRecognitionTaskRequest,
27
30
  HotWord,
28
31
  GetAsrVocabRequest,
29
32
  DescribeTaskStatusResponse,
30
33
  SentenceRecognitionRequest,
34
+ VoicePrintVerifyData,
31
35
  CloseAsyncRecognitionTaskResponse,
32
36
  SentenceDetail,
33
37
  CreateCustomizationRequest,
@@ -36,11 +40,13 @@ import {
36
40
  ModifyCustomizationResponse,
37
41
  GetModelInfoRequest,
38
42
  CreateAsyncRecognitionTaskResponse,
43
+ VoicePrintDeleteResponse,
39
44
  DeleteAsrVocabResponse,
40
45
  DownloadCustomizationResponse,
41
46
  CreateRecTaskRequest,
42
47
  GetAsrVocabListRequest,
43
48
  GetCustomizationListResponse,
49
+ VoicePrintVerifyRequest,
44
50
  DownloadAsrVocabRequest,
45
51
  SetVocabStateRequest,
46
52
  Vocab,
@@ -53,13 +59,17 @@ import {
53
59
  DeleteAsrVocabRequest,
54
60
  GetCustomizationListRequest,
55
61
  UpdateAsrVocabResponse,
62
+ VoicePrintEnrollRequest,
56
63
  CreateAsrVocabResponse,
57
64
  Model,
58
65
  CreateAsrVocabRequest,
59
66
  GetModelInfoResponse,
60
67
  UpdateAsrVocabRequest,
68
+ VoicePrintVerifyResponse,
61
69
  DescribeTaskStatusRequest,
62
70
  SentenceRecognitionResponse,
71
+ VoicePrintUpdateResponse,
72
+ VoicePrintBaseData,
63
73
  DeleteCustomizationRequest,
64
74
  AsyncRecognitionTaskInfo,
65
75
  ModifyCustomizationStateResponse,
@@ -80,13 +90,38 @@ export class Client extends AbstractClient {
80
90
  }
81
91
 
82
92
  /**
83
- * 本接口用于关闭语音流异步识别任务。
93
+ * 用户通过本接口进行对应的词表信息更新。
84
94
  */
85
- async CloseAsyncRecognitionTask(
86
- req: CloseAsyncRecognitionTaskRequest,
87
- cb?: (error: string, rep: CloseAsyncRecognitionTaskResponse) => void
88
- ): Promise<CloseAsyncRecognitionTaskResponse> {
89
- return this.request("CloseAsyncRecognitionTask", req, cb)
95
+ async UpdateAsrVocab(
96
+ req: UpdateAsrVocabRequest,
97
+ cb?: (error: string, rep: UpdateAsrVocabResponse) => void
98
+ ): Promise<UpdateAsrVocabResponse> {
99
+ return this.request("UpdateAsrVocab", req, cb)
100
+ }
101
+
102
+ /**
103
+ * 本接口用于对语音流进行准实时识别,通过异步回调来返回识别结果。适用于直播审核等场景。
104
+ <br>• 支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls)
105
+ <br>• 音频流时长无限制,服务会自动拉取音频流数据,若连续10分钟拉不到流数据时,服务会终止识别任务
106
+ <br>• 服务通过回调的方式来提供识别结果,用户需要提供CallbackUrl。回调时机为一小段话(最长15秒)回调一次。
107
+ <br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
108
+ <br>• 默认单账号限制并发数为20路,如您有提高并发限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
109
+ */
110
+ async CreateAsyncRecognitionTask(
111
+ req: CreateAsyncRecognitionTaskRequest,
112
+ cb?: (error: string, rep: CreateAsyncRecognitionTaskResponse) => void
113
+ ): Promise<CreateAsyncRecognitionTaskResponse> {
114
+ return this.request("CreateAsyncRecognitionTask", req, cb)
115
+ }
116
+
117
+ /**
118
+ * 查询自学习模型列表
119
+ */
120
+ async GetCustomizationList(
121
+ req: GetCustomizationListRequest,
122
+ cb?: (error: string, rep: GetCustomizationListResponse) => void
123
+ ): Promise<GetCustomizationListResponse> {
124
+ return this.request("GetCustomizationList", req, cb)
90
125
  }
91
126
 
92
127
  /**
@@ -99,6 +134,26 @@ export class Client extends AbstractClient {
99
134
  return this.request("GetAsrVocabList", req, cb)
100
135
  }
101
136
 
137
+ /**
138
+ * 用户根据词表的ID可以获取对应的热词表信息
139
+ */
140
+ async GetAsrVocab(
141
+ req: GetAsrVocabRequest,
142
+ cb?: (error: string, rep: GetAsrVocabResponse) => void
143
+ ): Promise<GetAsrVocabResponse> {
144
+ return this.request("GetAsrVocab", req, cb)
145
+ }
146
+
147
+ /**
148
+ * 用户通过该接口可以设置热词表的默认状态。初始状态为0,用户可设置状态为1,即为默认状态。默认状态表示用户在请求识别时,如不设置热词表ID,则默认使用状态为1的热词表。
149
+ */
150
+ async SetVocabState(
151
+ req: SetVocabStateRequest,
152
+ cb?: (error: string, rep: SetVocabStateResponse) => void
153
+ ): Promise<SetVocabStateResponse> {
154
+ return this.request("SetVocabState", req, cb)
155
+ }
156
+
102
157
  /**
103
158
  * 用户通过本接口进行热词表的下载,获得词表权重文件形式的 base64 值,文件形式为通过 “|” 分割的词和权重,即 word|weight 的形式。
104
159
  */
@@ -110,13 +165,35 @@ export class Client extends AbstractClient {
110
165
  }
111
166
 
112
167
  /**
113
- * 通过自学习模型id获取自学习模型详细信息
168
+ * 用户使用该接口可以创建自学习模型,以供识别调用。
169
+
170
+ 注意:调用该接口后,模型会自动训练。新建模型成功后,调用ModifyCustomizationState接口修改为上线状态,即可在识别请求中使用对应模型ID。
171
+ */
172
+ async CreateCustomization(
173
+ req: CreateCustomizationRequest,
174
+ cb?: (error: string, rep: CreateCustomizationResponse) => void
175
+ ): Promise<CreateCustomizationResponse> {
176
+ return this.request("CreateCustomization", req, cb)
177
+ }
178
+
179
+ /**
180
+ * 用户通过本接口进行热词表的删除。
114
181
  */
115
- async GetModelInfo(
116
- req: GetModelInfoRequest,
117
- cb?: (error: string, rep: GetModelInfoResponse) => void
118
- ): Promise<GetModelInfoResponse> {
119
- return this.request("GetModelInfo", req, cb)
182
+ async DeleteAsrVocab(
183
+ req: DeleteAsrVocabRequest,
184
+ cb?: (error: string, rep: DeleteAsrVocabResponse) => void
185
+ ): Promise<DeleteAsrVocabResponse> {
186
+ return this.request("DeleteAsrVocab", req, cb)
187
+ }
188
+
189
+ /**
190
+ * 本接口用于对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)。
191
+ */
192
+ async SentenceRecognition(
193
+ req: SentenceRecognitionRequest,
194
+ cb?: (error: string, rep: SentenceRecognitionResponse) => void
195
+ ): Promise<SentenceRecognitionResponse> {
196
+ return this.request("SentenceRecognition", req, cb)
120
197
  }
121
198
 
122
199
  /**
@@ -137,16 +214,6 @@ export class Client extends AbstractClient {
137
214
  return this.request("CreateRecTask", req, cb)
138
215
  }
139
216
 
140
- /**
141
- * 用户根据词表的ID可以获取对应的热词表信息
142
- */
143
- async GetAsrVocab(
144
- req: GetAsrVocabRequest,
145
- cb?: (error: string, rep: GetAsrVocabResponse) => void
146
- ): Promise<GetAsrVocabResponse> {
147
- return this.request("GetAsrVocab", req, cb)
148
- }
149
-
150
217
  /**
151
218
  * 在调用录音文件识别请求接口后,有回调和轮询两种方式获取识别结果。
152
219
  <br>• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见[ 录音识别结果回调 ](https://cloud.tencent.com/document/product/1093/52632)。
@@ -163,85 +230,29 @@ export class Client extends AbstractClient {
163
230
  }
164
231
 
165
232
  /**
166
- * 通过该接口,用户可以修改自学习模型状态,上下线自学习模型
167
- */
168
- async ModifyCustomizationState(
169
- req: ModifyCustomizationStateRequest,
170
- cb?: (error: string, rep: ModifyCustomizationStateResponse) => void
171
- ): Promise<ModifyCustomizationStateResponse> {
172
- return this.request("ModifyCustomizationState", req, cb)
173
- }
174
-
175
- /**
176
- * 用户通过本接口进行对应的词表信息更新。
177
- */
178
- async UpdateAsrVocab(
179
- req: UpdateAsrVocabRequest,
180
- cb?: (error: string, rep: UpdateAsrVocabResponse) => void
181
- ): Promise<UpdateAsrVocabResponse> {
182
- return this.request("UpdateAsrVocab", req, cb)
183
- }
184
-
185
- /**
186
- * 用户通过该接口可以设置热词表的默认状态。初始状态为0,用户可设置状态为1,即为默认状态。默认状态表示用户在请求识别时,如不设置热词表ID,则默认使用状态为1的热词表。
187
- */
188
- async SetVocabState(
189
- req: SetVocabStateRequest,
190
- cb?: (error: string, rep: SetVocabStateResponse) => void
191
- ): Promise<SetVocabStateResponse> {
192
- return this.request("SetVocabState", req, cb)
193
- }
233
+ * 说话人注册接口用于注册一个指定音频,生成一个唯一的说话人id,后续可通过说话人验证接口验证其它音频和已有的说话人ID匹配度,注册时可指定说话人昵称,方便标识说话人ID, 说话人昵称可重复配置。
234
+ (注: 一个appid最多可以注册1000个说话人ID,一个说话人ID仅支持一条音频注册,后续可通过更新接口进行更新)
194
235
 
195
- /**
196
- * 本接口用于对语音流进行准实时识别,通过异步回调来返回识别结果。适用于直播审核等场景。
197
- <br>• 支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls)
198
- <br>• 音频流时长无限制,服务会自动拉取音频流数据,若连续10分钟拉不到流数据时,服务会终止识别任务
199
- <br>• 服务通过回调的方式来提供识别结果,用户需要提供CallbackUrl。回调时机为一小段话(最长15秒)回调一次。
200
- <br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
201
- <br>• 默认单账号限制并发数为20路,如您有提高并发限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
202
- */
203
- async CreateAsyncRecognitionTask(
204
- req: CreateAsyncRecognitionTaskRequest,
205
- cb?: (error: string, rep: CreateAsyncRecognitionTaskResponse) => void
206
- ): Promise<CreateAsyncRecognitionTaskResponse> {
207
- return this.request("CreateAsyncRecognitionTask", req, cb)
208
- }
236
+ 使用须知
237
+ 支持的输入格式:编码文件(PCM, WAV)、16 bit采样位数、单声道(mono)。
209
238
 
210
- /**
211
- * 用户通过本接口进行热词表的创建。
212
- <br>• 默认最多可创建30个热词表。
213
- <br>• 每个热词表最多可添加128个词,每个词最长10个字,不能超出限制。
214
- <br>• 热词表可以通过数组或者本地文件形式上传。
215
- <br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
216
- <br>• 热词权重取值范围为[1,10]之间的整数,权重越大代表该词被识别出来的概率越大。
239
+ 支持的音频采样率:16000 Hz。
217
240
  */
218
- async CreateAsrVocab(
219
- req: CreateAsrVocabRequest,
220
- cb?: (error: string, rep: CreateAsrVocabResponse) => void
221
- ): Promise<CreateAsrVocabResponse> {
222
- return this.request("CreateAsrVocab", req, cb)
241
+ async VoicePrintEnroll(
242
+ req: VoicePrintEnrollRequest,
243
+ cb?: (error: string, rep: VoicePrintEnrollResponse) => void
244
+ ): Promise<VoicePrintEnrollResponse> {
245
+ return this.request("VoicePrintEnroll", req, cb)
223
246
  }
224
247
 
225
248
  /**
226
- * 用户通过该接口可以删除自学习模型
249
+ * 本接口用于校验传入音频与已注册音频的匹配程度,通过指定说话人ID(VoicePrintId)和一段音频进行音频和说话人的匹配度判断
227
250
  */
228
- async DeleteCustomization(
229
- req: DeleteCustomizationRequest,
230
- cb?: (error: string, rep: DeleteCustomizationResponse) => void
231
- ): Promise<DeleteCustomizationResponse> {
232
- return this.request("DeleteCustomization", req, cb)
233
- }
234
-
235
- /**
236
- * 用户使用该接口可以创建自学习模型,以供识别调用。
237
-
238
- 注意:调用该接口后,模型会自动训练。新建模型成功后,调用ModifyCustomizationState接口修改为上线状态,即可在识别请求中使用对应模型ID。
239
- */
240
- async CreateCustomization(
241
- req: CreateCustomizationRequest,
242
- cb?: (error: string, rep: CreateCustomizationResponse) => void
243
- ): Promise<CreateCustomizationResponse> {
244
- return this.request("CreateCustomization", req, cb)
251
+ async VoicePrintVerify(
252
+ req: VoicePrintVerifyRequest,
253
+ cb?: (error: string, rep: VoicePrintVerifyResponse) => void
254
+ ): Promise<VoicePrintVerifyResponse> {
255
+ return this.request("VoicePrintVerify", req, cb)
245
256
  }
246
257
 
247
258
  /**
@@ -256,23 +267,23 @@ export class Client extends AbstractClient {
256
267
  }
257
268
 
258
269
  /**
259
- * 查询自学习模型列表
270
+ * 本接口用于以删除已经注册的说话人信息(删除之后,原有的说话人ID和说话人音频数据都会失效)
260
271
  */
261
- async GetCustomizationList(
262
- req: GetCustomizationListRequest,
263
- cb?: (error: string, rep: GetCustomizationListResponse) => void
264
- ): Promise<GetCustomizationListResponse> {
265
- return this.request("GetCustomizationList", req, cb)
272
+ async VoicePrintDelete(
273
+ req: VoicePrintDeleteRequest,
274
+ cb?: (error: string, rep: VoicePrintDeleteResponse) => void
275
+ ): Promise<VoicePrintDeleteResponse> {
276
+ return this.request("VoicePrintDelete", req, cb)
266
277
  }
267
278
 
268
279
  /**
269
- * 用户通过本接口进行热词表的删除。
280
+ * 本接口用于更新和覆盖已注册的音频数据和说话人昵称,更新后原有的音频数据将失效。
270
281
  */
271
- async DeleteAsrVocab(
272
- req: DeleteAsrVocabRequest,
273
- cb?: (error: string, rep: DeleteAsrVocabResponse) => void
274
- ): Promise<DeleteAsrVocabResponse> {
275
- return this.request("DeleteAsrVocab", req, cb)
282
+ async VoicePrintUpdate(
283
+ req: VoicePrintUpdateRequest,
284
+ cb?: (error: string, rep: VoicePrintUpdateResponse) => void
285
+ ): Promise<VoicePrintUpdateResponse> {
286
+ return this.request("VoicePrintUpdate", req, cb)
276
287
  }
277
288
 
278
289
  /**
@@ -286,13 +297,58 @@ export class Client extends AbstractClient {
286
297
  }
287
298
 
288
299
  /**
289
- * 本接口用于对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)。
300
+ * 本接口用于关闭语音流异步识别任务。
290
301
  */
291
- async SentenceRecognition(
292
- req: SentenceRecognitionRequest,
293
- cb?: (error: string, rep: SentenceRecognitionResponse) => void
294
- ): Promise<SentenceRecognitionResponse> {
295
- return this.request("SentenceRecognition", req, cb)
302
+ async CloseAsyncRecognitionTask(
303
+ req: CloseAsyncRecognitionTaskRequest,
304
+ cb?: (error: string, rep: CloseAsyncRecognitionTaskResponse) => void
305
+ ): Promise<CloseAsyncRecognitionTaskResponse> {
306
+ return this.request("CloseAsyncRecognitionTask", req, cb)
307
+ }
308
+
309
+ /**
310
+ * 通过自学习模型id获取自学习模型详细信息
311
+ */
312
+ async GetModelInfo(
313
+ req: GetModelInfoRequest,
314
+ cb?: (error: string, rep: GetModelInfoResponse) => void
315
+ ): Promise<GetModelInfoResponse> {
316
+ return this.request("GetModelInfo", req, cb)
317
+ }
318
+
319
+ /**
320
+ * 通过该接口,用户可以修改自学习模型状态,上下线自学习模型
321
+ */
322
+ async ModifyCustomizationState(
323
+ req: ModifyCustomizationStateRequest,
324
+ cb?: (error: string, rep: ModifyCustomizationStateResponse) => void
325
+ ): Promise<ModifyCustomizationStateResponse> {
326
+ return this.request("ModifyCustomizationState", req, cb)
327
+ }
328
+
329
+ /**
330
+ * 用户通过本接口进行热词表的创建。
331
+ <br>• 默认最多可创建30个热词表。
332
+ <br>• 每个热词表最多可添加128个词,每个词最长10个字,不能超出限制。
333
+ <br>• 热词表可以通过数组或者本地文件形式上传。
334
+ <br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
335
+ <br>• 热词权重取值范围为[1,10]之间的整数,权重越大代表该词被识别出来的概率越大。
336
+ */
337
+ async CreateAsrVocab(
338
+ req: CreateAsrVocabRequest,
339
+ cb?: (error: string, rep: CreateAsrVocabResponse) => void
340
+ ): Promise<CreateAsrVocabResponse> {
341
+ return this.request("CreateAsrVocab", req, cb)
342
+ }
343
+
344
+ /**
345
+ * 用户通过该接口可以删除自学习模型
346
+ */
347
+ async DeleteCustomization(
348
+ req: DeleteCustomizationRequest,
349
+ cb?: (error: string, rep: DeleteCustomizationResponse) => void
350
+ ): Promise<DeleteCustomizationResponse> {
351
+ return this.request("DeleteCustomization", req, cb)
296
352
  }
297
353
 
298
354
  /**