tencentcloud-sdk-nodejs 4.0.693 → 4.0.695
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 +405 -0
- package/SERVICE_CHANGELOG.md +373 -181
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +5 -5
- package/src/services/asr/v20190614/asr_models.ts +56 -51
- package/src/services/cfw/v20190904/cfw_client.ts +4 -2
- package/src/services/csip/v20221121/csip_client.ts +213 -122
- package/src/services/csip/v20221121/csip_models.ts +2265 -1597
- package/src/services/cwp/v20180228/cwp_client.ts +13 -1
- package/src/services/cwp/v20180228/cwp_models.ts +76 -6
- package/src/services/dlc/v20210125/dlc_client.ts +14 -1
- package/src/services/dlc/v20210125/dlc_models.ts +70 -16
- package/src/services/ess/v20201111/ess_client.ts +18 -5
- package/src/services/ess/v20201111/ess_models.ts +189 -122
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +79 -48
- package/src/services/gaap/v20180529/gaap_client.ts +1 -1
- package/src/services/gaap/v20180529/gaap_models.ts +6 -1
- package/src/services/goosefs/v20220519/goosefs_models.ts +14 -0
- package/src/services/hcm/v20181106/hcm_models.ts +2 -0
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/organization/v20210331/organization_models.ts +56 -22
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -2
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_client.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +16 -3
- package/src/services/tione/v20211111/tione_models.ts +15 -10
- package/src/services/tiw/v20190919/tiw_models.ts +3 -2
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/tse/v20201207/tse_models.ts +2 -0
- package/src/services/vpc/v20170312/vpc_models.ts +20 -8
- package/src/services/waf/v20180125/waf_models.ts +8 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +5 -5
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +56 -51
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +55 -27
- package/tencentcloud/services/csip/v20221121/csip_client.js +81 -39
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2130 -1483
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +74 -6
- 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 +67 -16
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +186 -122
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +78 -48
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +6 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +14 -0
- package/tencentcloud/services/hcm/v20181106/hcm_models.d.ts +2 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +56 -22
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +6 -2
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -10
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -8
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -3
- package/test/csip.v20221121.test.js +96 -26
- package/test/cwp.v20180228.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,16 +14,16 @@
|
|
|
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-09-
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-22 01:08:25 |
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-09-12 01:09:06 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-25 01:06:23 |
|
|
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-08-17 01:18:28 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-09-21 01:17:48 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-08-17 01:19:19 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-18 01:10:19 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-25 01:06:36 |
|
|
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-08-17 01:20:19 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
@@ -48,37 +48,37 @@
|
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-09-05 02:02:52 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-22 01:21:17 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
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
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-25 01:09:25 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-21 01:56:45 |
|
|
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-08-17 01:57:08 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-09-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-09-22 01:25:57 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-17 02:01:58 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-
|
|
68
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-25 01:10:56 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
70
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-20 01:15:08 |
|
|
71
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-
|
|
71
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-22 01:33:07 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-
|
|
73
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-25 01:12:05 |
|
|
74
74
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-09-20 01:33:17 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09-05 03:38:32 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
80
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-
|
|
81
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09-
|
|
80
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
81
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09-22 01:40:45 |
|
|
82
82
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
@@ -94,21 +94,21 @@
|
|
|
94
94
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
95
95
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-17 03:08:06 |
|
|
96
96
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-15 01:48:20 |
|
|
97
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-
|
|
98
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-
|
|
97
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-22 01:49:11 |
|
|
98
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-22 01:50:20 |
|
|
99
99
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
100
100
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
101
101
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
102
102
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
103
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-
|
|
103
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
|
|
104
104
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-24 01:19:31 |
|
|
105
|
-
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-
|
|
105
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-09-25 01:15:41 |
|
|
106
106
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
107
107
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
108
108
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
109
109
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
110
110
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
111
|
-
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-
|
|
111
|
+
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-09-25 01:15:46 |
|
|
112
112
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-09-20 01:37:34 |
|
|
113
113
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
114
114
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
123
123
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
124
124
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
125
|
-
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-
|
|
126
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09-
|
|
125
|
+
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
126
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09-25 01:18:00 |
|
|
127
127
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
128
128
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
129
129
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
130
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-
|
|
130
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-25 01:20:43 |
|
|
131
131
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09-15 02:04:15 |
|
|
132
132
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-09-18 02:01:47 |
|
|
133
133
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
141
141
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
142
142
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
143
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-
|
|
143
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-25 01:22:33 |
|
|
144
144
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-21 04:51:12 |
|
|
145
145
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
146
146
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-09-06 02:10:27 |
|
|
152
152
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-21 04:56:57 |
|
|
153
153
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
154
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-
|
|
154
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
155
155
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
156
156
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
157
157
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-09-15 02:17:12 |
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-21 05:17:41 |
|
|
172
172
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
|
|
173
173
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
174
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-
|
|
174
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-25 01:24:51 |
|
|
175
175
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
|
|
176
176
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-09-15 02:24:49 |
|
|
177
177
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
|
|
186
186
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
187
187
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
|
|
188
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-
|
|
188
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
|
|
189
189
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-08-18 11:40:41 |
|
|
190
190
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
|
|
191
191
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
194
194
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
|
|
195
195
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
|
|
196
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-
|
|
196
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
|
|
197
197
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
198
198
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
199
199
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09-20 01:45:44 |
|
|
@@ -207,8 +207,8 @@
|
|
|
207
207
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
208
208
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
209
209
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
210
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-
|
|
211
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-
|
|
210
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-22 02:38:16 |
|
|
211
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
|
|
212
212
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-17 05:31:16 |
|
|
213
213
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
214
214
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09-19 01:28:01 |
|
|
219
219
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-09-21 06:25:32 |
|
|
220
220
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
221
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-
|
|
222
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-
|
|
221
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-22 02:41:12 |
|
|
222
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-25 01:28:54 |
|
|
223
223
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-09-12 02:52:20 |
|
|
224
224
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
225
225
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
@@ -227,9 +227,9 @@
|
|
|
227
227
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
228
228
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
229
229
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-18 02:39:47 |
|
|
230
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-
|
|
230
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-25 01:30:02 |
|
|
231
231
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
232
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-
|
|
232
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-25 01:30:53 |
|
|
233
233
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
234
234
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
|
|
235
235
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.695"
|
|
@@ -2275,23 +2275,23 @@ export interface NetworkConfig {
|
|
|
2275
2275
|
/**
|
|
2276
2276
|
* 最大出带宽
|
|
2277
2277
|
*/
|
|
2278
|
-
InternetMaxBandwidthOut
|
|
2278
|
+
InternetMaxBandwidthOut?: number
|
|
2279
2279
|
/**
|
|
2280
2280
|
* EnableInternetInbound信息
|
|
2281
2281
|
*/
|
|
2282
|
-
EnableInternetInbound
|
|
2282
|
+
EnableInternetInbound?: boolean
|
|
2283
2283
|
/**
|
|
2284
2284
|
* EnableInternetOutbound信息
|
|
2285
2285
|
*/
|
|
2286
|
-
EnableInternetOutbound
|
|
2286
|
+
EnableInternetOutbound?: boolean
|
|
2287
2287
|
/**
|
|
2288
2288
|
* InboundIpAddresses信息
|
|
2289
2289
|
*/
|
|
2290
|
-
InboundIpAddresses
|
|
2290
|
+
InboundIpAddresses?: Array<string>
|
|
2291
2291
|
/**
|
|
2292
2292
|
* OutboundIpAddresses信息
|
|
2293
2293
|
*/
|
|
2294
|
-
OutboundIpAddresses
|
|
2294
|
+
OutboundIpAddresses?: Array<string>
|
|
2295
2295
|
}
|
|
2296
2296
|
|
|
2297
2297
|
/**
|
|
@@ -212,7 +212,7 @@ export interface CreateAsyncRecognitionTaskRequest {
|
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
/**
|
|
215
|
-
* 热词的词和权重
|
|
215
|
+
* [热词的词和权重](https://cloud.tencent.com/document/product/1093/41111#2.-.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0)
|
|
216
216
|
*/
|
|
217
217
|
export interface HotWord {
|
|
218
218
|
/**
|
|
@@ -366,7 +366,7 @@ hotword_list:每次请求时直接传入临时热词表来使用热词功能
|
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
/**
|
|
369
|
-
* 说话人验证数据
|
|
369
|
+
* [说话人验证数据](https://cloud.tencent.com/document/product/1093/94481#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
|
370
370
|
*/
|
|
371
371
|
export interface VoicePrintVerifyData {
|
|
372
372
|
/**
|
|
@@ -404,52 +404,57 @@ export interface SentenceDetail {
|
|
|
404
404
|
* 单句最终识别结果
|
|
405
405
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
406
406
|
*/
|
|
407
|
-
FinalSentence
|
|
407
|
+
FinalSentence?: string
|
|
408
408
|
/**
|
|
409
409
|
* 单句中间识别结果,使用空格拆分为多个词
|
|
410
410
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
411
411
|
*/
|
|
412
|
-
SliceSentence
|
|
412
|
+
SliceSentence?: string
|
|
413
|
+
/**
|
|
414
|
+
* 口语转书面语结果,开启改功能才有值
|
|
415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
416
|
+
*/
|
|
417
|
+
WrittenText?: string
|
|
413
418
|
/**
|
|
414
419
|
* 单句开始时间(毫秒)
|
|
415
420
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
416
421
|
*/
|
|
417
|
-
StartMs
|
|
422
|
+
StartMs?: number
|
|
418
423
|
/**
|
|
419
424
|
* 单句结束时间(毫秒)
|
|
420
425
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
421
426
|
*/
|
|
422
|
-
EndMs
|
|
427
|
+
EndMs?: number
|
|
423
428
|
/**
|
|
424
429
|
* 单句中词个数
|
|
425
430
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
426
431
|
*/
|
|
427
|
-
WordsNum
|
|
432
|
+
WordsNum?: number
|
|
428
433
|
/**
|
|
429
434
|
* 单句中词详情
|
|
430
435
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
431
436
|
*/
|
|
432
|
-
Words
|
|
437
|
+
Words?: Array<SentenceWords>
|
|
433
438
|
/**
|
|
434
439
|
* 单句语速,单位:字数/秒
|
|
435
440
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
436
441
|
*/
|
|
437
|
-
SpeechSpeed
|
|
442
|
+
SpeechSpeed?: number
|
|
438
443
|
/**
|
|
439
444
|
* 声道或说话人 Id(请求中如果设置了 speaker_diarization或者ChannelNum为双声道,可区分说话人或声道)
|
|
440
445
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
441
446
|
*/
|
|
442
|
-
SpeakerId
|
|
447
|
+
SpeakerId?: number
|
|
443
448
|
/**
|
|
444
449
|
* 情绪能量值,取值为音量分贝值/10。取值范围:[1,10]。值越高情绪越强烈。
|
|
445
450
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
446
451
|
*/
|
|
447
|
-
EmotionalEnergy
|
|
452
|
+
EmotionalEnergy?: number
|
|
448
453
|
/**
|
|
449
454
|
* 本句与上一句之间的静音时长
|
|
450
455
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
451
456
|
*/
|
|
452
|
-
SilenceTime
|
|
457
|
+
SilenceTime?: number
|
|
453
458
|
/**
|
|
454
459
|
* 情绪类型(可能为空)
|
|
455
460
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -866,42 +871,42 @@ export interface SetVocabStateRequest {
|
|
|
866
871
|
}
|
|
867
872
|
|
|
868
873
|
/**
|
|
869
|
-
* 词表内容
|
|
874
|
+
* [词表内容](https://cloud.tencent.com/document/product/1093/41484#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
|
870
875
|
*/
|
|
871
876
|
export interface Vocab {
|
|
872
877
|
/**
|
|
873
878
|
* 热词表名称
|
|
874
879
|
*/
|
|
875
|
-
Name
|
|
880
|
+
Name?: string
|
|
876
881
|
/**
|
|
877
882
|
* 热词表描述
|
|
878
883
|
*/
|
|
879
|
-
Description
|
|
884
|
+
Description?: string
|
|
880
885
|
/**
|
|
881
886
|
* 热词表ID
|
|
882
887
|
*/
|
|
883
|
-
VocabId
|
|
888
|
+
VocabId?: string
|
|
884
889
|
/**
|
|
885
890
|
* 词权重列表
|
|
886
891
|
*/
|
|
887
|
-
WordWeights
|
|
892
|
+
WordWeights?: Array<HotWord>
|
|
888
893
|
/**
|
|
889
894
|
* 词表创建时间
|
|
890
895
|
*/
|
|
891
|
-
CreateTime
|
|
896
|
+
CreateTime?: string
|
|
892
897
|
/**
|
|
893
898
|
* 词表更新时间
|
|
894
899
|
*/
|
|
895
|
-
UpdateTime
|
|
900
|
+
UpdateTime?: string
|
|
896
901
|
/**
|
|
897
902
|
* 热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态
|
|
898
903
|
*/
|
|
899
|
-
State
|
|
904
|
+
State?: number
|
|
900
905
|
/**
|
|
901
906
|
* 标签数组
|
|
902
907
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
903
908
|
*/
|
|
904
|
-
TagInfos
|
|
909
|
+
TagInfos?: Array<string>
|
|
905
910
|
}
|
|
906
911
|
|
|
907
912
|
/**
|
|
@@ -915,24 +920,24 @@ export interface CloseAsyncRecognitionTaskRequest {
|
|
|
915
920
|
}
|
|
916
921
|
|
|
917
922
|
/**
|
|
918
|
-
*
|
|
923
|
+
* [录音文件识别](https://cloud.tencent.com/document/product/1093/37823#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)、[实时语音异步识别](https://cloud.tencent.com/document/product/1093/52061#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)请求的返回数据
|
|
919
924
|
*/
|
|
920
925
|
export interface Task {
|
|
921
926
|
/**
|
|
922
927
|
* 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64
|
|
923
928
|
*/
|
|
924
|
-
TaskId
|
|
929
|
+
TaskId?: number
|
|
925
930
|
}
|
|
926
931
|
|
|
927
932
|
/**
|
|
928
|
-
* 音频流异步识别任务列表
|
|
933
|
+
* [音频流异步识别任务列表](https://cloud.tencent.com/document/product/1093/52060#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
|
929
934
|
*/
|
|
930
935
|
export interface AsyncRecognitionTasks {
|
|
931
936
|
/**
|
|
932
937
|
* 任务列表
|
|
933
938
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
934
939
|
*/
|
|
935
|
-
Tasks
|
|
940
|
+
Tasks?: Array<AsyncRecognitionTaskInfo>
|
|
936
941
|
}
|
|
937
942
|
|
|
938
943
|
/**
|
|
@@ -968,39 +973,39 @@ export interface DeleteCustomizationResponse {
|
|
|
968
973
|
}
|
|
969
974
|
|
|
970
975
|
/**
|
|
971
|
-
* 获取录音识别结果的返回参数
|
|
976
|
+
* [获取录音识别结果的返回参数](https://cloud.tencent.com/document/product/1093/37822#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
|
972
977
|
*/
|
|
973
978
|
export interface TaskStatus {
|
|
974
979
|
/**
|
|
975
980
|
* 任务标识。注意:TaskId数据类型为uint64。
|
|
976
981
|
*/
|
|
977
|
-
TaskId
|
|
982
|
+
TaskId?: number
|
|
978
983
|
/**
|
|
979
984
|
* 任务状态码,0:任务等待,1:任务执行中,2:任务成功,3:任务失败。
|
|
980
985
|
*/
|
|
981
|
-
Status
|
|
986
|
+
Status?: number
|
|
982
987
|
/**
|
|
983
988
|
* 任务状态,waiting:任务等待,doing:任务执行中,success:任务成功,failed:任务失败。
|
|
984
989
|
*/
|
|
985
|
-
StatusStr
|
|
990
|
+
StatusStr?: string
|
|
986
991
|
/**
|
|
987
992
|
* 识别结果。
|
|
988
993
|
*/
|
|
989
|
-
Result
|
|
994
|
+
Result?: string
|
|
990
995
|
/**
|
|
991
996
|
* 失败原因说明。
|
|
992
997
|
*/
|
|
993
|
-
ErrorMsg
|
|
998
|
+
ErrorMsg?: string
|
|
994
999
|
/**
|
|
995
1000
|
* 识别结果详情,包含每个句子中的词时间偏移,一般用于生成字幕的场景。(录音识别请求中ResTextFormat=1时该字段不为空)
|
|
996
1001
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
997
1002
|
*/
|
|
998
|
-
ResultDetail
|
|
1003
|
+
ResultDetail?: Array<SentenceDetail>
|
|
999
1004
|
/**
|
|
1000
1005
|
* 音频时长(秒)。
|
|
1001
1006
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1002
1007
|
*/
|
|
1003
|
-
AudioDuration
|
|
1008
|
+
AudioDuration?: number
|
|
1004
1009
|
}
|
|
1005
1010
|
|
|
1006
1011
|
/**
|
|
@@ -1096,29 +1101,29 @@ export interface CreateAsrVocabResponse {
|
|
|
1096
1101
|
}
|
|
1097
1102
|
|
|
1098
1103
|
/**
|
|
1099
|
-
* 自学习模型信息
|
|
1104
|
+
* [自学习模型信息](https://cloud.tencent.com/document/product/1093/90813#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
|
1100
1105
|
*/
|
|
1101
1106
|
export interface Model {
|
|
1102
1107
|
/**
|
|
1103
1108
|
* 模型名称
|
|
1104
1109
|
*/
|
|
1105
|
-
ModelName
|
|
1110
|
+
ModelName?: string
|
|
1106
1111
|
/**
|
|
1107
1112
|
* 模型文件名称
|
|
1108
1113
|
*/
|
|
1109
|
-
DictName
|
|
1114
|
+
DictName?: string
|
|
1110
1115
|
/**
|
|
1111
1116
|
* 模型Id
|
|
1112
1117
|
*/
|
|
1113
|
-
ModelId
|
|
1118
|
+
ModelId?: string
|
|
1114
1119
|
/**
|
|
1115
1120
|
* 模型类型,“8k”或者”16k“
|
|
1116
1121
|
*/
|
|
1117
|
-
ModelType
|
|
1122
|
+
ModelType?: string
|
|
1118
1123
|
/**
|
|
1119
1124
|
* 服务类型
|
|
1120
1125
|
*/
|
|
1121
|
-
ServiceType
|
|
1126
|
+
ServiceType?: string
|
|
1122
1127
|
/**
|
|
1123
1128
|
* 模型状态:
|
|
1124
1129
|
-2:模型训练失败;
|
|
@@ -1128,16 +1133,16 @@ export interface Model {
|
|
|
1128
1133
|
3:上线中;
|
|
1129
1134
|
4:下线中;
|
|
1130
1135
|
*/
|
|
1131
|
-
ModelState
|
|
1136
|
+
ModelState?: number
|
|
1132
1137
|
/**
|
|
1133
1138
|
* 最后更新时间
|
|
1134
1139
|
*/
|
|
1135
|
-
AtUpdated
|
|
1140
|
+
AtUpdated?: string
|
|
1136
1141
|
/**
|
|
1137
1142
|
* 标签信息
|
|
1138
1143
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1139
1144
|
*/
|
|
1140
|
-
TagInfos
|
|
1145
|
+
TagInfos?: Array<string>
|
|
1141
1146
|
}
|
|
1142
1147
|
|
|
1143
1148
|
/**
|
|
@@ -1262,7 +1267,7 @@ export interface VoicePrintUpdateResponse {
|
|
|
1262
1267
|
}
|
|
1263
1268
|
|
|
1264
1269
|
/**
|
|
1265
|
-
*
|
|
1270
|
+
* [说话人基础数据](https://cloud.tencent.com/document/product/1093/94483#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0),包括说话人id和说话人昵称
|
|
1266
1271
|
*/
|
|
1267
1272
|
export interface VoicePrintBaseData {
|
|
1268
1273
|
/**
|
|
@@ -1302,17 +1307,17 @@ export interface VoicePrintCountResponse {
|
|
|
1302
1307
|
}
|
|
1303
1308
|
|
|
1304
1309
|
/**
|
|
1305
|
-
*
|
|
1310
|
+
* [音频流异步识别](https://cloud.tencent.com/document/api/1093/37824#AsyncRecognitionTasks)任务信息
|
|
1306
1311
|
*/
|
|
1307
1312
|
export interface AsyncRecognitionTaskInfo {
|
|
1308
1313
|
/**
|
|
1309
1314
|
* 任务ID
|
|
1310
1315
|
*/
|
|
1311
|
-
TaskId
|
|
1316
|
+
TaskId?: number
|
|
1312
1317
|
/**
|
|
1313
1318
|
* 音频流Url
|
|
1314
1319
|
*/
|
|
1315
|
-
Url
|
|
1320
|
+
Url?: string
|
|
1316
1321
|
}
|
|
1317
1322
|
|
|
1318
1323
|
/**
|
|
@@ -1363,21 +1368,21 @@ export interface GetAsrVocabListResponse {
|
|
|
1363
1368
|
}
|
|
1364
1369
|
|
|
1365
1370
|
/**
|
|
1366
|
-
*
|
|
1371
|
+
* [一句话识别](https://cloud.tencent.com/document/product/1093/35646#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)返回的词时间戳
|
|
1367
1372
|
*/
|
|
1368
1373
|
export interface SentenceWord {
|
|
1369
1374
|
/**
|
|
1370
1375
|
* 词结果
|
|
1371
1376
|
*/
|
|
1372
|
-
Word
|
|
1377
|
+
Word?: string
|
|
1373
1378
|
/**
|
|
1374
1379
|
* 词在音频中的开始时间
|
|
1375
1380
|
*/
|
|
1376
|
-
StartTime
|
|
1381
|
+
StartTime?: number
|
|
1377
1382
|
/**
|
|
1378
1383
|
* 词在音频中的结束时间
|
|
1379
1384
|
*/
|
|
1380
|
-
EndTime
|
|
1385
|
+
EndTime?: number
|
|
1381
1386
|
}
|
|
1382
1387
|
|
|
1383
1388
|
/**
|
|
@@ -1402,7 +1407,7 @@ export interface SentenceWords {
|
|
|
1402
1407
|
}
|
|
1403
1408
|
|
|
1404
1409
|
/**
|
|
1405
|
-
*
|
|
1410
|
+
* 统计返回[说话人注册数量](https://cloud.tencent.com/document/product/1093/96061#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
|
|
1406
1411
|
*/
|
|
1407
1412
|
export interface VoicePrintCountData {
|
|
1408
1413
|
/**
|
|
@@ -813,8 +813,10 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
/**
|
|
816
|
-
|
|
817
|
-
|
|
816
|
+
* 已上新接口,支持串行
|
|
817
|
+
|
|
818
|
+
单个修改互联网边界防火墙开关
|
|
819
|
+
*/
|
|
818
820
|
async ModifyPublicIPSwitchStatus(
|
|
819
821
|
req: ModifyPublicIPSwitchStatusRequest,
|
|
820
822
|
cb?: (error: string, rep: ModifyPublicIPSwitchStatusResponse) => void
|