tencentcloud-sdk-nodejs 4.0.309 → 4.0.310
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 +117 -0
- package/SERVICE_CHANGELOG.md +150 -87
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +11 -6
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cls/v20201016/cls_models.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +2 -7
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +46 -0
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/nlp/v20190408/nlp_client.ts +14 -0
- package/src/services/nlp/v20190408/nlp_models.ts +31 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/tke/v20180525/tke_models.ts +21 -21
- 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 +10 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +12 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -6
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +21 -21
- package/test/nlp.v20190408.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,120 @@
|
|
|
1
|
+
# Release 4.0.310
|
|
2
|
+
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
|
+
|
|
5
|
+
### 第 18 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-18 08:06:40
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
16
|
+
|
|
17
|
+
* 新增入参:CustomizationId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
23
|
+
|
|
24
|
+
### 第 11 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-03-18 08:10:58
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1342/58465)
|
|
35
|
+
|
|
36
|
+
* 新增入参:UserType, WorkGroupIds
|
|
37
|
+
|
|
38
|
+
* [CreateWorkGroup](https://cloud.tencent.com/document/api/1342/58464)
|
|
39
|
+
|
|
40
|
+
* 新增入参:UserIds
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
46
|
+
|
|
47
|
+
### 第 42 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2022-03-18 08:14:49
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [CreateAlarmNotice](https://cloud.tencent.com/document/api/248/51288)
|
|
58
|
+
|
|
59
|
+
* 新增入参:CLSNotices
|
|
60
|
+
|
|
61
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
62
|
+
|
|
63
|
+
* 新增入参:TriggerTasks
|
|
64
|
+
|
|
65
|
+
* [ModifyAlarmNotice](https://cloud.tencent.com/document/api/248/51277)
|
|
66
|
+
|
|
67
|
+
* 新增入参:CLSNotices
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
新增数据结构:
|
|
71
|
+
|
|
72
|
+
* [CLSNotice](https://cloud.tencent.com/document/api/248/30354#CLSNotice)
|
|
73
|
+
|
|
74
|
+
修改数据结构:
|
|
75
|
+
|
|
76
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
77
|
+
|
|
78
|
+
* 新增成员:CLSNotices
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 自然语言处理(nlp) 版本:2019-04-08
|
|
84
|
+
|
|
85
|
+
### 第 14 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2022-03-18 08:15:22
|
|
88
|
+
|
|
89
|
+
本次发布包含了以下内容:
|
|
90
|
+
|
|
91
|
+
改善已有的文档。
|
|
92
|
+
|
|
93
|
+
新增接口:
|
|
94
|
+
|
|
95
|
+
* [TextCorrectionPro](https://cloud.tencent.com/document/api/271/71355)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
100
|
+
|
|
101
|
+
### 第 63 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2022-03-18 08:15:31
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
112
|
+
|
|
113
|
+
* 新增出参:CodeSet, CodeCrc
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
1
118
|
# Release 4.0.309
|
|
2
119
|
|
|
3
120
|
## API网关(apigateway) 版本:2018-08-08
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 18 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-18 08:06:40
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CosConfig](https://cloud.tencent.com/document/api/628/45244#CosConfig)
|
|
16
|
-
|
|
17
|
-
* 新增成员:PathMatchMode
|
|
13
|
+
修改接口:
|
|
18
14
|
|
|
19
|
-
* [
|
|
15
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
20
16
|
|
|
21
|
-
*
|
|
17
|
+
* 新增入参:CustomizationId
|
|
22
18
|
|
|
23
19
|
|
|
24
20
|
|
|
25
21
|
|
|
26
|
-
##
|
|
22
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
27
23
|
|
|
28
|
-
### 第
|
|
24
|
+
### 第 11 次发布
|
|
29
25
|
|
|
30
|
-
发布时间:2022-03-
|
|
26
|
+
发布时间:2022-03-18 08:10:58
|
|
31
27
|
|
|
32
28
|
本次发布包含了以下内容:
|
|
33
29
|
|
|
@@ -35,18 +31,22 @@
|
|
|
35
31
|
|
|
36
32
|
修改接口:
|
|
37
33
|
|
|
38
|
-
* [
|
|
34
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1342/58465)
|
|
39
35
|
|
|
40
|
-
* 新增入参:
|
|
36
|
+
* 新增入参:UserType, WorkGroupIds
|
|
41
37
|
|
|
38
|
+
* [CreateWorkGroup](https://cloud.tencent.com/document/api/1342/58464)
|
|
42
39
|
|
|
40
|
+
* 新增入参:UserIds
|
|
43
41
|
|
|
44
42
|
|
|
45
|
-
## 数据湖计算(dlc) 版本:2021-01-25
|
|
46
43
|
|
|
47
|
-
### 第 10 次发布
|
|
48
44
|
|
|
49
|
-
|
|
45
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
46
|
+
|
|
47
|
+
### 第 42 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2022-03-18 08:14:49
|
|
50
50
|
|
|
51
51
|
本次发布包含了以下内容:
|
|
52
52
|
|
|
@@ -54,33 +54,37 @@
|
|
|
54
54
|
|
|
55
55
|
修改接口:
|
|
56
56
|
|
|
57
|
-
* [
|
|
57
|
+
* [CreateAlarmNotice](https://cloud.tencent.com/document/api/248/51288)
|
|
58
58
|
|
|
59
|
-
* 新增入参:
|
|
59
|
+
* 新增入参:CLSNotices
|
|
60
60
|
|
|
61
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
61
62
|
|
|
62
|
-
|
|
63
|
+
* 新增入参:TriggerTasks
|
|
63
64
|
|
|
64
|
-
* [
|
|
65
|
+
* [ModifyAlarmNotice](https://cloud.tencent.com/document/api/248/51277)
|
|
65
66
|
|
|
66
|
-
*
|
|
67
|
+
* 新增入参:CLSNotices
|
|
67
68
|
|
|
68
|
-
* [TableResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TableResponseInfo)
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
新增数据结构:
|
|
71
71
|
|
|
72
|
-
* [
|
|
72
|
+
* [CLSNotice](https://cloud.tencent.com/document/api/248/30354#CLSNotice)
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
修改数据结构:
|
|
75
75
|
|
|
76
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
76
77
|
|
|
78
|
+
* 新增成员:CLSNotices
|
|
77
79
|
|
|
78
80
|
|
|
79
|
-
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
80
81
|
|
|
81
|
-
### 第 5 次发布
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
## 自然语言处理(nlp) 版本:2019-04-08
|
|
84
|
+
|
|
85
|
+
### 第 14 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2022-03-18 08:15:22
|
|
84
88
|
|
|
85
89
|
本次发布包含了以下内容:
|
|
86
90
|
|
|
@@ -88,26 +92,15 @@
|
|
|
88
92
|
|
|
89
93
|
新增接口:
|
|
90
94
|
|
|
91
|
-
* [
|
|
92
|
-
* [CreateUserToken](https://cloud.tencent.com/document/api/1118/71319)
|
|
93
|
-
* [DescribeEdgeNodeRemarkList](https://cloud.tencent.com/document/api/1118/71316)
|
|
94
|
-
* [DescribeEdgeSnNodes](https://cloud.tencent.com/document/api/1118/71315)
|
|
95
|
-
* [DescribeYeheResourceLimit](https://cloud.tencent.com/document/api/1118/71314)
|
|
96
|
-
* [ModifyEdgeDracoNode](https://cloud.tencent.com/document/api/1118/71313)
|
|
97
|
-
* [ModifyEdgeUnitCloudApi](https://cloud.tencent.com/document/api/1118/71312)
|
|
98
|
-
|
|
99
|
-
新增数据结构:
|
|
100
|
-
|
|
101
|
-
* [DracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#DracoNodeInfo)
|
|
102
|
-
* [EdgeDracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeDracoNodeInfo)
|
|
95
|
+
* [TextCorrectionPro](https://cloud.tencent.com/document/api/271/71355)
|
|
103
96
|
|
|
104
97
|
|
|
105
98
|
|
|
106
|
-
##
|
|
99
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
107
100
|
|
|
108
|
-
### 第
|
|
101
|
+
### 第 63 次发布
|
|
109
102
|
|
|
110
|
-
发布时间:2022-03-
|
|
103
|
+
发布时间:2022-03-18 08:15:31
|
|
111
104
|
|
|
112
105
|
本次发布包含了以下内容:
|
|
113
106
|
|
|
@@ -115,35 +108,10 @@
|
|
|
115
108
|
|
|
116
109
|
修改接口:
|
|
117
110
|
|
|
118
|
-
* [
|
|
119
|
-
|
|
120
|
-
* 新增入参:OrderBy, OrderByType, AutoRenew, BindPhone
|
|
121
|
-
|
|
122
|
-
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/1339/69081)
|
|
123
|
-
|
|
124
|
-
* 新增入参:OrderBy, OrderByType, Type
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
130
|
-
|
|
131
|
-
### 第 108 次发布
|
|
132
|
-
|
|
133
|
-
发布时间:2022-03-17 08:15:03
|
|
134
|
-
|
|
135
|
-
本次发布包含了以下内容:
|
|
136
|
-
|
|
137
|
-
改善已有的文档。
|
|
111
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
138
112
|
|
|
139
|
-
|
|
113
|
+
* 新增出参:CodeSet, CodeCrc
|
|
140
114
|
|
|
141
|
-
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
142
|
-
* [DescribeTenantCcns](https://cloud.tencent.com/document/api/215/71324)
|
|
143
|
-
* [LockCcnBandwidths](https://cloud.tencent.com/document/api/215/71323)
|
|
144
|
-
* [LockCcns](https://cloud.tencent.com/document/api/215/71322)
|
|
145
|
-
* [UnlockCcnBandwidths](https://cloud.tencent.com/document/api/215/71321)
|
|
146
|
-
* [UnlockCcns](https://cloud.tencent.com/document/api/215/71320)
|
|
147
115
|
|
|
148
116
|
|
|
149
117
|
|
|
@@ -3932,6 +3900,21 @@
|
|
|
3932
3900
|
|
|
3933
3901
|
## 语音识别(asr) 版本:2019-06-14
|
|
3934
3902
|
|
|
3903
|
+
### 第 18 次发布
|
|
3904
|
+
|
|
3905
|
+
发布时间:2022-03-18 08:06:40
|
|
3906
|
+
|
|
3907
|
+
本次发布包含了以下内容:
|
|
3908
|
+
|
|
3909
|
+
改善已有的文档。
|
|
3910
|
+
|
|
3911
|
+
修改接口:
|
|
3912
|
+
|
|
3913
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
3914
|
+
|
|
3915
|
+
* 新增入参:CustomizationId
|
|
3916
|
+
|
|
3917
|
+
|
|
3935
3918
|
### 第 17 次发布
|
|
3936
3919
|
|
|
3937
3920
|
发布时间:2021-12-22 08:06:39
|
|
@@ -26254,6 +26237,25 @@
|
|
|
26254
26237
|
|
|
26255
26238
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
26256
26239
|
|
|
26240
|
+
### 第 11 次发布
|
|
26241
|
+
|
|
26242
|
+
发布时间:2022-03-18 08:10:58
|
|
26243
|
+
|
|
26244
|
+
本次发布包含了以下内容:
|
|
26245
|
+
|
|
26246
|
+
改善已有的文档。
|
|
26247
|
+
|
|
26248
|
+
修改接口:
|
|
26249
|
+
|
|
26250
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1342/58465)
|
|
26251
|
+
|
|
26252
|
+
* 新增入参:UserType, WorkGroupIds
|
|
26253
|
+
|
|
26254
|
+
* [CreateWorkGroup](https://cloud.tencent.com/document/api/1342/58464)
|
|
26255
|
+
|
|
26256
|
+
* 新增入参:UserIds
|
|
26257
|
+
|
|
26258
|
+
|
|
26257
26259
|
### 第 10 次发布
|
|
26258
26260
|
|
|
26259
26261
|
发布时间:2022-03-17 08:06:17
|
|
@@ -35880,18 +35882,18 @@
|
|
|
35880
35882
|
|
|
35881
35883
|
新增接口:
|
|
35882
35884
|
|
|
35883
|
-
* [
|
|
35884
|
-
* [
|
|
35885
|
-
* [
|
|
35886
|
-
* [
|
|
35887
|
-
* [
|
|
35888
|
-
* [
|
|
35889
|
-
* [
|
|
35885
|
+
* [CreateEdgeNodeBatch](https://cloud.tencent.com/document/api/1118/71317)
|
|
35886
|
+
* [CreateUserToken](https://cloud.tencent.com/document/api/1118/71319)
|
|
35887
|
+
* [DescribeEdgeNodeRemarkList](https://cloud.tencent.com/document/api/1118/71316)
|
|
35888
|
+
* [DescribeEdgeSnNodes](https://cloud.tencent.com/document/api/1118/71315)
|
|
35889
|
+
* [DescribeYeheResourceLimit](https://cloud.tencent.com/document/api/1118/71314)
|
|
35890
|
+
* [ModifyEdgeDracoNode](https://cloud.tencent.com/document/api/1118/71313)
|
|
35891
|
+
* [ModifyEdgeUnitCloudApi](https://cloud.tencent.com/document/api/1118/71312)
|
|
35890
35892
|
|
|
35891
35893
|
新增数据结构:
|
|
35892
35894
|
|
|
35893
|
-
* [
|
|
35894
|
-
* [
|
|
35895
|
+
* [DracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#DracoNodeInfo)
|
|
35896
|
+
* [EdgeDracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeDracoNodeInfo)
|
|
35895
35897
|
|
|
35896
35898
|
### 第 4 次发布
|
|
35897
35899
|
|
|
@@ -43591,6 +43593,40 @@
|
|
|
43591
43593
|
|
|
43592
43594
|
## 云监控(monitor) 版本:2018-07-24
|
|
43593
43595
|
|
|
43596
|
+
### 第 42 次发布
|
|
43597
|
+
|
|
43598
|
+
发布时间:2022-03-18 08:14:49
|
|
43599
|
+
|
|
43600
|
+
本次发布包含了以下内容:
|
|
43601
|
+
|
|
43602
|
+
改善已有的文档。
|
|
43603
|
+
|
|
43604
|
+
修改接口:
|
|
43605
|
+
|
|
43606
|
+
* [CreateAlarmNotice](https://cloud.tencent.com/document/api/248/51288)
|
|
43607
|
+
|
|
43608
|
+
* 新增入参:CLSNotices
|
|
43609
|
+
|
|
43610
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
43611
|
+
|
|
43612
|
+
* 新增入参:TriggerTasks
|
|
43613
|
+
|
|
43614
|
+
* [ModifyAlarmNotice](https://cloud.tencent.com/document/api/248/51277)
|
|
43615
|
+
|
|
43616
|
+
* 新增入参:CLSNotices
|
|
43617
|
+
|
|
43618
|
+
|
|
43619
|
+
新增数据结构:
|
|
43620
|
+
|
|
43621
|
+
* [[CLSNotice](https://cloud.tencent.com/document/api/248/30354#CLSNotice)](https://cloud.tencent.com/document/api/248/30354#[CLSNotice](https://cloud.tencent.com/document/api/248/30354#CLSNotice))
|
|
43622
|
+
|
|
43623
|
+
修改数据结构:
|
|
43624
|
+
|
|
43625
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
43626
|
+
|
|
43627
|
+
* 新增成员:CLSNotices
|
|
43628
|
+
|
|
43629
|
+
|
|
43594
43630
|
### 第 41 次发布
|
|
43595
43631
|
|
|
43596
43632
|
发布时间:2022-03-09 08:14:02
|
|
@@ -46219,6 +46255,18 @@
|
|
|
46219
46255
|
|
|
46220
46256
|
## 自然语言处理(nlp) 版本:2019-04-08
|
|
46221
46257
|
|
|
46258
|
+
### 第 14 次发布
|
|
46259
|
+
|
|
46260
|
+
发布时间:2022-03-18 08:15:22
|
|
46261
|
+
|
|
46262
|
+
本次发布包含了以下内容:
|
|
46263
|
+
|
|
46264
|
+
改善已有的文档。
|
|
46265
|
+
|
|
46266
|
+
新增接口:
|
|
46267
|
+
|
|
46268
|
+
* [[TextCorrectionPro](https://cloud.tencent.com/document/api/271/71355)](https://cloud.tencent.com/document/api/#/#)
|
|
46269
|
+
|
|
46222
46270
|
### 第 13 次发布
|
|
46223
46271
|
|
|
46224
46272
|
发布时间:2022-03-15 08:13:08
|
|
@@ -46865,6 +46913,21 @@
|
|
|
46865
46913
|
|
|
46866
46914
|
## 文字识别(ocr) 版本:2018-11-19
|
|
46867
46915
|
|
|
46916
|
+
### 第 63 次发布
|
|
46917
|
+
|
|
46918
|
+
发布时间:2022-03-18 08:15:31
|
|
46919
|
+
|
|
46920
|
+
本次发布包含了以下内容:
|
|
46921
|
+
|
|
46922
|
+
改善已有的文档。
|
|
46923
|
+
|
|
46924
|
+
修改接口:
|
|
46925
|
+
|
|
46926
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
46927
|
+
|
|
46928
|
+
* 新增出参:CodeSet, CodeCrc
|
|
46929
|
+
|
|
46930
|
+
|
|
46868
46931
|
### 第 62 次发布
|
|
46869
46932
|
|
|
46870
46933
|
发布时间:2022-01-21 10:52:12
|
|
@@ -69924,12 +69987,12 @@
|
|
|
69924
69987
|
|
|
69925
69988
|
新增接口:
|
|
69926
69989
|
|
|
69927
|
-
* [
|
|
69928
|
-
* [
|
|
69929
|
-
* [
|
|
69930
|
-
* [
|
|
69931
|
-
* [
|
|
69932
|
-
* [
|
|
69990
|
+
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
69991
|
+
* [DescribeTenantCcns](https://cloud.tencent.com/document/api/215/71324)
|
|
69992
|
+
* [LockCcnBandwidths](https://cloud.tencent.com/document/api/215/71323)
|
|
69993
|
+
* [LockCcns](https://cloud.tencent.com/document/api/215/71322)
|
|
69994
|
+
* [UnlockCcnBandwidths](https://cloud.tencent.com/document/api/215/71321)
|
|
69995
|
+
* [UnlockCcns](https://cloud.tencent.com/document/api/215/71320)
|
|
69933
69996
|
|
|
69934
69997
|
### 第 107 次发布
|
|
69935
69998
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-18 08:06:40 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
34
34
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-03-14 08:06:27 |
|
|
35
35
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
|
|
36
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-
|
|
36
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-18 08:07:44 |
|
|
37
37
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-16 08:05:21 |
|
|
38
38
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
39
39
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
|
|
47
47
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
48
48
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
49
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-
|
|
49
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-18 08:09:03 |
|
|
50
50
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
51
51
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
|
|
52
52
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
53
53
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-16 08:06:39 |
|
|
54
54
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
55
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-
|
|
55
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-18 08:09:43 |
|
|
56
56
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
57
57
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
58
58
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
|
|
61
61
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
62
62
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-10 08:08:37 |
|
|
63
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-
|
|
63
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-18 08:10:58 |
|
|
64
64
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
65
65
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
66
66
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-02-21 08:06:06 |
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-02-21 08:06:19 |
|
|
72
72
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-21 08:06:21 |
|
|
73
73
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
|
|
74
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-
|
|
74
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-03-18 08:11:46 |
|
|
75
75
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
76
76
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
|
|
77
77
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-09 08:11:10 |
|
|
78
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-
|
|
78
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 08:12:01 |
|
|
79
79
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-16 08:09:18 |
|
|
80
80
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
81
81
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-03-09 08:11:20 |
|
|
82
82
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-17 08:07:29 |
|
|
83
83
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
|
|
84
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-
|
|
84
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-03-18 08:12:16 |
|
|
85
85
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-17 08:07:46 |
|
|
86
86
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
|
|
87
87
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
|
|
@@ -112,16 +112,16 @@
|
|
|
112
112
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
113
113
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
114
114
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-09 08:13:56 |
|
|
115
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-
|
|
116
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-
|
|
115
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-18 08:14:49 |
|
|
116
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-18 08:15:06 |
|
|
117
117
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
118
118
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
119
119
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-02-21 08:10:10 |
|
|
120
120
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
121
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-
|
|
121
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-18 08:15:22 |
|
|
122
122
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
123
123
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
|
|
124
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-
|
|
124
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-18 08:15:31 |
|
|
125
125
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
|
|
126
126
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-15 08:13:28 |
|
|
127
127
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-03-16 08:15:31 |
|
|
173
173
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-02-21 08:13:19 |
|
|
174
174
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-02-21 08:13:23 |
|
|
175
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-
|
|
175
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-18 08:18:31 |
|
|
176
176
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
177
177
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
|
|
178
178
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.310"
|
|
@@ -516,9 +516,9 @@ export interface CreateRecTaskRequest {
|
|
|
516
516
|
DataLen?: number
|
|
517
517
|
|
|
518
518
|
/**
|
|
519
|
-
*
|
|
519
|
+
* 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
|
|
520
520
|
*/
|
|
521
|
-
|
|
521
|
+
ConvertNumMode?: number
|
|
522
522
|
|
|
523
523
|
/**
|
|
524
524
|
* 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
|
|
@@ -526,14 +526,14 @@ export interface CreateRecTaskRequest {
|
|
|
526
526
|
FilterDirty?: number
|
|
527
527
|
|
|
528
528
|
/**
|
|
529
|
-
*
|
|
529
|
+
* 热词表id。如不设置该参数,自动生效默认热词表;如果设置了该参数,那么将生效对应的热词表。
|
|
530
530
|
*/
|
|
531
|
-
|
|
531
|
+
HotwordId?: string
|
|
532
532
|
|
|
533
533
|
/**
|
|
534
|
-
*
|
|
534
|
+
* 自学习模型 id。如不设置该参数,自动生效最后一次上线的自学习模型;如果设置了该参数,那么将生效对应的自学习模型。
|
|
535
535
|
*/
|
|
536
|
-
|
|
536
|
+
CustomizationId?: string
|
|
537
537
|
|
|
538
538
|
/**
|
|
539
539
|
* 附加参数(该参数无意义,忽略即可)
|
|
@@ -544,6 +544,11 @@ export interface CreateRecTaskRequest {
|
|
|
544
544
|
* 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认值为 0。
|
|
545
545
|
*/
|
|
546
546
|
FilterPunc?: number
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
|
|
550
|
+
*/
|
|
551
|
+
FilterModal?: number
|
|
547
552
|
}
|
|
548
553
|
|
|
549
554
|
/**
|