tencentcloud-sdk-nodejs 4.0.832 → 4.0.833
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 +103 -0
- package/SERVICE_CHANGELOG.md +112 -68
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +9 -4
- package/src/services/captcha/v20190722/captcha_models.ts +12 -12
- package/src/services/csip/v20221121/csip_models.ts +3 -0
- package/src/services/iss/v20230517/iss_models.ts +18 -0
- package/src/services/monitor/v20180724/monitor_client.ts +0 -12
- package/src/services/monitor/v20180724/monitor_models.ts +0 -28
- package/src/services/soe/v20180724/soe_models.ts +13 -13
- package/src/services/trtc/v20190722/trtc_client.ts +3 -3
- package/src/services/trtc/v20190722/trtc_models.ts +14 -6
- 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 +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +9 -4
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +12 -12
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +18 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -6
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +0 -26
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +13 -13
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +14 -6
- package/test/monitor.v20180724.test.js +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,106 @@
|
|
|
1
|
+
# Release 4.0.833
|
|
2
|
+
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
|
+
|
|
5
|
+
### 第 34 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-11 01:07:46
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
16
|
+
|
|
17
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
23
|
+
|
|
24
|
+
### 第 13 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-04-11 01:17:04
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [UpdateUserDevice](https://cloud.tencent.com/document/api/1344/95867)
|
|
35
|
+
|
|
36
|
+
* 新增入参:AudioSwitch, SubscribeSwitch
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
修改数据结构:
|
|
40
|
+
|
|
41
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
42
|
+
|
|
43
|
+
* 新增成员:AudioSwitch, SubscribeSwitch
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
49
|
+
|
|
50
|
+
### 第 125 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2024-04-11 01:17:46
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
修改数据结构:
|
|
59
|
+
|
|
60
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/267/20474#DomainInfo)
|
|
61
|
+
|
|
62
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, CreateTime, BCName, TargetDomain, PlayType, IsDelayLive, CurrentCName, RentTag, RentExpireTime, IsMiniProgramLive
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
68
|
+
|
|
69
|
+
### 第 109 次发布
|
|
70
|
+
|
|
71
|
+
发布时间:2024-04-11 01:18:27
|
|
72
|
+
|
|
73
|
+
本次发布包含了以下内容:
|
|
74
|
+
|
|
75
|
+
改善已有的文档。
|
|
76
|
+
|
|
77
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
78
|
+
|
|
79
|
+
* SendCustomAlarmMsg
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
84
|
+
|
|
85
|
+
### 第 69 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2024-04-11 01:24:46
|
|
88
|
+
|
|
89
|
+
本次发布包含了以下内容:
|
|
90
|
+
|
|
91
|
+
改善已有的文档。
|
|
92
|
+
|
|
93
|
+
修改接口:
|
|
94
|
+
|
|
95
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
96
|
+
|
|
97
|
+
* 新增入参:SdkAppId, RecordId
|
|
98
|
+
|
|
99
|
+
* <font color="#dd0000">**修改入参**:</font>TaskId
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
1
104
|
# Release 4.0.832
|
|
2
105
|
|
|
3
106
|
## 云联络中心(ccc) 版本:2020-02-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 34 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-11 01:07:46
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 13 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2024-04-
|
|
26
|
+
发布时间:2024-04-11 01:17:04
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
@@ -31,99 +31,60 @@
|
|
|
31
31
|
|
|
32
32
|
修改接口:
|
|
33
33
|
|
|
34
|
-
* [
|
|
34
|
+
* [UpdateUserDevice](https://cloud.tencent.com/document/api/1344/95867)
|
|
35
35
|
|
|
36
|
-
* 新增入参:
|
|
36
|
+
* 新增入参:AudioSwitch, SubscribeSwitch
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
修改数据结构:
|
|
40
40
|
|
|
41
|
-
* [
|
|
42
|
-
|
|
43
|
-
* 新增成员:ConnectType
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## 数据传输服务(dts) 版本:2018-03-30
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## 云游戏(gs) 版本:2019-11-18
|
|
53
|
-
|
|
54
|
-
### 第 21 次发布
|
|
55
|
-
|
|
56
|
-
发布时间:2024-04-10 01:16:17
|
|
57
|
-
|
|
58
|
-
本次发布包含了以下内容:
|
|
41
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
59
42
|
|
|
60
|
-
|
|
43
|
+
* 新增成员:AudioSwitch, SubscribeSwitch
|
|
61
44
|
|
|
62
|
-
新增接口:
|
|
63
|
-
|
|
64
|
-
* [StartPublishStreamToCSS](https://cloud.tencent.com/document/api/1162/104965)
|
|
65
45
|
|
|
66
46
|
|
|
67
47
|
|
|
68
|
-
##
|
|
48
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
69
49
|
|
|
70
|
-
### 第
|
|
50
|
+
### 第 125 次发布
|
|
71
51
|
|
|
72
|
-
发布时间:2024-04-
|
|
52
|
+
发布时间:2024-04-11 01:17:46
|
|
73
53
|
|
|
74
54
|
本次发布包含了以下内容:
|
|
75
55
|
|
|
76
56
|
改善已有的文档。
|
|
77
57
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
* [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
|
|
81
|
-
|
|
82
|
-
* 新增出参:OldVipList
|
|
58
|
+
修改数据结构:
|
|
83
59
|
|
|
60
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/267/20474#DomainInfo)
|
|
84
61
|
|
|
85
|
-
|
|
62
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, CreateTime, BCName, TargetDomain, PlayType, IsDelayLive, CurrentCName, RentTag, RentExpireTime, IsMiniProgramLive
|
|
86
63
|
|
|
87
|
-
* [OldVip](https://cloud.tencent.com/document/api/238/19976#OldVip)
|
|
88
64
|
|
|
89
65
|
|
|
90
66
|
|
|
91
|
-
##
|
|
67
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
92
68
|
|
|
93
|
-
### 第
|
|
69
|
+
### 第 109 次发布
|
|
94
70
|
|
|
95
|
-
发布时间:2024-04-
|
|
71
|
+
发布时间:2024-04-11 01:18:27
|
|
96
72
|
|
|
97
73
|
本次发布包含了以下内容:
|
|
98
74
|
|
|
99
75
|
改善已有的文档。
|
|
100
76
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
* [CreateBatchTask](https://cloud.tencent.com/document/api/851/80182)
|
|
104
|
-
|
|
105
|
-
* 新增入参:StartCmdBase64
|
|
106
|
-
|
|
107
|
-
* [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
|
|
108
|
-
|
|
109
|
-
* 新增入参:CommandBase64
|
|
110
|
-
|
|
111
|
-
* [ModifyModelService](https://cloud.tencent.com/document/api/851/83228)
|
|
112
|
-
|
|
113
|
-
* 新增入参:CommandBase64
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
77
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
117
78
|
|
|
118
|
-
|
|
79
|
+
* SendCustomAlarmMsg
|
|
119
80
|
|
|
120
81
|
|
|
121
82
|
|
|
122
83
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
123
84
|
|
|
124
|
-
### 第
|
|
85
|
+
### 第 69 次发布
|
|
125
86
|
|
|
126
|
-
发布时间:2024-04-
|
|
87
|
+
发布时间:2024-04-11 01:24:46
|
|
127
88
|
|
|
128
89
|
本次发布包含了以下内容:
|
|
129
90
|
|
|
@@ -131,9 +92,11 @@
|
|
|
131
92
|
|
|
132
93
|
修改接口:
|
|
133
94
|
|
|
134
|
-
* [
|
|
95
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
135
96
|
|
|
136
|
-
* 新增入参:
|
|
97
|
+
* 新增入参:SdkAppId, RecordId
|
|
98
|
+
|
|
99
|
+
* <font color="#dd0000">**修改入参**:</font>TaskId
|
|
137
100
|
|
|
138
101
|
|
|
139
102
|
|
|
@@ -6514,6 +6477,21 @@
|
|
|
6514
6477
|
|
|
6515
6478
|
## 语音识别(asr) 版本:2019-06-14
|
|
6516
6479
|
|
|
6480
|
+
### 第 34 次发布
|
|
6481
|
+
|
|
6482
|
+
发布时间:2024-04-11 01:07:46
|
|
6483
|
+
|
|
6484
|
+
本次发布包含了以下内容:
|
|
6485
|
+
|
|
6486
|
+
改善已有的文档。
|
|
6487
|
+
|
|
6488
|
+
修改接口:
|
|
6489
|
+
|
|
6490
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
6491
|
+
|
|
6492
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
6493
|
+
|
|
6494
|
+
|
|
6517
6495
|
### 第 33 次发布
|
|
6518
6496
|
|
|
6519
6497
|
发布时间:2024-02-23 01:07:51
|
|
@@ -69790,7 +69768,7 @@
|
|
|
69790
69768
|
|
|
69791
69769
|
新增接口:
|
|
69792
69770
|
|
|
69793
|
-
* [
|
|
69771
|
+
* [StartPublishStreamToCSS](https://cloud.tencent.com/document/api/1162/104965)
|
|
69794
69772
|
|
|
69795
69773
|
### 第 20 次发布
|
|
69796
69774
|
|
|
@@ -77460,6 +77438,28 @@
|
|
|
77460
77438
|
|
|
77461
77439
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
77462
77440
|
|
|
77441
|
+
### 第 13 次发布
|
|
77442
|
+
|
|
77443
|
+
发布时间:2024-04-11 01:17:04
|
|
77444
|
+
|
|
77445
|
+
本次发布包含了以下内容:
|
|
77446
|
+
|
|
77447
|
+
改善已有的文档。
|
|
77448
|
+
|
|
77449
|
+
修改接口:
|
|
77450
|
+
|
|
77451
|
+
* [UpdateUserDevice](https://cloud.tencent.com/document/api/1344/95867)
|
|
77452
|
+
|
|
77453
|
+
* 新增入参:AudioSwitch, SubscribeSwitch
|
|
77454
|
+
|
|
77455
|
+
|
|
77456
|
+
修改数据结构:
|
|
77457
|
+
|
|
77458
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
77459
|
+
|
|
77460
|
+
* 新增成员:AudioSwitch, SubscribeSwitch
|
|
77461
|
+
|
|
77462
|
+
|
|
77463
77463
|
### 第 12 次发布
|
|
77464
77464
|
|
|
77465
77465
|
发布时间:2024-02-23 01:18:04
|
|
@@ -81265,6 +81265,21 @@
|
|
|
81265
81265
|
|
|
81266
81266
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81267
81267
|
|
|
81268
|
+
### 第 125 次发布
|
|
81269
|
+
|
|
81270
|
+
发布时间:2024-04-11 01:17:46
|
|
81271
|
+
|
|
81272
|
+
本次发布包含了以下内容:
|
|
81273
|
+
|
|
81274
|
+
改善已有的文档。
|
|
81275
|
+
|
|
81276
|
+
修改数据结构:
|
|
81277
|
+
|
|
81278
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/267/20474#DomainInfo)
|
|
81279
|
+
|
|
81280
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, CreateTime, BCName, TargetDomain, PlayType, IsDelayLive, CurrentCName, RentTag, RentExpireTime, IsMiniProgramLive
|
|
81281
|
+
|
|
81282
|
+
|
|
81268
81283
|
### 第 124 次发布
|
|
81269
81284
|
|
|
81270
81285
|
发布时间:2024-04-08 01:18:24
|
|
@@ -86499,6 +86514,18 @@
|
|
|
86499
86514
|
|
|
86500
86515
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
86501
86516
|
|
|
86517
|
+
### 第 109 次发布
|
|
86518
|
+
|
|
86519
|
+
发布时间:2024-04-11 01:18:27
|
|
86520
|
+
|
|
86521
|
+
本次发布包含了以下内容:
|
|
86522
|
+
|
|
86523
|
+
改善已有的文档。
|
|
86524
|
+
|
|
86525
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
86526
|
+
|
|
86527
|
+
* SendCustomAlarmMsg
|
|
86528
|
+
|
|
86502
86529
|
### 第 108 次发布
|
|
86503
86530
|
|
|
86504
86531
|
发布时间:2024-03-20 01:20:37
|
|
@@ -104684,7 +104711,7 @@
|
|
|
104684
104711
|
|
|
104685
104712
|
新增数据结构:
|
|
104686
104713
|
|
|
104687
|
-
* [
|
|
104714
|
+
* [OldVip](https://cloud.tencent.com/document/api/238/19976#OldVip)
|
|
104688
104715
|
|
|
104689
104716
|
### 第 59 次发布
|
|
104690
104717
|
|
|
@@ -133080,6 +133107,23 @@
|
|
|
133080
133107
|
|
|
133081
133108
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
133082
133109
|
|
|
133110
|
+
### 第 69 次发布
|
|
133111
|
+
|
|
133112
|
+
发布时间:2024-04-11 01:24:46
|
|
133113
|
+
|
|
133114
|
+
本次发布包含了以下内容:
|
|
133115
|
+
|
|
133116
|
+
改善已有的文档。
|
|
133117
|
+
|
|
133118
|
+
修改接口:
|
|
133119
|
+
|
|
133120
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
133121
|
+
|
|
133122
|
+
* 新增入参:SdkAppId, RecordId
|
|
133123
|
+
|
|
133124
|
+
* <font color="#dd0000">**修改入参**:</font>TaskId
|
|
133125
|
+
|
|
133126
|
+
|
|
133083
133127
|
### 第 68 次发布
|
|
133084
133128
|
|
|
133085
133129
|
发布时间:2024-04-10 01:25:26
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-03-20 01:08:03 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-03-20 01:08:05 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-04-11 01:07:46 |
|
|
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-03-20 01:08:17 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-04-01 01:08:28 |
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-03-20 01:09:11 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
|
|
38
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-04-
|
|
38
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-04-11 01:08:49 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-03-20 01:09:27 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-04-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-04-11 01:11:04 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-04-08 01:11:44 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-29 01:13:05 |
|
|
@@ -128,13 +128,13 @@
|
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-20 01:18:42 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
130
130
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
131
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-
|
|
131
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-04-11 01:17:04 |
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-09 01:17:28 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-09 01:17:37 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-11 01:17:46 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-20 01:20:25 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-09 01:18:23 |
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-04-11 01:18:27 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
|
|
@@ -171,10 +171,10 @@
|
|
|
171
171
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-03-20 01:23:16 |
|
|
172
172
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
|
|
173
173
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-03-20 01:23:27 |
|
|
174
|
-
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-
|
|
174
|
+
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
175
175
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-03-20 01:23:29 |
|
|
176
176
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-03-20 01:23:30 |
|
|
177
|
-
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-
|
|
177
|
+
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-10 01:21:30 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-04 01:25:24 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
227
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-
|
|
227
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-11 01:24:46 |
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-02 01:25:46 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.833"
|
|
@@ -359,7 +359,7 @@ export class Client extends AbstractClient {
|
|
|
359
359
|
<br>• 每个热词表最多可添加1000个词,每个词最长10个汉字或30个英文字符,不能超出限制。
|
|
360
360
|
<br>• 热词表可以通过数组或者本地文件形式上传。
|
|
361
361
|
<br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
|
|
362
|
-
<br>• 热词权重取值范围为[1,11]
|
|
362
|
+
<br>• 热词权重取值范围为[1,11]之间的整数或者100,权重越大代表该词被识别出来的概率越大。
|
|
363
363
|
<br>• 注意: 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
|
364
364
|
*/
|
|
365
365
|
async CreateAsrVocab(
|
|
@@ -349,11 +349,12 @@ export interface SentenceRecognitionRequest {
|
|
|
349
349
|
CustomizationId?: string
|
|
350
350
|
/**
|
|
351
351
|
* 热词增强功能。1:开启后(仅支持8k_zh,16k_zh),将开启同音替换功能,同音字、词在热词中配置。举例:热词配置“蜜制”并开启增强功能后,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。
|
|
352
|
+
* @deprecated
|
|
352
353
|
*/
|
|
353
354
|
ReinforceHotword?: number
|
|
354
355
|
/**
|
|
355
356
|
* 临时热词表:该参数用于提升识别准确率。
|
|
356
|
-
单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重1-11,如:“腾讯云|5” 或 “ASR|11”;
|
|
357
|
+
单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重1-11或者100,如:“腾讯云|5” 或 “ASR|11”;
|
|
357
358
|
临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
|
|
358
359
|
参数 hotword_list(热词表) 与 hotword_id(临时热词表) 区别:
|
|
359
360
|
hotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
|
|
@@ -361,6 +362,7 @@ hotword_list:临时热词表。每次请求时直接传入临时热词表来
|
|
|
361
362
|
注意:
|
|
362
363
|
• 如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list;
|
|
363
364
|
• 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
|
365
|
+
• 热词权重设置为100时,当前热词开启热词增强同音替换功能(仅支持8k_zh,16k_zh),举例:热词配置“蜜制|100”时,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。建议仅将重要且必须生效的热词设置到100,设置过多权重为100的热词将影响整体字准率。
|
|
364
366
|
*/
|
|
365
367
|
HotwordList?: string
|
|
366
368
|
/**
|
|
@@ -742,6 +744,7 @@ export interface CreateRecTaskRequest {
|
|
|
742
744
|
1:开启热词增强功能
|
|
743
745
|
|
|
744
746
|
注意:热词增强功能开启后,将对传入的热词表id开启同音替换功能,可以在这里查看[热词表配置方法](https://cloud.tencent.com/document/product/1093/40996)。效果举例:在热词表中配置“蜜制”一词,并开启增强功能,与“蜜制”(mìzhì)同音同调的“秘制”(mìzhì)的识别结果会被强制替换成“蜜制”。**建议客户根据实际的业务需求开启该功能**
|
|
747
|
+
* @deprecated
|
|
745
748
|
*/
|
|
746
749
|
ReinforceHotword?: number
|
|
747
750
|
/**
|
|
@@ -1186,8 +1189,10 @@ export interface CreateAsrVocabRequest {
|
|
|
1186
1189
|
*/
|
|
1187
1190
|
Description?: string
|
|
1188
1191
|
/**
|
|
1189
|
-
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]
|
|
1190
|
-
注意:
|
|
1192
|
+
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或者100,数组长度不大于1000
|
|
1193
|
+
注意:
|
|
1194
|
+
- 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
|
1195
|
+
- 热词权重设置为100时,当前热词开启热词增强同音替换功能(仅支持8k_zh,16k_zh),举例:热词配置“蜜制|100”时,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。建议仅将重要且必须生效的热词设置到100,设置过多权重为100的热词将影响整体字准率。
|
|
1191
1196
|
*/
|
|
1192
1197
|
WordWeights?: Array<HotWord>
|
|
1193
1198
|
/**
|
|
@@ -1224,7 +1229,7 @@ export interface UpdateAsrVocabRequest {
|
|
|
1224
1229
|
*/
|
|
1225
1230
|
Name?: string
|
|
1226
1231
|
/**
|
|
1227
|
-
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]
|
|
1232
|
+
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或100,数组长度不大于1000
|
|
1228
1233
|
*/
|
|
1229
1234
|
WordWeights?: Array<HotWord>
|
|
1230
1235
|
/**
|
|
@@ -82,17 +82,17 @@ export interface DescribeCaptchaMiniOperDataResponse {
|
|
|
82
82
|
/**
|
|
83
83
|
* 成功返回 0 其它失败
|
|
84
84
|
*/
|
|
85
|
-
CaptchaCode
|
|
85
|
+
CaptchaCode?: number
|
|
86
86
|
/**
|
|
87
87
|
* 返回信息
|
|
88
88
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
89
|
*/
|
|
90
|
-
CaptchaMsg
|
|
90
|
+
CaptchaMsg?: string
|
|
91
91
|
/**
|
|
92
92
|
* 用户操作数据
|
|
93
93
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
94
|
*/
|
|
95
|
-
Data
|
|
95
|
+
Data?: CaptchaOperDataRes
|
|
96
96
|
/**
|
|
97
97
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
98
98
|
*/
|
|
@@ -460,15 +460,15 @@ export interface GetTotalTicketStatisticsResponse {
|
|
|
460
460
|
* 返回数据
|
|
461
461
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
462
462
|
*/
|
|
463
|
-
Data
|
|
463
|
+
Data?: CaptchaStatisticObj
|
|
464
464
|
/**
|
|
465
465
|
* 返回码
|
|
466
466
|
*/
|
|
467
|
-
CaptchaCode
|
|
467
|
+
CaptchaCode?: number
|
|
468
468
|
/**
|
|
469
469
|
* 返回信息
|
|
470
470
|
*/
|
|
471
|
-
CaptchaMsg
|
|
471
|
+
CaptchaMsg?: string
|
|
472
472
|
/**
|
|
473
473
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
474
474
|
*/
|
|
@@ -504,17 +504,17 @@ export interface DescribeCaptchaMiniDataResponse {
|
|
|
504
504
|
/**
|
|
505
505
|
* 返回码 0 成功 其它失败
|
|
506
506
|
*/
|
|
507
|
-
CaptchaCode
|
|
507
|
+
CaptchaCode?: number
|
|
508
508
|
/**
|
|
509
509
|
* 数据数组
|
|
510
510
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
511
511
|
*/
|
|
512
|
-
Data
|
|
512
|
+
Data?: Array<CaptchaQueryData>
|
|
513
513
|
/**
|
|
514
514
|
* 返回信息描述
|
|
515
515
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
516
516
|
*/
|
|
517
|
-
CaptchaMsg
|
|
517
|
+
CaptchaMsg?: string
|
|
518
518
|
/**
|
|
519
519
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
520
520
|
*/
|
|
@@ -1437,17 +1437,17 @@ export interface DescribeCaptchaTicketDataResponse {
|
|
|
1437
1437
|
/**
|
|
1438
1438
|
* 成功返回 0 其它失败
|
|
1439
1439
|
*/
|
|
1440
|
-
CaptchaCode
|
|
1440
|
+
CaptchaCode?: number
|
|
1441
1441
|
/**
|
|
1442
1442
|
* 返回信息
|
|
1443
1443
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1444
1444
|
*/
|
|
1445
|
-
CaptchaMsg
|
|
1445
|
+
CaptchaMsg?: string
|
|
1446
1446
|
/**
|
|
1447
1447
|
* 验证码票据信息
|
|
1448
1448
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1449
1449
|
*/
|
|
1450
|
-
Data
|
|
1450
|
+
Data?: CaptchaTicketDataRes
|
|
1451
1451
|
/**
|
|
1452
1452
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1453
1453
|
*/
|
|
@@ -4220,10 +4220,12 @@ export interface AddNewBindRoleUserResponse {
|
|
|
4220
4220
|
export interface WhereFilter {
|
|
4221
4221
|
/**
|
|
4222
4222
|
* 过滤的项
|
|
4223
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4223
4224
|
*/
|
|
4224
4225
|
Name: string
|
|
4225
4226
|
/**
|
|
4226
4227
|
* 过滤的值
|
|
4228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4227
4229
|
*/
|
|
4228
4230
|
Values: Array<string>
|
|
4229
4231
|
/**
|
|
@@ -4231,6 +4233,7 @@ export interface WhereFilter {
|
|
|
4231
4233
|
1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
|
|
4232
4234
|
精确匹配填 7 模糊匹配填9
|
|
4233
4235
|
|
|
4236
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4234
4237
|
*/
|
|
4235
4238
|
OperatorType?: number
|
|
4236
4239
|
}
|