tencentcloud-sdk-nodejs 4.0.591 → 4.0.593
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 +675 -0
- package/SERVICE_CHANGELOG.md +897 -118
- package/package.json +1 -1
- package/products.md +37 -37
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +14 -2
- package/src/services/asr/v20190614/asr_models.ts +100 -75
- package/src/services/car/v20220110/car_models.ts +16 -2
- package/src/services/cbs/v20170312/cbs_client.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +8 -8
- package/src/services/ccc/v20200210/ccc_models.ts +6 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +6 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +35 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +27 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +267 -22
- package/src/services/cwp/v20180228/cwp_models.ts +56 -16
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +19 -4
- package/src/services/ecdn/v20191012/ecdn_client.ts +3 -1
- package/src/services/ess/v20201111/ess_models.ts +21 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -5
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +13 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -4
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ms/v20180408/ms_client.ts +3 -72
- package/src/services/ms/v20180408/ms_models.ts +105 -600
- package/src/services/nlp/v20190408/nlp_client.ts +94 -42
- package/src/services/ocr/v20181119/ocr_client.ts +42 -3
- package/src/services/ocr/v20181119/ocr_models.ts +2653 -242
- package/src/services/redis/v20180412/redis_client.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +24 -19
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/ssa/v20180608/ssa_client.ts +57 -56
- package/src/services/ssa/v20180608/ssa_models.ts +1869 -1600
- package/src/services/teo/v20220901/teo_models.ts +6 -0
- package/src/services/thpc/v20230321/thpc_client.ts +13 -0
- package/src/services/thpc/v20230321/thpc_models.ts +59 -0
- package/src/services/tiia/v20190529/tiia_client.ts +0 -1
- package/src/services/tiia/v20190529/tiia_models.ts +5 -5
- package/src/services/tione/v20211111/tione_client.ts +2 -0
- package/src/services/tione/v20211111/tione_models.ts +38 -3
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +4 -2
- package/src/services/vpc/v20170312/vpc_models.ts +21 -1
- package/src/services/waf/v20180125/waf_client.ts +2 -4
- package/src/services/waf/v20180125/waf_models.ts +17 -17
- package/src/services/wedata/v20210820/wedata_models.ts +5 -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 +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +83 -61
- package/tencentcloud/services/car/v20220110/car_models.d.ts +14 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -8
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +30 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +226 -18
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +49 -16
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +16 -4
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +11 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +1 -26
- package/tencentcloud/services/ms/v20180408/ms_client.js +0 -33
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +87 -503
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +78 -26
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +78 -26
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2164 -196
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +21 -16
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1720 -1495
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -0
- package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20230321/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +51 -0
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -1
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -5
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +33 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +0 -2
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +17 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +4 -0
- package/test/asr.v20190614.test.js +10 -0
- package/test/cpdp.v20190820.test.js +20 -0
- package/test/ms.v20180408.test.js +0 -40
- package/test/ocr.v20181119.test.js +10 -0
- package/test/thpc.v20230321.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-03-30 01:01:08 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-03-30 01:01:12 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-03-30 01:01:15 |
|
|
9
|
-
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-
|
|
9
|
+
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-05-08 01:06:05 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-03-30 01:01:22 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-03-30 01:01:58 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-03-31 01:02:09 |
|
|
@@ -15,9 +15,9 @@
|
|
|
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) | 2023-03-30 01:02:33 |
|
|
18
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-
|
|
18
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-05-08 01:07:20 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-08 01:07:44 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-04-20 01:03:43 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-28 01:09:43 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-08 01:10:15 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-24 01:05:46 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-
|
|
43
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-08 01:10:25 |
|
|
43
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-05-08 01:11:11 |
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-08 01:11:27 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-08 01:12:20 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
|
|
@@ -59,20 +59,20 @@
|
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-08 01:15:09 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
66
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-
|
|
66
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-01 01:14:33 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-27 01:14:08 |
|
|
69
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-
|
|
69
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-08 01:17:35 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
71
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
|
|
72
72
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-28 01:18:09 |
|
|
73
73
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
74
74
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
|
|
75
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-
|
|
75
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-08 01:20:12 |
|
|
76
76
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
@@ -85,16 +85,16 @@
|
|
|
85
85
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-04-27 01:18:58 |
|
|
86
86
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
|
|
87
87
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
|
|
88
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-
|
|
88
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-05 01:16:29 |
|
|
89
89
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-20 01:20:51 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-
|
|
95
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-08 01:23:59 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-08 01:24:18 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
|
|
97
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-
|
|
97
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-08 01:24:39 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
100
100
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-27 01:21:51 |
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-03-30 01:40:58 |
|
|
116
116
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-03-30 01:41:01 |
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-30 01:41:14 |
|
|
118
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-
|
|
118
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-05-08 01:28:02 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
|
|
120
120
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-12 01:33:34 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-04-26 01:30:49 |
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-04-28 01:28:18 |
|
|
126
126
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-27 01:26:43 |
|
|
127
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-
|
|
128
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-
|
|
127
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-05-08 01:30:53 |
|
|
128
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-05-08 01:32:44 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
131
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
|
|
@@ -135,16 +135,16 @@
|
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-08 01:39:58 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-28 01:31:27 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
|
|
141
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
141
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-05-08 01:41:34 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
|
|
143
143
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
144
|
-
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-
|
|
144
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-08 01:41:54 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
|
|
147
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-06 14:35:19 |
|
|
148
148
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
|
|
149
149
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
|
|
150
150
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
|
|
@@ -153,13 +153,13 @@
|
|
|
153
153
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
|
|
154
154
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-05-08 01:44:20 |
|
|
157
157
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
|
|
158
158
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
159
159
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
160
160
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-26 01:43:23 |
|
|
161
161
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-24 01:35:50 |
|
|
162
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-
|
|
162
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-05-08 01:49:05 |
|
|
163
163
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
|
|
164
164
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
|
|
165
165
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-03-30 01:52:41 |
|
|
@@ -167,13 +167,13 @@
|
|
|
167
167
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-03-30 01:52:56 |
|
|
168
168
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
169
169
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-28 01:35:52 |
|
|
170
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-
|
|
170
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-05-08 01:50:08 |
|
|
171
171
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-04-21 01:38:46 |
|
|
172
172
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
|
|
173
173
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-04-27 01:35:41 |
|
|
174
174
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
|
|
175
175
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
|
|
176
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-
|
|
176
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-05-08 01:50:51 |
|
|
177
177
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-03-30 01:54:15 |
|
|
178
178
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-04-04 01:41:31 |
|
|
179
179
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -190,18 +190,18 @@
|
|
|
190
190
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
|
|
191
191
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
|
|
192
192
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
|
|
193
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-
|
|
193
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-08 01:53:59 |
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-
|
|
197
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-08 01:55:39 |
|
|
197
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-05-01 01:41:10 |
|
|
198
198
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
199
199
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
|
|
200
200
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
201
201
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-03-30 02:30:06 |
|
|
202
202
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
203
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-
|
|
204
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-
|
|
203
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-08 01:57:16 |
|
|
204
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-08 01:57:36 |
|
|
205
205
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
|
|
206
206
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-27 01:43:06 |
|
|
207
207
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
212
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-26 02:00:05 |
|
|
213
213
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
|
|
214
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-05-08 01:59:39 |
|
|
215
215
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
|
|
216
216
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-26 11:35:57 |
|
|
217
217
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
@@ -219,12 +219,12 @@
|
|
|
219
219
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
|
|
220
220
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
221
221
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
222
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
223
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-
|
|
222
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-08 02:01:28 |
|
|
223
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-01 01:46:16 |
|
|
224
224
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
|
|
225
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-
|
|
225
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-08 02:03:46 |
|
|
226
226
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
227
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-
|
|
227
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-08 02:04:21 |
|
|
228
228
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
229
229
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-04-28 01:49:51 |
|
|
230
230
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.593"
|
|
@@ -29,11 +29,12 @@ import {
|
|
|
29
29
|
DescribeTaskStatusResponse,
|
|
30
30
|
SentenceRecognitionRequest,
|
|
31
31
|
CloseAsyncRecognitionTaskResponse,
|
|
32
|
-
|
|
32
|
+
SentenceDetail,
|
|
33
33
|
CreateCustomizationRequest,
|
|
34
34
|
DownloadAsrVocabResponse,
|
|
35
35
|
CreateRecTaskResponse,
|
|
36
36
|
ModifyCustomizationResponse,
|
|
37
|
+
GetModelInfoRequest,
|
|
37
38
|
CreateAsyncRecognitionTaskResponse,
|
|
38
39
|
DeleteAsrVocabResponse,
|
|
39
40
|
DownloadCustomizationResponse,
|
|
@@ -55,7 +56,7 @@ import {
|
|
|
55
56
|
CreateAsrVocabResponse,
|
|
56
57
|
Model,
|
|
57
58
|
CreateAsrVocabRequest,
|
|
58
|
-
|
|
59
|
+
GetModelInfoResponse,
|
|
59
60
|
UpdateAsrVocabRequest,
|
|
60
61
|
DescribeTaskStatusRequest,
|
|
61
62
|
SentenceRecognitionResponse,
|
|
@@ -64,6 +65,7 @@ import {
|
|
|
64
65
|
ModifyCustomizationStateResponse,
|
|
65
66
|
DescribeAsyncRecognitionTasksResponse,
|
|
66
67
|
GetAsrVocabListResponse,
|
|
68
|
+
SentenceWord,
|
|
67
69
|
SentenceWords,
|
|
68
70
|
DownloadCustomizationRequest,
|
|
69
71
|
} from "./asr_models"
|
|
@@ -107,6 +109,16 @@ export class Client extends AbstractClient {
|
|
|
107
109
|
return this.request("DownloadAsrVocab", req, cb)
|
|
108
110
|
}
|
|
109
111
|
|
|
112
|
+
/**
|
|
113
|
+
* 通过自学习模型id获取自学习模型详细信息
|
|
114
|
+
*/
|
|
115
|
+
async GetModelInfo(
|
|
116
|
+
req: GetModelInfoRequest,
|
|
117
|
+
cb?: (error: string, rep: GetModelInfoResponse) => void
|
|
118
|
+
): Promise<GetModelInfoResponse> {
|
|
119
|
+
return this.request("GetModelInfo", req, cb)
|
|
120
|
+
}
|
|
121
|
+
|
|
110
122
|
/**
|
|
111
123
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
112
124
|
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
@@ -335,23 +335,74 @@ export interface CloseAsyncRecognitionTaskResponse {
|
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
338
|
+
* 单句的详细识别结果,包含单个词的时间偏移,一般用于生成字幕的场景。
|
|
339
339
|
*/
|
|
340
|
-
export interface
|
|
340
|
+
export interface SentenceDetail {
|
|
341
341
|
/**
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
342
|
+
* 单句最终识别结果
|
|
343
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
344
|
+
*/
|
|
345
|
+
FinalSentence: string
|
|
345
346
|
|
|
346
347
|
/**
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
348
|
+
* 单句中间识别结果,使用空格拆分为多个词
|
|
349
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
350
|
+
*/
|
|
351
|
+
SliceSentence: string
|
|
350
352
|
|
|
351
353
|
/**
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
354
|
+
* 单句开始时间(毫秒)
|
|
355
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
356
|
+
*/
|
|
357
|
+
StartMs: number
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* 单句结束时间(毫秒)
|
|
361
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
362
|
+
*/
|
|
363
|
+
EndMs: number
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* 单句中词个数
|
|
367
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
368
|
+
*/
|
|
369
|
+
WordsNum: number
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* 单句中词详情
|
|
373
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
374
|
+
*/
|
|
375
|
+
Words: Array<SentenceWords>
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* 单句语速,单位:字数/秒
|
|
379
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
380
|
+
*/
|
|
381
|
+
SpeechSpeed: number
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* 声道或说话人 Id(请求中如果设置了 speaker_diarization或者ChannelNum为双声道,可区分说话人或声道)
|
|
385
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
386
|
+
*/
|
|
387
|
+
SpeakerId: number
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* 情绪能量值,取值为音量分贝值/10。取值范围:[1,10]。值越高情绪越强烈。
|
|
391
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
392
|
+
*/
|
|
393
|
+
EmotionalEnergy: number
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* 本句与上一句之间的静音时长
|
|
397
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
398
|
+
*/
|
|
399
|
+
SilenceTime: number
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* 情绪类型(可能为空)
|
|
403
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
404
|
+
*/
|
|
405
|
+
EmotionType?: Array<string>
|
|
355
406
|
}
|
|
356
407
|
|
|
357
408
|
/**
|
|
@@ -424,6 +475,16 @@ export interface ModifyCustomizationResponse {
|
|
|
424
475
|
RequestId?: string
|
|
425
476
|
}
|
|
426
477
|
|
|
478
|
+
/**
|
|
479
|
+
* GetModelInfo请求参数结构体
|
|
480
|
+
*/
|
|
481
|
+
export interface GetModelInfoRequest {
|
|
482
|
+
/**
|
|
483
|
+
* 模型id
|
|
484
|
+
*/
|
|
485
|
+
ModelId: string
|
|
486
|
+
}
|
|
487
|
+
|
|
427
488
|
/**
|
|
428
489
|
* CreateAsyncRecognitionTask返回参数结构体
|
|
429
490
|
*/
|
|
@@ -956,74 +1017,18 @@ export interface CreateAsrVocabRequest {
|
|
|
956
1017
|
}
|
|
957
1018
|
|
|
958
1019
|
/**
|
|
959
|
-
*
|
|
1020
|
+
* GetModelInfo返回参数结构体
|
|
960
1021
|
*/
|
|
961
|
-
export interface
|
|
962
|
-
/**
|
|
963
|
-
* 单句最终识别结果
|
|
964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
965
|
-
*/
|
|
966
|
-
FinalSentence: string
|
|
967
|
-
|
|
968
|
-
/**
|
|
969
|
-
* 单句中间识别结果,使用空格拆分为多个词
|
|
970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
971
|
-
*/
|
|
972
|
-
SliceSentence: string
|
|
973
|
-
|
|
974
|
-
/**
|
|
975
|
-
* 单句开始时间(毫秒)
|
|
976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
977
|
-
*/
|
|
978
|
-
StartMs: number
|
|
979
|
-
|
|
980
|
-
/**
|
|
981
|
-
* 单句结束时间(毫秒)
|
|
982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
983
|
-
*/
|
|
984
|
-
EndMs: number
|
|
985
|
-
|
|
986
|
-
/**
|
|
987
|
-
* 单句中词个数
|
|
988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
989
|
-
*/
|
|
990
|
-
WordsNum: number
|
|
991
|
-
|
|
992
|
-
/**
|
|
993
|
-
* 单句中词详情
|
|
994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
995
|
-
*/
|
|
996
|
-
Words: Array<SentenceWords>
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* 单句语速,单位:字数/秒
|
|
1000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1001
|
-
*/
|
|
1002
|
-
SpeechSpeed: number
|
|
1003
|
-
|
|
1004
|
-
/**
|
|
1005
|
-
* 声道或说话人 Id(请求中如果设置了 speaker_diarization或者ChannelNum为双声道,可区分说话人或声道)
|
|
1006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1007
|
-
*/
|
|
1008
|
-
SpeakerId: number
|
|
1009
|
-
|
|
1022
|
+
export interface GetModelInfoResponse {
|
|
1010
1023
|
/**
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
EmotionalEnergy: number
|
|
1015
|
-
|
|
1016
|
-
/**
|
|
1017
|
-
* 本句与上一句之间的静音时长
|
|
1018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1019
|
-
*/
|
|
1020
|
-
SilenceTime: number
|
|
1024
|
+
* 模型信息
|
|
1025
|
+
*/
|
|
1026
|
+
Data?: Model
|
|
1021
1027
|
|
|
1022
1028
|
/**
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
EmotionType?: Array<string>
|
|
1029
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1030
|
+
*/
|
|
1031
|
+
RequestId?: string
|
|
1027
1032
|
}
|
|
1028
1033
|
|
|
1029
1034
|
/**
|
|
@@ -1175,6 +1180,26 @@ export interface GetAsrVocabListResponse {
|
|
|
1175
1180
|
RequestId?: string
|
|
1176
1181
|
}
|
|
1177
1182
|
|
|
1183
|
+
/**
|
|
1184
|
+
* 一句话识别返回的词时间戳
|
|
1185
|
+
*/
|
|
1186
|
+
export interface SentenceWord {
|
|
1187
|
+
/**
|
|
1188
|
+
* 词结果
|
|
1189
|
+
*/
|
|
1190
|
+
Word: string
|
|
1191
|
+
|
|
1192
|
+
/**
|
|
1193
|
+
* 词在音频中的开始时间
|
|
1194
|
+
*/
|
|
1195
|
+
StartTime: number
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* 词在音频中的结束时间
|
|
1199
|
+
*/
|
|
1200
|
+
EndTime: number
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1178
1203
|
/**
|
|
1179
1204
|
* 识别结果中词文本,以及对应时间偏移
|
|
1180
1205
|
*/
|
|
@@ -145,9 +145,9 @@ export interface CreateSessionRequest {
|
|
|
145
145
|
UserIp: string
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
|
-
* 客户端session信息,从SDK
|
|
148
|
+
* 客户端session信息,从SDK请求中获得。特殊的,当 RunMode 参数为 RunWithoutClient 时,该字段可以为空
|
|
149
149
|
*/
|
|
150
|
-
ClientSession
|
|
150
|
+
ClientSession?: string
|
|
151
151
|
|
|
152
152
|
/**
|
|
153
153
|
* 云端运行模式。
|
|
@@ -155,4 +155,18 @@ RunWithoutClient:允许无客户端连接的情况下仍保持云端 App 运
|
|
|
155
155
|
默认值(空):要求必须有客户端连接才会保持云端 App 运行。
|
|
156
156
|
*/
|
|
157
157
|
RunMode?: string
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* 【多人互动】房主用户ID,在多人互动模式下为必填字段。
|
|
161
|
+
如果该用户是房主,HostUserId需要和UserId保持一致;
|
|
162
|
+
如果该用户非房主,HostUserId需要填写房主的HostUserId。
|
|
163
|
+
*/
|
|
164
|
+
HostUserId?: string
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* 【多人互动】角色。
|
|
168
|
+
Player:玩家(可通过键鼠等操作应用)
|
|
169
|
+
Viewer:观察者(只能观看,无法操作)
|
|
170
|
+
*/
|
|
171
|
+
Role?: string
|
|
158
172
|
}
|
|
@@ -634,7 +634,7 @@ export class Client extends AbstractClient {
|
|
|
634
634
|
* 本接口(ResizeDisk)用于扩容云硬盘。
|
|
635
635
|
|
|
636
636
|
* 只支持扩容弹性云盘。云硬盘类型可以通过[DescribeDisks](/document/product/362/16315)接口查询,见输出参数中Portable字段解释。非弹性云硬盘需通过[ResizeInstanceDisks](/document/product/213/15731)接口扩容。
|
|
637
|
-
* 本接口为异步接口,接口成功返回时,云盘并未立即扩容到指定大小,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态为“EXPANDING”,表示正在扩容中。
|
|
637
|
+
* 本接口为异步接口,接口成功返回时,云盘并未立即扩容到指定大小,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态为“EXPANDING”,表示正在扩容中。
|
|
638
638
|
*/
|
|
639
639
|
async ResizeDisk(
|
|
640
640
|
req: ResizeDiskRequest,
|
|
@@ -344,7 +344,7 @@ export interface CopySnapshotCrossRegionsResponse {
|
|
|
344
344
|
/**
|
|
345
345
|
* 快照跨地域复制的结果,如果请求下发成功,则返回相应地地域的新快照ID,否则返回Error。
|
|
346
346
|
*/
|
|
347
|
-
SnapshotCopyResultSet
|
|
347
|
+
SnapshotCopyResultSet?: Array<SnapshotCopyResult>
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
350
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1332,12 +1332,12 @@ export interface DescribeDisksResponse {
|
|
|
1332
1332
|
/**
|
|
1333
1333
|
* 符合条件的云硬盘数量。
|
|
1334
1334
|
*/
|
|
1335
|
-
TotalCount
|
|
1335
|
+
TotalCount?: number
|
|
1336
1336
|
|
|
1337
1337
|
/**
|
|
1338
1338
|
* 云硬盘的详细信息列表。
|
|
1339
1339
|
*/
|
|
1340
|
-
DiskSet
|
|
1340
|
+
DiskSet?: Array<Disk>
|
|
1341
1341
|
|
|
1342
1342
|
/**
|
|
1343
1343
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1516,7 +1516,7 @@ export interface DescribeInstancesDiskNumResponse {
|
|
|
1516
1516
|
/**
|
|
1517
1517
|
* 各个云服务器已挂载和可挂载弹性云盘的数量。
|
|
1518
1518
|
*/
|
|
1519
|
-
AttachDetail
|
|
1519
|
+
AttachDetail?: Array<AttachDetail>
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
1522
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1606,12 +1606,12 @@ export interface CreateAutoSnapshotPolicyResponse {
|
|
|
1606
1606
|
/**
|
|
1607
1607
|
* 新创建的定期快照策略ID。
|
|
1608
1608
|
*/
|
|
1609
|
-
AutoSnapshotPolicyId
|
|
1609
|
+
AutoSnapshotPolicyId?: string
|
|
1610
1610
|
|
|
1611
1611
|
/**
|
|
1612
1612
|
* 首次开始备份的时间。
|
|
1613
1613
|
*/
|
|
1614
|
-
NextTriggerTime
|
|
1614
|
+
NextTriggerTime?: string
|
|
1615
1615
|
|
|
1616
1616
|
/**
|
|
1617
1617
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1736,7 +1736,7 @@ export interface CreateDiskBackupResponse {
|
|
|
1736
1736
|
/**
|
|
1737
1737
|
* 云硬盘备份点的ID。
|
|
1738
1738
|
*/
|
|
1739
|
-
DiskBackupId
|
|
1739
|
+
DiskBackupId?: string
|
|
1740
1740
|
|
|
1741
1741
|
/**
|
|
1742
1742
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2147,7 +2147,7 @@ export interface DiskBackup {
|
|
|
2147
2147
|
*/
|
|
2148
2148
|
export interface DescribeDisksRequest {
|
|
2149
2149
|
/**
|
|
2150
|
-
* 过滤条件。参数不支持同时指定`DiskIds`和`Filters`。<br><li>disk-usage - Array of String - 是否必填:否 -(过滤条件)按云盘类型过滤。 (SYSTEM_DISK:表示系统盘 | DATA_DISK:表示数据盘)<br><li>disk-charge-type - Array of String - 是否必填:否 -(过滤条件)按照云硬盘计费模式过滤。 (PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费。)<br><li>portable - Array of String - 是否必填:否 -(过滤条件)按是否为弹性云盘过滤。 (TRUE:表示弹性云盘 | FALSE:表示非弹性云盘。)<br><li>project-id - Array of Integer - 是否必填:否 -(过滤条件)按云硬盘所属项目ID过滤。<br><li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照云硬盘ID过滤。云盘ID形如:`disk-11112222`。<br><li>disk-name - Array of String - 是否必填:否 -(过滤条件)按照云盘名称过滤。<br><li>disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:表示SSD云硬盘 | CLOUD_HSSD:表示增强型SSD云硬盘。| CLOUD_TSSD:表示极速型云硬盘。)<br><li>disk-state - Array of String - 是否必填:否 -(过滤条件)按照云盘状态过滤。(UNATTACHED:未挂载 | ATTACHING:挂载中 | ATTACHED:已挂载 | DETACHING:解挂中 | EXPANDING:扩容中 | ROLLBACKING:回滚中 | TORECYCLE:待回收。)<br><li>instance-id - Array of String - 是否必填:否 -(过滤条件)按照云盘挂载的云主机实例ID过滤。可根据此参数查询挂载在指定云主机下的云硬盘。<br><li>zone - Array of String - 是否必填:否 -(过滤条件)按照[可用区](/document/product/213/15753#ZoneInfo)过滤。<br><li>instance-ip-address - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载云主机的内网或外网IP过滤。<br><li>instance-name - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载的实例名称过滤。<br><li>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。<br><li>tag-value - Array of String - 是否必填:否 -(过滤条件)照标签值进行过滤。<br><li>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key
|
|
2150
|
+
* 过滤条件。参数不支持同时指定`DiskIds`和`Filters`。<br><li>disk-usage - Array of String - 是否必填:否 -(过滤条件)按云盘类型过滤。 (SYSTEM_DISK:表示系统盘 | DATA_DISK:表示数据盘)<br><li>disk-charge-type - Array of String - 是否必填:否 -(过滤条件)按照云硬盘计费模式过滤。 (PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费。)<br><li>portable - Array of String - 是否必填:否 -(过滤条件)按是否为弹性云盘过滤。 (TRUE:表示弹性云盘 | FALSE:表示非弹性云盘。)<br><li>project-id - Array of Integer - 是否必填:否 -(过滤条件)按云硬盘所属项目ID过滤。<br><li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照云硬盘ID过滤。云盘ID形如:`disk-11112222`。<br><li>disk-name - Array of String - 是否必填:否 -(过滤条件)按照云盘名称过滤。<br><li>disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:表示SSD云硬盘 | CLOUD_HSSD:表示增强型SSD云硬盘。| CLOUD_TSSD:表示极速型云硬盘。)<br><li>disk-state - Array of String - 是否必填:否 -(过滤条件)按照云盘状态过滤。(UNATTACHED:未挂载 | ATTACHING:挂载中 | ATTACHED:已挂载 | DETACHING:解挂中 | EXPANDING:扩容中 | ROLLBACKING:回滚中 | TORECYCLE:待回收。)<br><li>instance-id - Array of String - 是否必填:否 -(过滤条件)按照云盘挂载的云主机实例ID过滤。可根据此参数查询挂载在指定云主机下的云硬盘。<br><li>zone - Array of String - 是否必填:否 -(过滤条件)按照[可用区](/document/product/213/15753#ZoneInfo)过滤。<br><li>instance-ip-address - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载云主机的内网或外网IP过滤。<br><li>instance-name - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载的实例名称过滤。<br><li>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。<br><li>tag-value - Array of String - 是否必填:否 -(过滤条件)照标签值进行过滤。<br><li>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。<br><li>dedicated-cluster-id - Array of String - 是否必填:否 -(过滤条件)按照 CDC 独享集群 ID 进行过滤。<br><li>cluster-group-id - String - 是否必填:否 -(过滤条件)按照 集群群组 ID 进行过滤。
|
|
2151
2151
|
*/
|
|
2152
2152
|
Filters?: Array<Filter>
|
|
2153
2153
|
|