tencentcloud-sdk-nodejs 4.0.959 → 4.0.960
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 +61 -0
- package/SERVICE_CHANGELOG.md +86 -7
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +5 -1
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +10 -6
- package/src/services/lcic/v20220817/lcic_models.ts +4 -3
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +6 -1
- package/src/services/trtc/v20190722/trtc_models.ts +3 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,64 @@
|
|
|
1
|
+
# Release 4.0.960
|
|
2
|
+
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
|
+
|
|
5
|
+
### 第 168 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-10-21 01:05:28
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
16
|
+
|
|
17
|
+
* 新增入参:CheckFastUpgradeReboot
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
23
|
+
|
|
24
|
+
### 第 61 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-10-21 01:18:28
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
44
|
+
|
|
45
|
+
### 第 184 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2024-10-21 01:28:31
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeBatchModifyTagsStatus](https://cloud.tencent.com/document/api/457/111753)
|
|
56
|
+
|
|
57
|
+
* 新增入参:ClusterId
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
1
62
|
# Release 4.0.959
|
|
2
63
|
|
|
3
64
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 168 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-10-
|
|
7
|
+
发布时间:2024-10-21 01:05:28
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,13 +12,49 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
16
|
+
|
|
17
|
+
* 新增入参:CheckFastUpgradeReboot
|
|
16
18
|
|
|
17
|
-
* 新增出参:ErrorCode, ErrorMessage
|
|
18
19
|
|
|
19
|
-
* [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
23
|
+
|
|
24
|
+
### 第 61 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-10-21 01:18:28
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
44
|
+
|
|
45
|
+
### 第 184 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2024-10-21 01:28:31
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeBatchModifyTagsStatus](https://cloud.tencent.com/document/api/457/111753)
|
|
56
|
+
|
|
57
|
+
* 新增入参:ClusterId
|
|
22
58
|
|
|
23
59
|
|
|
24
60
|
|
|
@@ -17149,6 +17185,21 @@
|
|
|
17149
17185
|
|
|
17150
17186
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
17151
17187
|
|
|
17188
|
+
### 第 168 次发布
|
|
17189
|
+
|
|
17190
|
+
发布时间:2024-10-21 01:05:28
|
|
17191
|
+
|
|
17192
|
+
本次发布包含了以下内容:
|
|
17193
|
+
|
|
17194
|
+
改善已有的文档。
|
|
17195
|
+
|
|
17196
|
+
修改接口:
|
|
17197
|
+
|
|
17198
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
17199
|
+
|
|
17200
|
+
* 新增入参:CheckFastUpgradeReboot
|
|
17201
|
+
|
|
17202
|
+
|
|
17152
17203
|
### 第 167 次发布
|
|
17153
17204
|
|
|
17154
17205
|
发布时间:2024-09-19 01:11:20
|
|
@@ -87794,6 +87845,19 @@
|
|
|
87794
87845
|
|
|
87795
87846
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
87796
87847
|
|
|
87848
|
+
### 第 61 次发布
|
|
87849
|
+
|
|
87850
|
+
发布时间:2024-10-21 01:18:28
|
|
87851
|
+
|
|
87852
|
+
本次发布包含了以下内容:
|
|
87853
|
+
|
|
87854
|
+
改善已有的文档。
|
|
87855
|
+
|
|
87856
|
+
修改数据结构:
|
|
87857
|
+
|
|
87858
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
87859
|
+
|
|
87860
|
+
|
|
87797
87861
|
### 第 60 次发布
|
|
87798
87862
|
|
|
87799
87863
|
发布时间:2024-08-26 02:00:18
|
|
@@ -142343,6 +142407,21 @@
|
|
|
142343
142407
|
|
|
142344
142408
|
## 容器服务(tke) 版本:2018-05-25
|
|
142345
142409
|
|
|
142410
|
+
### 第 184 次发布
|
|
142411
|
+
|
|
142412
|
+
发布时间:2024-10-21 01:28:31
|
|
142413
|
+
|
|
142414
|
+
本次发布包含了以下内容:
|
|
142415
|
+
|
|
142416
|
+
改善已有的文档。
|
|
142417
|
+
|
|
142418
|
+
修改接口:
|
|
142419
|
+
|
|
142420
|
+
* [DescribeBatchModifyTagsStatus](https://cloud.tencent.com/document/api/457/111753)
|
|
142421
|
+
|
|
142422
|
+
* 新增入参:ClusterId
|
|
142423
|
+
|
|
142424
|
+
|
|
142346
142425
|
### 第 183 次发布
|
|
142347
142426
|
|
|
142348
142427
|
发布时间:2024-10-17 01:33:37
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-09-24 01:08:10 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-10-10 01:07:45 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-30 01:07:57 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-10-21 01:03:32 |
|
|
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-10-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-21 01:03:39 |
|
|
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-09-05 01:05:48 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-10-
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-10-21 01:05:17 |
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-10-21 01:05:28 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
58
58
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
59
59
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
60
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-
|
|
60
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-10-21 01:07:20 |
|
|
61
61
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-14 01:12:12 |
|
|
62
62
|
| cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
|
|
63
63
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
|
|
77
77
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
|
|
78
78
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
79
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-
|
|
79
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-21 01:10:20 |
|
|
80
80
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-10-18 01:10:42 |
|
|
81
81
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
82
82
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
99
99
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
100
100
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
101
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-
|
|
101
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-21 01:14:01 |
|
|
102
102
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-10-18 01:14:20 |
|
|
103
103
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-18 01:14:33 |
|
|
104
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-
|
|
104
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-21 01:14:50 |
|
|
105
105
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
106
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-
|
|
106
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-21 01:15:09 |
|
|
107
107
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
108
108
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
109
109
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
138
138
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
139
139
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-09-16 01:59:35 |
|
|
140
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-
|
|
140
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-10-21 01:18:28 |
|
|
141
141
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-09-27 01:20:12 |
|
|
142
142
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
|
|
143
143
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-14 01:23:56 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
|
|
162
162
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
163
163
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-16 01:21:18 |
|
|
164
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-
|
|
164
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-21 01:21:43 |
|
|
165
165
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
|
|
166
166
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
|
|
167
167
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
232
232
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
233
233
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
234
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-
|
|
234
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-21 01:29:36 |
|
|
235
235
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
|
|
236
236
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
|
|
237
237
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.960"
|
|
@@ -2104,6 +2104,9 @@ export interface CreateAICallRequest {
|
|
|
2104
2104
|
SystemPrompt: string
|
|
2105
2105
|
/**
|
|
2106
2106
|
* LLM类型
|
|
2107
|
+
目前有两种
|
|
2108
|
+
openai(兼容openai协议的模型)
|
|
2109
|
+
azure
|
|
2107
2110
|
*/
|
|
2108
2111
|
LLMType: string
|
|
2109
2112
|
/**
|
|
@@ -2115,7 +2118,8 @@ export interface CreateAICallRequest {
|
|
|
2115
2118
|
*/
|
|
2116
2119
|
APIKey: string
|
|
2117
2120
|
/**
|
|
2118
|
-
* API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
|
|
2121
|
+
* API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions;
|
|
2122
|
+
llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮你填充后缀
|
|
2119
2123
|
*/
|
|
2120
2124
|
APIUrl: string
|
|
2121
2125
|
/**
|
|
@@ -1830,6 +1830,10 @@ export interface UpgradeDBInstanceRequest {
|
|
|
1830
1830
|
* 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
|
|
1831
1831
|
*/
|
|
1832
1832
|
RoTransType?: string
|
|
1833
|
+
/**
|
|
1834
|
+
* 检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。
|
|
1835
|
+
*/
|
|
1836
|
+
CheckFastUpgradeReboot?: number
|
|
1833
1837
|
}
|
|
1834
1838
|
|
|
1835
1839
|
/**
|
|
@@ -684,12 +684,13 @@ export interface MobileStatusResponse {
|
|
|
684
684
|
-1:未查询到结果
|
|
685
685
|
-2:手机号格式不正确
|
|
686
686
|
-3:验证中心服务繁忙
|
|
687
|
+
-4:认证次数超过当日限制,请次日重试
|
|
687
688
|
*/
|
|
688
|
-
Result
|
|
689
|
+
Result?: string
|
|
689
690
|
/**
|
|
690
691
|
* 业务结果描述。
|
|
691
692
|
*/
|
|
692
|
-
Description
|
|
693
|
+
Description?: string
|
|
693
694
|
/**
|
|
694
695
|
* 状态码:
|
|
695
696
|
0:正常
|
|
@@ -699,7 +700,7 @@ export interface MobileStatusResponse {
|
|
|
699
700
|
4:不在网
|
|
700
701
|
99:未知状态
|
|
701
702
|
*/
|
|
702
|
-
StatusCode
|
|
703
|
+
StatusCode?: number
|
|
703
704
|
/**
|
|
704
705
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
705
706
|
*/
|
|
@@ -880,6 +881,8 @@ export interface CheckBankCardInformationResponse {
|
|
|
880
881
|
不收费结果码:
|
|
881
882
|
-2:验证中心服务繁忙
|
|
882
883
|
-3:银行卡不存在
|
|
884
|
+
-4:认证次数超过当日限制,请次日重试
|
|
885
|
+
|
|
883
886
|
*/
|
|
884
887
|
Result?: string
|
|
885
888
|
/**
|
|
@@ -1746,17 +1749,18 @@ export interface MobileNetworkTimeVerificationResponse {
|
|
|
1746
1749
|
不收费结果码:
|
|
1747
1750
|
-1: 手机号格式不正确
|
|
1748
1751
|
-4: 验证中心服务繁忙
|
|
1752
|
+
-5:认证次数超过当日限制,请次日重试
|
|
1749
1753
|
*/
|
|
1750
|
-
Result
|
|
1754
|
+
Result?: string
|
|
1751
1755
|
/**
|
|
1752
1756
|
* 业务结果描述。
|
|
1753
1757
|
*/
|
|
1754
|
-
Description
|
|
1758
|
+
Description?: string
|
|
1755
1759
|
/**
|
|
1756
1760
|
* 在网时长区间。
|
|
1757
1761
|
格式为(a,b],表示在网时长在a个月以上,b个月以下。若b为+时表示没有上限。
|
|
1758
1762
|
*/
|
|
1759
|
-
Range
|
|
1763
|
+
Range?: string
|
|
1760
1764
|
/**
|
|
1761
1765
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1762
1766
|
*/
|
|
@@ -744,7 +744,7 @@ export interface RoomItem {
|
|
|
744
744
|
*/
|
|
745
745
|
Resolution?: number
|
|
746
746
|
/**
|
|
747
|
-
*
|
|
747
|
+
* 最大允许连麦人数。已废弃,使用字段 MaxMicNumber
|
|
748
748
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
749
749
|
*/
|
|
750
750
|
MaxRTCMember?: number
|
|
@@ -759,7 +759,7 @@ export interface RoomItem {
|
|
|
759
759
|
*/
|
|
760
760
|
RecordUrl?: string
|
|
761
761
|
/**
|
|
762
|
-
*
|
|
762
|
+
* 课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
|
763
763
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
764
764
|
*/
|
|
765
765
|
MaxMicNumber?: number
|
|
@@ -2907,6 +2907,7 @@ export interface RoomInfo {
|
|
|
2907
2907
|
Assistants?: Array<string>
|
|
2908
2908
|
/**
|
|
2909
2909
|
* rtc人数。
|
|
2910
|
+
* @deprecated
|
|
2910
2911
|
*/
|
|
2911
2912
|
RTCAudienceNumber?: number
|
|
2912
2913
|
/**
|
|
@@ -3386,7 +3387,7 @@ export interface GetRoomsRequest {
|
|
|
3386
3387
|
*/
|
|
3387
3388
|
Page?: number
|
|
3388
3389
|
/**
|
|
3389
|
-
*
|
|
3390
|
+
* 默认10条,最大上限为100条
|
|
3390
3391
|
*/
|
|
3391
3392
|
Limit?: number
|
|
3392
3393
|
/**
|
|
@@ -1504,7 +1504,7 @@ export class Client extends AbstractClient {
|
|
|
1504
1504
|
* 查询批量修改标签状态
|
|
1505
1505
|
*/
|
|
1506
1506
|
async DescribeBatchModifyTagsStatus(
|
|
1507
|
-
req
|
|
1507
|
+
req: DescribeBatchModifyTagsStatusRequest,
|
|
1508
1508
|
cb?: (error: string, rep: DescribeBatchModifyTagsStatusResponse) => void
|
|
1509
1509
|
): Promise<DescribeBatchModifyTagsStatusResponse> {
|
|
1510
1510
|
return this.request("DescribeBatchModifyTagsStatus", req, cb)
|
|
@@ -4394,7 +4394,12 @@ export interface DescribePrometheusGlobalNotificationResponse {
|
|
|
4394
4394
|
/**
|
|
4395
4395
|
* DescribeBatchModifyTagsStatus请求参数结构体
|
|
4396
4396
|
*/
|
|
4397
|
-
export
|
|
4397
|
+
export interface DescribeBatchModifyTagsStatusRequest {
|
|
4398
|
+
/**
|
|
4399
|
+
* 集群id
|
|
4400
|
+
*/
|
|
4401
|
+
ClusterId: string
|
|
4402
|
+
}
|
|
4398
4403
|
|
|
4399
4404
|
/**
|
|
4400
4405
|
* Probe中的HttpGet
|
|
@@ -21,37 +21,30 @@
|
|
|
21
21
|
export interface AgentConfig {
|
|
22
22
|
/**
|
|
23
23
|
* 机器人的UserId,用于进房发起任务。【注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个任务时,机器人的UserId也不能相互重复,否则会中断前一个任务。需要保证机器人UserId在房间内唯一。
|
|
24
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
24
|
*/
|
|
26
25
|
UserId: string
|
|
27
26
|
/**
|
|
28
27
|
* 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
|
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
28
|
*/
|
|
31
29
|
UserSig: string
|
|
32
30
|
/**
|
|
33
31
|
* 机器人拉流的UserId, 填写后,机器人会拉取该UserId的流进行实时处理
|
|
34
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
32
|
*/
|
|
36
33
|
TargetUserId: string
|
|
37
34
|
/**
|
|
38
35
|
* 房间内超过MaxIdleTime 没有推流,后台自动关闭任务,默认值是60s。
|
|
39
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40
36
|
*/
|
|
41
37
|
MaxIdleTime?: number
|
|
42
38
|
/**
|
|
43
39
|
* 机器人的欢迎语
|
|
44
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
45
40
|
*/
|
|
46
41
|
WelcomeMessage?: string
|
|
47
42
|
/**
|
|
48
43
|
* 智能打断模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
|
|
49
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
50
44
|
*/
|
|
51
45
|
InterruptMode?: number
|
|
52
46
|
/**
|
|
53
47
|
* InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
|
|
54
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
55
48
|
*/
|
|
56
49
|
InterruptSpeechDuration?: number
|
|
57
50
|
}
|
|
@@ -300,22 +293,22 @@ export interface STTConfig {
|
|
|
300
293
|
18. German = "de" # 德语
|
|
301
294
|
19. Italian = "it" # 意大利语
|
|
302
295
|
20. Russian = "ru" # 俄语
|
|
296
|
+
21. Swedish = "sv" # 瑞典语
|
|
297
|
+
22. Danish = "da" # 丹麦语
|
|
298
|
+
23. Norwegian = "no" # 挪威语
|
|
303
299
|
|
|
304
300
|
注意:
|
|
305
301
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
|
306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
307
302
|
*/
|
|
308
303
|
Language?: string
|
|
309
304
|
/**
|
|
310
305
|
* 发起模糊识别额外可能替代语言类型,最多填写3种语言类型,
|
|
311
306
|
注:Language指定为"zh-dialect" # 中国方言 时,不支持模糊识别,该字段无效
|
|
312
307
|
|
|
313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
314
308
|
*/
|
|
315
309
|
AlternativeLanguage?: Array<string>
|
|
316
310
|
/**
|
|
317
311
|
* 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
|
|
318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
319
312
|
*/
|
|
320
313
|
VadSilenceTime?: number
|
|
321
314
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.960";
|
|
@@ -2008,6 +2008,9 @@ export interface CreateAICallRequest {
|
|
|
2008
2008
|
SystemPrompt: string;
|
|
2009
2009
|
/**
|
|
2010
2010
|
* LLM类型
|
|
2011
|
+
目前有两种
|
|
2012
|
+
openai(兼容openai协议的模型)
|
|
2013
|
+
azure
|
|
2011
2014
|
*/
|
|
2012
2015
|
LLMType: string;
|
|
2013
2016
|
/**
|
|
@@ -2019,7 +2022,8 @@ export interface CreateAICallRequest {
|
|
|
2019
2022
|
*/
|
|
2020
2023
|
APIKey: string;
|
|
2021
2024
|
/**
|
|
2022
|
-
* API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
|
|
2025
|
+
* API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions;
|
|
2026
|
+
llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮你填充后缀
|
|
2023
2027
|
*/
|
|
2024
2028
|
APIUrl: string;
|
|
2025
2029
|
/**
|
|
@@ -1746,6 +1746,10 @@ export interface UpgradeDBInstanceRequest {
|
|
|
1746
1746
|
* 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
|
|
1747
1747
|
*/
|
|
1748
1748
|
RoTransType?: string;
|
|
1749
|
+
/**
|
|
1750
|
+
* 检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。
|
|
1751
|
+
*/
|
|
1752
|
+
CheckFastUpgradeReboot?: number;
|
|
1749
1753
|
}
|
|
1750
1754
|
/**
|
|
1751
1755
|
* ModifyParamTemplate请求参数结构体
|
|
@@ -212,7 +212,7 @@ export declare class Client extends AbstractClient {
|
|
|
212
212
|
*/
|
|
213
213
|
RestartInstance(req: RestartInstanceRequest, cb?: (error: string, rep: RestartInstanceResponse) => void): Promise<RestartInstanceResponse>;
|
|
214
214
|
/**
|
|
215
|
-
*
|
|
215
|
+
* 本接口(UpgradeProxy)用于升级数据库代理配置。
|
|
216
216
|
*/
|
|
217
217
|
UpgradeProxy(req: UpgradeProxyRequest, cb?: (error: string, rep: UpgradeProxyResponse) => void): Promise<UpgradeProxyResponse>;
|
|
218
218
|
/**
|
|
@@ -334,7 +334,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
334
334
|
return this.request("RestartInstance", req, cb);
|
|
335
335
|
}
|
|
336
336
|
/**
|
|
337
|
-
*
|
|
337
|
+
* 本接口(UpgradeProxy)用于升级数据库代理配置。
|
|
338
338
|
*/
|
|
339
339
|
async UpgradeProxy(req, cb) {
|
|
340
340
|
return this.request("UpgradeProxy", req, cb);
|
|
@@ -648,12 +648,13 @@ export interface MobileStatusResponse {
|
|
|
648
648
|
-1:未查询到结果
|
|
649
649
|
-2:手机号格式不正确
|
|
650
650
|
-3:验证中心服务繁忙
|
|
651
|
+
-4:认证次数超过当日限制,请次日重试
|
|
651
652
|
*/
|
|
652
|
-
Result
|
|
653
|
+
Result?: string;
|
|
653
654
|
/**
|
|
654
655
|
* 业务结果描述。
|
|
655
656
|
*/
|
|
656
|
-
Description
|
|
657
|
+
Description?: string;
|
|
657
658
|
/**
|
|
658
659
|
* 状态码:
|
|
659
660
|
0:正常
|
|
@@ -663,7 +664,7 @@ export interface MobileStatusResponse {
|
|
|
663
664
|
4:不在网
|
|
664
665
|
99:未知状态
|
|
665
666
|
*/
|
|
666
|
-
StatusCode
|
|
667
|
+
StatusCode?: number;
|
|
667
668
|
/**
|
|
668
669
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
669
670
|
*/
|
|
@@ -837,6 +838,8 @@ export interface CheckBankCardInformationResponse {
|
|
|
837
838
|
不收费结果码:
|
|
838
839
|
-2:验证中心服务繁忙
|
|
839
840
|
-3:银行卡不存在
|
|
841
|
+
-4:认证次数超过当日限制,请次日重试
|
|
842
|
+
|
|
840
843
|
*/
|
|
841
844
|
Result?: string;
|
|
842
845
|
/**
|
|
@@ -1677,17 +1680,18 @@ export interface MobileNetworkTimeVerificationResponse {
|
|
|
1677
1680
|
不收费结果码:
|
|
1678
1681
|
-1: 手机号格式不正确
|
|
1679
1682
|
-4: 验证中心服务繁忙
|
|
1683
|
+
-5:认证次数超过当日限制,请次日重试
|
|
1680
1684
|
*/
|
|
1681
|
-
Result
|
|
1685
|
+
Result?: string;
|
|
1682
1686
|
/**
|
|
1683
1687
|
* 业务结果描述。
|
|
1684
1688
|
*/
|
|
1685
|
-
Description
|
|
1689
|
+
Description?: string;
|
|
1686
1690
|
/**
|
|
1687
1691
|
* 在网时长区间。
|
|
1688
1692
|
格式为(a,b],表示在网时长在a个月以上,b个月以下。若b为+时表示没有上限。
|
|
1689
1693
|
*/
|
|
1690
|
-
Range
|
|
1694
|
+
Range?: string;
|
|
1691
1695
|
/**
|
|
1692
1696
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1693
1697
|
*/
|
|
@@ -698,7 +698,7 @@ export interface RoomItem {
|
|
|
698
698
|
*/
|
|
699
699
|
Resolution?: number;
|
|
700
700
|
/**
|
|
701
|
-
*
|
|
701
|
+
* 最大允许连麦人数。已废弃,使用字段 MaxMicNumber
|
|
702
702
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
703
703
|
*/
|
|
704
704
|
MaxRTCMember?: number;
|
|
@@ -713,7 +713,7 @@ export interface RoomItem {
|
|
|
713
713
|
*/
|
|
714
714
|
RecordUrl?: string;
|
|
715
715
|
/**
|
|
716
|
-
*
|
|
716
|
+
* 课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
|
717
717
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
718
718
|
*/
|
|
719
719
|
MaxMicNumber?: number;
|
|
@@ -2771,6 +2771,7 @@ export interface RoomInfo {
|
|
|
2771
2771
|
Assistants?: Array<string>;
|
|
2772
2772
|
/**
|
|
2773
2773
|
* rtc人数。
|
|
2774
|
+
* @deprecated
|
|
2774
2775
|
*/
|
|
2775
2776
|
RTCAudienceNumber?: number;
|
|
2776
2777
|
/**
|
|
@@ -3238,7 +3239,7 @@ export interface GetRoomsRequest {
|
|
|
3238
3239
|
*/
|
|
3239
3240
|
Page?: number;
|
|
3240
3241
|
/**
|
|
3241
|
-
*
|
|
3242
|
+
* 默认10条,最大上限为100条
|
|
3242
3243
|
*/
|
|
3243
3244
|
Limit?: number;
|
|
3244
3245
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class Client extends AbstractClient {
|
|
|
346
346
|
/**
|
|
347
347
|
* 查询批量修改标签状态
|
|
348
348
|
*/
|
|
349
|
-
DescribeBatchModifyTagsStatus(req
|
|
349
|
+
DescribeBatchModifyTagsStatus(req: DescribeBatchModifyTagsStatusRequest, cb?: (error: string, rep: DescribeBatchModifyTagsStatusResponse) => void): Promise<DescribeBatchModifyTagsStatusResponse>;
|
|
350
350
|
/**
|
|
351
351
|
* 获取容器服务支持的所有地域
|
|
352
352
|
*/
|
|
@@ -4178,7 +4178,12 @@ export interface DescribePrometheusGlobalNotificationResponse {
|
|
|
4178
4178
|
/**
|
|
4179
4179
|
* DescribeBatchModifyTagsStatus请求参数结构体
|
|
4180
4180
|
*/
|
|
4181
|
-
export
|
|
4181
|
+
export interface DescribeBatchModifyTagsStatusRequest {
|
|
4182
|
+
/**
|
|
4183
|
+
* 集群id
|
|
4184
|
+
*/
|
|
4185
|
+
ClusterId: string;
|
|
4186
|
+
}
|
|
4182
4187
|
/**
|
|
4183
4188
|
* Probe中的HttpGet
|
|
4184
4189
|
*/
|
|
@@ -4,37 +4,30 @@
|
|
|
4
4
|
export interface AgentConfig {
|
|
5
5
|
/**
|
|
6
6
|
* 机器人的UserId,用于进房发起任务。【注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个任务时,机器人的UserId也不能相互重复,否则会中断前一个任务。需要保证机器人UserId在房间内唯一。
|
|
7
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
7
|
*/
|
|
9
8
|
UserId: string;
|
|
10
9
|
/**
|
|
11
10
|
* 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
|
|
12
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13
11
|
*/
|
|
14
12
|
UserSig: string;
|
|
15
13
|
/**
|
|
16
14
|
* 机器人拉流的UserId, 填写后,机器人会拉取该UserId的流进行实时处理
|
|
17
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18
15
|
*/
|
|
19
16
|
TargetUserId: string;
|
|
20
17
|
/**
|
|
21
18
|
* 房间内超过MaxIdleTime 没有推流,后台自动关闭任务,默认值是60s。
|
|
22
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
23
19
|
*/
|
|
24
20
|
MaxIdleTime?: number;
|
|
25
21
|
/**
|
|
26
22
|
* 机器人的欢迎语
|
|
27
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
28
23
|
*/
|
|
29
24
|
WelcomeMessage?: string;
|
|
30
25
|
/**
|
|
31
26
|
* 智能打断模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
|
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
33
27
|
*/
|
|
34
28
|
InterruptMode?: number;
|
|
35
29
|
/**
|
|
36
30
|
* InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
|
|
37
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
38
31
|
*/
|
|
39
32
|
InterruptSpeechDuration?: number;
|
|
40
33
|
}
|
|
@@ -274,22 +267,22 @@ export interface STTConfig {
|
|
|
274
267
|
18. German = "de" # 德语
|
|
275
268
|
19. Italian = "it" # 意大利语
|
|
276
269
|
20. Russian = "ru" # 俄语
|
|
270
|
+
21. Swedish = "sv" # 瑞典语
|
|
271
|
+
22. Danish = "da" # 丹麦语
|
|
272
|
+
23. Norwegian = "no" # 挪威语
|
|
277
273
|
|
|
278
274
|
注意:
|
|
279
275
|
如果缺少满足您需求的语言,请联系我们技术人员。
|
|
280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
281
276
|
*/
|
|
282
277
|
Language?: string;
|
|
283
278
|
/**
|
|
284
279
|
* 发起模糊识别额外可能替代语言类型,最多填写3种语言类型,
|
|
285
280
|
注:Language指定为"zh-dialect" # 中国方言 时,不支持模糊识别,该字段无效
|
|
286
281
|
|
|
287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
288
282
|
*/
|
|
289
283
|
AlternativeLanguage?: Array<string>;
|
|
290
284
|
/**
|
|
291
285
|
* 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
|
|
292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
293
286
|
*/
|
|
294
287
|
VadSilenceTime?: number;
|
|
295
288
|
}
|