tencentcloud-sdk-nodejs 4.0.881 → 4.0.883
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +569 -0
- package/SERVICE_CHANGELOG.md +642 -53
- package/package.json +1 -1
- package/products.md +34 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +18 -4
- package/src/services/asr/v20190614/asr_models.ts +156 -53
- package/src/services/cdb/v20170320/cdb_models.ts +3 -3
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +7 -4
- package/src/services/cls/v20201016/cls_models.ts +108 -61
- package/src/services/cwp/v20180228/cwp_client.ts +11 -25
- package/src/services/cwp/v20180228/cwp_models.ts +58 -82
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dlc/v20210125/dlc_client.ts +15 -1
- package/src/services/dlc/v20210125/dlc_models.ts +102 -27
- package/src/services/dsgc/v20190723/dsgc_models.ts +18 -18
- package/src/services/dts/v20211206/dts_models.ts +3 -3
- package/src/services/eiam/v20210420/eiam_models.ts +4 -4
- package/src/services/ess/v20201111/ess_models.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -3
- package/src/services/faceid/v20180301/faceid_models.ts +1 -16
- package/src/services/index.ts +1 -0
- package/src/services/ioa/v20220601/ioa_client.ts +45 -3
- package/src/services/ioa/v20220601/ioa_models.ts +558 -129
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +67 -19
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +272 -88
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -11
- package/src/services/live/v20180801/live_models.ts +5 -0
- package/src/services/lke/v20231130/lke_client.ts +60 -23
- package/src/services/lke/v20231130/lke_models.ts +265 -63
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/partners/v20180321/partners_models.ts +21 -16
- package/src/services/tcr/v20190924/tcr_models.ts +9 -4
- package/src/services/tcss/v20201101/tcss_models.ts +53 -18
- package/src/services/tdmq/v20200217/tdmq_client.ts +29 -16
- package/src/services/tdmq/v20200217/tdmq_models.ts +153 -0
- package/src/services/tem/v20210701/tem_models.ts +4 -4
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/trocket/v20230308/trocket_client.ts +14 -0
- package/src/services/trocket/v20230308/trocket_models.ts +106 -0
- package/src/services/trtc/v20190722/trtc_models.ts +17 -5
- package/src/services/tsi/index.ts +5 -0
- package/src/services/tsi/v20210325/index.ts +6 -0
- package/src/services/tsi/v20210325/tsi_client.ts +68 -0
- package/src/services/tsi/v20210325/tsi_models.ts +190 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +4 -4
- package/src/services/vpc/v20170312/vpc_models.ts +15 -7
- package/src/services/waf/v20180125/waf_client.ts +12 -0
- package/src/services/waf/v20180125/waf_models.ts +36 -0
- package/src/services/wedata/v20210820/wedata_client.ts +14 -0
- package/src/services/wedata/v20210820/wedata_models.ts +192 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +6 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +152 -53
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +105 -61
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -9
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -11
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +58 -80
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +98 -27
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +18 -18
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +3 -3
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -16
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +13 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +18 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +538 -121
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +21 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +30 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +264 -88
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +14 -11
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +19 -7
- package/tencentcloud/services/lke/v20231130/lke_client.js +27 -9
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +258 -63
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +21 -16
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +9 -4
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +53 -18
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +11 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +15 -9
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +150 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -4
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +102 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +17 -5
- package/tencentcloud/services/tsi/index.d.ts +6 -0
- package/tencentcloud/services/tsi/index.js +7 -0
- package/tencentcloud/services/tsi/v20210325/index.d.ts +6 -0
- package/tencentcloud/services/tsi/v20210325/index.js +9 -0
- package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +22 -0
- package/tencentcloud/services/tsi/v20210325/tsi_client.js +49 -0
- package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +167 -0
- package/tencentcloud/services/tsi/v20210325/tsi_models.js +18 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -7
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +34 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +188 -0
- package/test/asr.v20190614.test.js +10 -0
- package/test/cwp.v20180228.test.js +2 -12
- package/test/dlc.v20210125.test.js +10 -0
- package/test/ioa.v20220601.test.js +30 -0
- package/test/iotexplorer.v20190423.test.js +44 -4
- package/test/lke.v20231130.test.js +36 -6
- package/test/tdmq.v20200217.test.js +22 -12
- package/test/trocket.v20230308.test.js +10 -0
- package/test/tsi.v20210325.test.js +51 -0
- package/test/waf.v20180125.test.js +10 -0
- package/test/wedata.v20210820.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -15,12 +15,12 @@
|
|
|
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
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-25 01:07:52 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-05-31 01:10:46 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-24 01:08:14 |
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-26 01:10:30 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-25 01:10:19 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-06-21 01:22:04 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-26 01:12:03 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-20 01:24:58 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-26 01:12:49 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-26 01:13:42 |
|
|
76
76
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -80,26 +80,26 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-26 01:14:31 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-18 01:35:38 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-
|
|
88
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-06-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-06-26 01:15:25 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
|
|
95
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-
|
|
95
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-21 01:40:25 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-25 01:14:54 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-26 01:16:31 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-06-20 01:44:21 |
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
122
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-06-20 01:47:42 |
|
|
123
|
-
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-
|
|
123
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-25 16:17:19 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-26 01:17:47 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-06-24 01:17:36 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
138
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-06-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-25 01:17:45 |
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-06-26 01:19:20 |
|
|
138
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-06-25 01:18:18 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
141
141
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -155,10 +155,10 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-26 01:21:05 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-06-21 02:03:56 |
|
|
161
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-
|
|
161
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
163
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-06-10 02:16:23 |
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-26 01:22:12 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-06-21 16:30:49 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
@@ -199,13 +199,13 @@
|
|
|
199
199
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
200
200
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
201
201
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
202
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-
|
|
203
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-
|
|
202
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-26 01:23:42 |
|
|
203
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-25 01:23:14 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-
|
|
208
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
|
|
209
209
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-13 16:47:31 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -222,26 +222,27 @@
|
|
|
222
222
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-06-12 02:40:31 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-
|
|
225
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-25 01:24:46 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-25 01:25:02 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-20 02:26:25 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-21 02:26:46 |
|
|
231
|
+
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-06-25 01:25:47 |
|
|
231
232
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
232
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-
|
|
233
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-26 01:27:08 |
|
|
233
234
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
234
235
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
235
236
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-05 02:29:39 |
|
|
236
237
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
|
|
237
238
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
238
239
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-17 02:33:00 |
|
|
239
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-
|
|
240
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-06-25 01:26:23 |
|
|
240
241
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
241
242
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
242
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-
|
|
243
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-25 01:27:00 |
|
|
243
244
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
244
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-
|
|
245
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-26 01:28:35 |
|
|
245
246
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
246
247
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
247
248
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.883"
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
SetVocabStateResponse,
|
|
22
22
|
CreateCustomizationResponse,
|
|
23
23
|
VoicePrintDeleteRequest,
|
|
24
|
+
VoicePrintVerifyRequest,
|
|
24
25
|
DescribeAsyncRecognitionTasksRequest,
|
|
25
26
|
ModifyCustomizationStateRequest,
|
|
26
27
|
GetAsrVocabResponse,
|
|
@@ -36,6 +37,7 @@ import {
|
|
|
36
37
|
SentenceDetail,
|
|
37
38
|
CreateCustomizationRequest,
|
|
38
39
|
DownloadAsrVocabResponse,
|
|
40
|
+
Vocab,
|
|
39
41
|
CreateRecTaskResponse,
|
|
40
42
|
ModifyCustomizationResponse,
|
|
41
43
|
GetModelInfoRequest,
|
|
@@ -45,12 +47,13 @@ import {
|
|
|
45
47
|
DeleteAsrVocabResponse,
|
|
46
48
|
DownloadCustomizationResponse,
|
|
47
49
|
CreateRecTaskRequest,
|
|
50
|
+
VoicePrintGroupVerifyRequest,
|
|
48
51
|
GetAsrVocabListRequest,
|
|
49
52
|
GetCustomizationListResponse,
|
|
50
|
-
|
|
53
|
+
VoicePrintGroupVerifyResponse,
|
|
51
54
|
DownloadAsrVocabRequest,
|
|
52
55
|
SetVocabStateRequest,
|
|
53
|
-
|
|
56
|
+
VerifyTopResult,
|
|
54
57
|
CloseAsyncRecognitionTaskRequest,
|
|
55
58
|
Task,
|
|
56
59
|
AsyncRecognitionTasks,
|
|
@@ -60,6 +63,7 @@ import {
|
|
|
60
63
|
DeleteAsrVocabRequest,
|
|
61
64
|
GetCustomizationListRequest,
|
|
62
65
|
UpdateAsrVocabResponse,
|
|
66
|
+
VoicePrintCountResponse,
|
|
63
67
|
VoicePrintCompareData,
|
|
64
68
|
VoicePrintVerifyResponse,
|
|
65
69
|
CreateAsrVocabResponse,
|
|
@@ -75,7 +79,7 @@ import {
|
|
|
75
79
|
VoicePrintCompareRequest,
|
|
76
80
|
VoicePrintCompareResponse,
|
|
77
81
|
DeleteCustomizationRequest,
|
|
78
|
-
|
|
82
|
+
VerifyTop,
|
|
79
83
|
AsyncRecognitionTaskInfo,
|
|
80
84
|
ModifyCustomizationStateResponse,
|
|
81
85
|
DescribeAsyncRecognitionTasksResponse,
|
|
@@ -144,7 +148,7 @@ export class Client extends AbstractClient {
|
|
|
144
148
|
* 统计并返回注册的说话人id总数
|
|
145
149
|
*/
|
|
146
150
|
async VoicePrintCount(
|
|
147
|
-
req
|
|
151
|
+
req: VoicePrintCountRequest,
|
|
148
152
|
cb?: (error: string, rep: VoicePrintCountResponse) => void
|
|
149
153
|
): Promise<VoicePrintCountResponse> {
|
|
150
154
|
return this.request("VoicePrintCount", req, cb)
|
|
@@ -202,6 +206,16 @@ export class Client extends AbstractClient {
|
|
|
202
206
|
return this.request("CreateCustomization", req, cb)
|
|
203
207
|
}
|
|
204
208
|
|
|
209
|
+
/**
|
|
210
|
+
* 说话人验证1:N接口,可以通过传入一段说话人音频,并且指定已存在的groupId, 和返回topN, 接口返回groupId内所有声纹和传入音频声纹比对打分TopN的结果。
|
|
211
|
+
*/
|
|
212
|
+
async VoicePrintGroupVerify(
|
|
213
|
+
req: VoicePrintGroupVerifyRequest,
|
|
214
|
+
cb?: (error: string, rep: VoicePrintGroupVerifyResponse) => void
|
|
215
|
+
): Promise<VoicePrintGroupVerifyResponse> {
|
|
216
|
+
return this.request("VoicePrintGroupVerify", req, cb)
|
|
217
|
+
}
|
|
218
|
+
|
|
205
219
|
/**
|
|
206
220
|
* 用户通过本接口进行热词表的删除。
|
|
207
221
|
*/
|
|
@@ -51,6 +51,39 @@ export interface VoicePrintDeleteRequest {
|
|
|
51
51
|
* 说话人id,说话人唯一标识
|
|
52
52
|
*/
|
|
53
53
|
VoicePrintId?: string
|
|
54
|
+
/**
|
|
55
|
+
* 说话人分组ID,仅支持大小写字母和下划线的组合,不超过128个字符
|
|
56
|
+
*/
|
|
57
|
+
GroupId?: string
|
|
58
|
+
/**
|
|
59
|
+
* 删除模式:
|
|
60
|
+
0.默认值,删除该条声纹
|
|
61
|
+
1.从分组中删除该条声纹,声纹本身不删除
|
|
62
|
+
2.从声纹库中删除分组,仅删除分组信息,不会真正删除分组中的声纹
|
|
63
|
+
*/
|
|
64
|
+
DelMod?: number
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* VoicePrintVerify请求参数结构体
|
|
69
|
+
*/
|
|
70
|
+
export interface VoicePrintVerifyRequest {
|
|
71
|
+
/**
|
|
72
|
+
* 音频格式 0: pcm, 1: wav
|
|
73
|
+
*/
|
|
74
|
+
VoiceFormat: number
|
|
75
|
+
/**
|
|
76
|
+
* 音频采样率,目前支持16000,单位:Hz,必填
|
|
77
|
+
*/
|
|
78
|
+
SampleRate: number
|
|
79
|
+
/**
|
|
80
|
+
* 说话人id, 说话人唯一标识
|
|
81
|
+
*/
|
|
82
|
+
VoicePrintId: string
|
|
83
|
+
/**
|
|
84
|
+
* 音频数据, base64 编码, 音频时长不能超过30s,数据大小不超过2M
|
|
85
|
+
*/
|
|
86
|
+
Data: string
|
|
54
87
|
}
|
|
55
88
|
|
|
56
89
|
/**
|
|
@@ -511,6 +544,45 @@ export interface DownloadAsrVocabResponse {
|
|
|
511
544
|
RequestId?: string
|
|
512
545
|
}
|
|
513
546
|
|
|
547
|
+
/**
|
|
548
|
+
* [词表内容](https://cloud.tencent.com/document/product/1093/41484#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
|
549
|
+
*/
|
|
550
|
+
export interface Vocab {
|
|
551
|
+
/**
|
|
552
|
+
* 热词表名称
|
|
553
|
+
*/
|
|
554
|
+
Name?: string
|
|
555
|
+
/**
|
|
556
|
+
* 热词表描述
|
|
557
|
+
*/
|
|
558
|
+
Description?: string
|
|
559
|
+
/**
|
|
560
|
+
* 热词表ID
|
|
561
|
+
*/
|
|
562
|
+
VocabId?: string
|
|
563
|
+
/**
|
|
564
|
+
* 词权重列表
|
|
565
|
+
*/
|
|
566
|
+
WordWeights?: Array<HotWord>
|
|
567
|
+
/**
|
|
568
|
+
* 词表创建时间
|
|
569
|
+
*/
|
|
570
|
+
CreateTime?: string
|
|
571
|
+
/**
|
|
572
|
+
* 词表更新时间
|
|
573
|
+
*/
|
|
574
|
+
UpdateTime?: string
|
|
575
|
+
/**
|
|
576
|
+
* 热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态
|
|
577
|
+
*/
|
|
578
|
+
State?: number
|
|
579
|
+
/**
|
|
580
|
+
* 标签数组
|
|
581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
582
|
+
*/
|
|
583
|
+
TagInfos?: Array<string>
|
|
584
|
+
}
|
|
585
|
+
|
|
514
586
|
/**
|
|
515
587
|
* CreateRecTask返回参数结构体
|
|
516
588
|
*/
|
|
@@ -595,6 +667,10 @@ export interface VoicePrintEnrollRequest {
|
|
|
595
667
|
* 说话人昵称 不超过32字节
|
|
596
668
|
*/
|
|
597
669
|
SpeakerNick?: string
|
|
670
|
+
/**
|
|
671
|
+
* 分组id, 仅支持大小写字母和下划线的组合,不超过128个字符
|
|
672
|
+
*/
|
|
673
|
+
GroupId?: string
|
|
598
674
|
}
|
|
599
675
|
|
|
600
676
|
/**
|
|
@@ -831,6 +907,32 @@ export interface CreateRecTaskRequest {
|
|
|
831
907
|
Extra?: string
|
|
832
908
|
}
|
|
833
909
|
|
|
910
|
+
/**
|
|
911
|
+
* VoicePrintGroupVerify请求参数结构体
|
|
912
|
+
*/
|
|
913
|
+
export interface VoicePrintGroupVerifyRequest {
|
|
914
|
+
/**
|
|
915
|
+
* 音频格式 0: pcm, 1: wav
|
|
916
|
+
*/
|
|
917
|
+
VoiceFormat: number
|
|
918
|
+
/**
|
|
919
|
+
* 音频采样率,目前支持16000,单位:Hz,必填
|
|
920
|
+
*/
|
|
921
|
+
SampleRate: number
|
|
922
|
+
/**
|
|
923
|
+
* 音频数据, base64 编码, 音频时长不能超过30s,数据大小不超过2M
|
|
924
|
+
*/
|
|
925
|
+
Data: string
|
|
926
|
+
/**
|
|
927
|
+
* 分组id, 支持数字,字母,下划线,长度不超过128
|
|
928
|
+
*/
|
|
929
|
+
GroupId: string
|
|
930
|
+
/**
|
|
931
|
+
* 返回打分结果降序排列topN, TopN大于0, 小于可创建声纹最大数量
|
|
932
|
+
*/
|
|
933
|
+
TopN: number
|
|
934
|
+
}
|
|
935
|
+
|
|
834
936
|
/**
|
|
835
937
|
* GetAsrVocabList请求参数结构体
|
|
836
938
|
*/
|
|
@@ -870,25 +972,17 @@ export interface GetCustomizationListResponse {
|
|
|
870
972
|
}
|
|
871
973
|
|
|
872
974
|
/**
|
|
873
|
-
*
|
|
975
|
+
* VoicePrintGroupVerify返回参数结构体
|
|
874
976
|
*/
|
|
875
|
-
export interface
|
|
876
|
-
/**
|
|
877
|
-
* 音频格式 0: pcm, 1: wav
|
|
878
|
-
*/
|
|
879
|
-
VoiceFormat: number
|
|
880
|
-
/**
|
|
881
|
-
* 音频采样率,目前支持16000,单位:Hz,必填
|
|
882
|
-
*/
|
|
883
|
-
SampleRate: number
|
|
977
|
+
export interface VoicePrintGroupVerifyResponse {
|
|
884
978
|
/**
|
|
885
|
-
*
|
|
979
|
+
* TopN 返回结果;系统建议打分70分以上为同一个人音色,评分也取决于音频质量、长度等其他原因影响,您可以按照业务需求适当提高或降低分数要求
|
|
886
980
|
*/
|
|
887
|
-
|
|
981
|
+
Data?: VerifyTopResult
|
|
888
982
|
/**
|
|
889
|
-
*
|
|
983
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
890
984
|
*/
|
|
891
|
-
|
|
985
|
+
RequestId?: string
|
|
892
986
|
}
|
|
893
987
|
|
|
894
988
|
/**
|
|
@@ -916,42 +1010,14 @@ export interface SetVocabStateRequest {
|
|
|
916
1010
|
}
|
|
917
1011
|
|
|
918
1012
|
/**
|
|
919
|
-
*
|
|
1013
|
+
* 说话人验证1:N返回结果
|
|
920
1014
|
*/
|
|
921
|
-
export interface
|
|
922
|
-
/**
|
|
923
|
-
* 热词表名称
|
|
924
|
-
*/
|
|
925
|
-
Name?: string
|
|
926
|
-
/**
|
|
927
|
-
* 热词表描述
|
|
928
|
-
*/
|
|
929
|
-
Description?: string
|
|
930
|
-
/**
|
|
931
|
-
* 热词表ID
|
|
932
|
-
*/
|
|
933
|
-
VocabId?: string
|
|
934
|
-
/**
|
|
935
|
-
* 词权重列表
|
|
936
|
-
*/
|
|
937
|
-
WordWeights?: Array<HotWord>
|
|
938
|
-
/**
|
|
939
|
-
* 词表创建时间
|
|
940
|
-
*/
|
|
941
|
-
CreateTime?: string
|
|
942
|
-
/**
|
|
943
|
-
* 词表更新时间
|
|
944
|
-
*/
|
|
945
|
-
UpdateTime?: string
|
|
1015
|
+
export interface VerifyTopResult {
|
|
946
1016
|
/**
|
|
947
|
-
*
|
|
948
|
-
*/
|
|
949
|
-
State?: number
|
|
950
|
-
/**
|
|
951
|
-
* 标签数组
|
|
1017
|
+
* 对比打分结果,按照打分降序排列返回
|
|
952
1018
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
953
1019
|
*/
|
|
954
|
-
|
|
1020
|
+
VerifyTops?: Array<VerifyTop>
|
|
955
1021
|
}
|
|
956
1022
|
|
|
957
1023
|
/**
|
|
@@ -1097,6 +1163,20 @@ export interface UpdateAsrVocabResponse {
|
|
|
1097
1163
|
RequestId?: string
|
|
1098
1164
|
}
|
|
1099
1165
|
|
|
1166
|
+
/**
|
|
1167
|
+
* VoicePrintCount返回参数结构体
|
|
1168
|
+
*/
|
|
1169
|
+
export interface VoicePrintCountResponse {
|
|
1170
|
+
/**
|
|
1171
|
+
* 统计数据
|
|
1172
|
+
*/
|
|
1173
|
+
Data?: VoicePrintCountData
|
|
1174
|
+
/**
|
|
1175
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1176
|
+
*/
|
|
1177
|
+
RequestId?: string
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1100
1180
|
/**
|
|
1101
1181
|
* 音频声纹比对结果,包含比对分数
|
|
1102
1182
|
*/
|
|
@@ -1256,7 +1336,18 @@ export interface UpdateAsrVocabRequest {
|
|
|
1256
1336
|
/**
|
|
1257
1337
|
* VoicePrintCount请求参数结构体
|
|
1258
1338
|
*/
|
|
1259
|
-
export
|
|
1339
|
+
export interface VoicePrintCountRequest {
|
|
1340
|
+
/**
|
|
1341
|
+
* 分组ID,仅支持大小写字母和下划线的组合,不超过128个字符
|
|
1342
|
+
*/
|
|
1343
|
+
GroupId?: string
|
|
1344
|
+
/**
|
|
1345
|
+
* 统计模式
|
|
1346
|
+
0: 统计所有声纹数量
|
|
1347
|
+
1: 统计指定分组下的声纹数量
|
|
1348
|
+
*/
|
|
1349
|
+
CountMod?: number
|
|
1350
|
+
}
|
|
1260
1351
|
|
|
1261
1352
|
/**
|
|
1262
1353
|
* DescribeTaskStatus请求参数结构体
|
|
@@ -1374,17 +1465,24 @@ export interface DeleteCustomizationRequest {
|
|
|
1374
1465
|
}
|
|
1375
1466
|
|
|
1376
1467
|
/**
|
|
1377
|
-
*
|
|
1468
|
+
* 声纹组对比结果top数据
|
|
1378
1469
|
*/
|
|
1379
|
-
export interface
|
|
1470
|
+
export interface VerifyTop {
|
|
1380
1471
|
/**
|
|
1381
|
-
*
|
|
1472
|
+
* 相似度打分
|
|
1473
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1382
1474
|
*/
|
|
1383
|
-
|
|
1475
|
+
Score?: string
|
|
1384
1476
|
/**
|
|
1385
|
-
*
|
|
1477
|
+
* 说话人id
|
|
1478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1386
1479
|
*/
|
|
1387
|
-
|
|
1480
|
+
VoicePrintId?: string
|
|
1481
|
+
/**
|
|
1482
|
+
* 说话人昵称
|
|
1483
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1484
|
+
*/
|
|
1485
|
+
SpeakerId?: string
|
|
1388
1486
|
}
|
|
1389
1487
|
|
|
1390
1488
|
/**
|
|
@@ -1496,6 +1594,11 @@ export interface VoicePrintCountData {
|
|
|
1496
1594
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1497
1595
|
*/
|
|
1498
1596
|
Total?: number
|
|
1597
|
+
/**
|
|
1598
|
+
* 说话人id列表
|
|
1599
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1600
|
+
*/
|
|
1601
|
+
VoicePrintList?: Array<VoicePrintBaseData>
|
|
1499
1602
|
}
|
|
1500
1603
|
|
|
1501
1604
|
/**
|
|
@@ -4549,15 +4549,15 @@ export interface DescribeAccountsResponse {
|
|
|
4549
4549
|
/**
|
|
4550
4550
|
* 符合查询条件的账号数量。
|
|
4551
4551
|
*/
|
|
4552
|
-
TotalCount
|
|
4552
|
+
TotalCount?: number
|
|
4553
4553
|
/**
|
|
4554
4554
|
* 符合查询条件的账号详细信息。
|
|
4555
4555
|
*/
|
|
4556
|
-
Items
|
|
4556
|
+
Items?: Array<AccountInfo>
|
|
4557
4557
|
/**
|
|
4558
4558
|
* 用户可设置实例最大连接数。
|
|
4559
4559
|
*/
|
|
4560
|
-
MaxUserConnections
|
|
4560
|
+
MaxUserConnections?: number
|
|
4561
4561
|
/**
|
|
4562
4562
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4563
4563
|
*/
|
|
@@ -1136,7 +1136,7 @@ export interface DescribeInstancesResponse {
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* 返回的结果
|
|
1138
1138
|
*/
|
|
1139
|
-
Result
|
|
1139
|
+
Result?: InstanceResponse
|
|
1140
1140
|
/**
|
|
1141
1141
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1142
1142
|
*/
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
FilePathInfo,
|
|
77
77
|
DescribeIndexRequest,
|
|
78
78
|
ModifyScheduledSqlResponse,
|
|
79
|
-
|
|
79
|
+
ConditionInfo,
|
|
80
80
|
DeleteMachineGroupInfoRequest,
|
|
81
81
|
CreateLogsetResponse,
|
|
82
82
|
NoticeRule,
|
|
@@ -86,7 +86,7 @@ import {
|
|
|
86
86
|
DescribeConfigMachineGroupsRequest,
|
|
87
87
|
MetaTagInfo,
|
|
88
88
|
CreateCosRechargeRequest,
|
|
89
|
-
|
|
89
|
+
DescribeConfigsResponse,
|
|
90
90
|
ExtractRuleInfo,
|
|
91
91
|
CreateAlarmShieldResponse,
|
|
92
92
|
DeleteDataTransformResponse,
|
|
@@ -111,6 +111,7 @@ import {
|
|
|
111
111
|
DescribeTopicsResponse,
|
|
112
112
|
LogItems,
|
|
113
113
|
ModifyAlarmNoticeRequest,
|
|
114
|
+
TopicExtendInfo,
|
|
114
115
|
EventLog,
|
|
115
116
|
CreateAlarmRequest,
|
|
116
117
|
DeleteExportResponse,
|
|
@@ -147,11 +148,12 @@ import {
|
|
|
147
148
|
CreateKafkaRechargeResponse,
|
|
148
149
|
ModifyScheduledSqlRequest,
|
|
149
150
|
DashboardSubscribeData,
|
|
151
|
+
ModifyAlarmShieldResponse,
|
|
150
152
|
CreateDeliverCloudFunctionRequest,
|
|
151
153
|
DeleteConsumerRequest,
|
|
152
154
|
QueryRangeMetricResponse,
|
|
153
155
|
DeleteIndexRequest,
|
|
154
|
-
|
|
156
|
+
AnonymousInfo,
|
|
155
157
|
RetryShipperTaskResponse,
|
|
156
158
|
ModifyConsumerResponse,
|
|
157
159
|
DescribeAlertRecordHistoryRequest,
|
|
@@ -212,6 +214,7 @@ import {
|
|
|
212
214
|
CreateDataTransformResponse,
|
|
213
215
|
LogContextInfo,
|
|
214
216
|
ModifyShipperRequest,
|
|
217
|
+
NoticeReceiver,
|
|
215
218
|
CreateKafkaRechargeRequest,
|
|
216
219
|
DeleteKafkaRechargeRequest,
|
|
217
220
|
RuleInfo,
|
|
@@ -247,7 +250,7 @@ import {
|
|
|
247
250
|
AddMachineGroupInfoResponse,
|
|
248
251
|
ModifyMachineGroupRequest,
|
|
249
252
|
DeleteDashboardSubscribeRequest,
|
|
250
|
-
|
|
253
|
+
DescribeConsumerResponse,
|
|
251
254
|
MetricLabel,
|
|
252
255
|
ModifyTopicRequest,
|
|
253
256
|
Ckafka,
|