tencentcloud-sdk-nodejs 4.0.856 → 4.0.858

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +146 -0
  2. package/SERVICE_CHANGELOG.md +157 -190
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ccc/v20200210/ccc_models.ts +46 -6
  7. package/src/services/cdn/v20180606/cdn_models.ts +14 -0
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
  9. package/src/services/dsgc/v20190723/dsgc_models.ts +4 -9
  10. package/src/services/gme/v20180711/gme_models.ts +7 -7
  11. package/src/services/hunyuan/v20230901/hunyuan_models.ts +9 -0
  12. package/src/services/mps/v20190612/mps_models.ts +13 -13
  13. package/src/services/ocr/v20181119/ocr_models.ts +20 -0
  14. package/src/services/rce/v20201103/rce_models.ts +6 -22
  15. package/src/services/sms/v20210111/sms_models.ts +4 -2
  16. package/src/services/tmt/v20180321/tmt_client.ts +0 -1
  17. package/src/services/tmt/v20180321/tmt_models.ts +10 -8
  18. package/src/services/trtc/v20190722/trtc_client.ts +56 -6
  19. package/src/services/trtc/v20190722/trtc_models.ts +166 -0
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +46 -6
  23. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -0
  24. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
  25. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +4 -9
  26. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -7
  27. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +9 -0
  28. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -13
  29. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +20 -0
  30. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +6 -22
  31. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +4 -2
  32. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +0 -1
  33. package/tencentcloud/services/tmt/v20180321/tmt_client.js +0 -1
  34. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +10 -8
  35. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +19 -3
  36. package/tencentcloud/services/trtc/v20190722/trtc_client.js +27 -3
  37. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +156 -0
  38. package/test/trtc.v20190722.test.js +42 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,149 @@
1
+ # Release 4.0.858
2
+
3
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
4
+
5
+ ### 第 127 次发布
6
+
7
+ 发布时间:2024-05-21 01:17:01
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
16
+
17
+ * 新增成员:FallbackFormats
18
+
19
+
20
+
21
+
22
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
23
+
24
+ ### 第 12 次发布
25
+
26
+ 发布时间:2024-05-21 01:34:24
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [PrivilegeRisk](https://cloud.tencent.com/document/api/1087/96844#PrivilegeRisk)
35
+
36
+ * <font color="#dd0000">**修改成员**:</font>AccountName, TableName, Description
37
+
38
+
39
+
40
+
41
+ ## 文字识别(ocr) 版本:2018-11-19
42
+
43
+ ### 第 136 次发布
44
+
45
+ 发布时间:2024-05-21 01:58:59
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改接口:
52
+
53
+ * [RecognizeThaiIDCardOCR](https://cloud.tencent.com/document/api/866/48475)
54
+
55
+ * 新增出参:EnIssueDate, EnExpirationDate, EnBirthday, Religion, SerialNumber
56
+
57
+
58
+
59
+
60
+ ## 机器翻译(tmt) 版本:2018-03-21
61
+
62
+ ### 第 9 次发布
63
+
64
+ 发布时间:2024-05-21 02:20:14
65
+
66
+ 本次发布包含了以下内容:
67
+
68
+ 改善已有的文档。
69
+
70
+ 修改接口:
71
+
72
+ * [SpeechTranslate](https://cloud.tencent.com/document/api/551/16611)
73
+
74
+
75
+
76
+
77
+ ## 实时音视频(trtc) 版本:2019-07-22
78
+
79
+ ### 第 75 次发布
80
+
81
+ 发布时间:2024-05-21 02:21:25
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 新增接口:
88
+
89
+ * [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
90
+ * [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
91
+ * [StopAITranscription](https://cloud.tencent.com/document/api/647/106491)
92
+ * [SummarizeTranscription](https://cloud.tencent.com/document/api/647/106490)
93
+
94
+ 新增数据结构:
95
+
96
+ * [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
97
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
98
+
99
+
100
+
101
+ # Release 4.0.857
102
+
103
+ ## 云联络中心(ccc) 版本:2020-02-10
104
+
105
+ ### 第 68 次发布
106
+
107
+ 发布时间:2024-05-20 01:15:04
108
+
109
+ 本次发布包含了以下内容:
110
+
111
+ 改善已有的文档。
112
+
113
+ 修改数据结构:
114
+
115
+ * [CompanyApplyInfo](https://cloud.tencent.com/document/api/679/47715#CompanyApplyInfo)
116
+
117
+ * 新增成员:IsEqualTencentCloud, CorporationMobile, CorporationMobilePicUrl, UseDescribeFileUrl, CompanyAuthLetterPicUrl, OperatorMobile, OperatorEmail, OperatorMobilePicUrl
118
+
119
+ * <font color="#dd0000">**删除成员**:</font>BusinessScope
120
+
121
+ * [CompanyStateInfo](https://cloud.tencent.com/document/api/679/47715#CompanyStateInfo)
122
+
123
+ * 新增成员:ModifyTime
124
+
125
+
126
+
127
+
128
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
129
+
130
+ ### 第 7 次发布
131
+
132
+ 发布时间:2024-05-20 01:43:12
133
+
134
+ 本次发布包含了以下内容:
135
+
136
+ 改善已有的文档。
137
+
138
+ 修改接口:
139
+
140
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
141
+
142
+ * 新增入参:EnableEnhancement
143
+
144
+
145
+
146
+
1
147
  # Release 4.0.856
2
148
 
3
149
  ## 商业智能分析 BI(bi) 版本:2022-01-05
@@ -1,82 +1,48 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 商业智能分析 BI(bi) 版本:2022-01-05
3
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
4
4
 
5
- ### 第 11 次发布
5
+ ### 第 127 次发布
6
6
 
7
- 发布时间:2024-05-17 01:07:50
7
+ 发布时间:2024-05-21 01:17:01
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
14
-
15
- * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
16
-
17
- * 新增入参:GlobalParam
18
-
19
-
20
13
  修改数据结构:
21
14
 
22
- * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
23
-
24
- * 新增成员:GlobalParam
25
-
26
-
27
-
28
-
29
- ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
30
-
31
- ### 第 102 次发布
32
-
33
- 发布时间:2024-05-17 01:18:54
34
-
35
- 本次发布包含了以下内容:
36
-
37
- 改善已有的文档。
38
-
39
- 修改接口:
40
-
41
- * [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
42
-
43
- * 新增入参:MqttConnectParam
44
-
45
- * [ModifyConnectResource](https://cloud.tencent.com/document/api/597/77794)
15
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
46
16
 
47
- * 新增入参:MqttConnectParam
17
+ * 新增成员:FallbackFormats
48
18
 
49
19
 
50
20
 
51
21
 
52
- ## 日志服务(cls) 版本:2020-10-16
22
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
53
23
 
54
- ### 第 92 次发布
24
+ ### 第 12 次发布
55
25
 
56
- 发布时间:2024-05-17 01:21:01
26
+ 发布时间:2024-05-21 01:34:24
57
27
 
58
28
  本次发布包含了以下内容:
59
29
 
60
30
  改善已有的文档。
61
31
 
62
- 修改接口:
63
-
64
- * [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
65
-
66
- * <font color="#dd0000">**修改入参**:</font>Prefix
32
+ 修改数据结构:
67
33
 
68
- * [SearchCosRechargeInfo](https://cloud.tencent.com/document/api/614/97126)
34
+ * [PrivilegeRisk](https://cloud.tencent.com/document/api/1087/96844#PrivilegeRisk)
69
35
 
70
- * <font color="#dd0000">**修改入参**:</font>Prefix
36
+ * <font color="#dd0000">**修改成员**:</font>AccountName, TableName, Description
71
37
 
72
38
 
73
39
 
74
40
 
75
- ## 云服务器(cvm) 版本:2017-03-12
41
+ ## 文字识别(ocr) 版本:2018-11-19
76
42
 
77
- ### 第 127 次发布
43
+ ### 第 136 次发布
78
44
 
79
- 发布时间:2024-05-17 01:23:32
45
+ 发布时间:2024-05-21 01:58:59
80
46
 
81
47
  本次发布包含了以下内容:
82
48
 
@@ -84,148 +50,35 @@
84
50
 
85
51
  修改接口:
86
52
 
87
- * [RunInstances](https://cloud.tencent.com/document/api/213/15730)
53
+ * [RecognizeThaiIDCardOCR](https://cloud.tencent.com/document/api/866/48475)
88
54
 
89
- * 新增入参:CpuTopology
55
+ * 新增出参:EnIssueDate, EnExpirationDate, EnBirthday, Religion, SerialNumber
90
56
 
91
57
 
92
- 新增数据结构:
93
58
 
94
- * [CpuTopology](https://cloud.tencent.com/document/api/213/15753#CpuTopology)
95
59
 
60
+ ## 机器翻译(tmt) 版本:2018-03-21
96
61
 
62
+ ### 第 9 次发布
97
63
 
98
- ## 弹性 MapReduce(emr) 版本:2019-01-03
99
-
100
- ### 第 64 次发布
101
-
102
- 发布时间:2024-05-17 01:39:38
64
+ 发布时间:2024-05-21 02:20:14
103
65
 
104
66
  本次发布包含了以下内容:
105
67
 
106
68
  改善已有的文档。
107
69
 
108
- 新增接口:
109
-
110
- * [DescribeEmrOverviewMetrics](https://cloud.tencent.com/document/api/589/106350)
111
- * [DescribeHBaseTableOverview](https://cloud.tencent.com/document/api/589/106349)
112
-
113
70
  修改接口:
114
71
 
115
- * [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
116
-
117
- * 新增入参:ResourceBaseType, ComputeResourceId
118
-
119
- * [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
120
-
121
- * 新增入参:ResourceBaseType, ComputeResourceId
122
-
123
- * [TerminateInstance](https://cloud.tencent.com/document/api/589/34260)
124
-
125
- * 新增入参:ResourceBaseType, ComputeResourceId
126
-
127
-
128
- 新增数据结构:
129
-
130
- * [MetricTags](https://cloud.tencent.com/document/api/589/33981#MetricTags)
131
- * [OverviewMetricData](https://cloud.tencent.com/document/api/589/33981#OverviewMetricData)
132
- * [OverviewRow](https://cloud.tencent.com/document/api/589/33981#OverviewRow)
133
- * [TableSchemaItem](https://cloud.tencent.com/document/api/589/33981#TableSchemaItem)
134
-
135
-
136
-
137
- ## 全栈式风控引擎(rce) 版本:2020-11-03
138
-
139
- ### 第 10 次发布
140
-
141
- 发布时间:2024-05-17 02:07:15
142
-
143
- 本次发布包含了以下内容:
144
-
145
- 改善已有的文档。
146
-
147
- <font color="#dd0000">**删除接口**:</font>
148
-
149
- * DescribeRiskAssessment
150
-
151
-
152
-
153
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
154
-
155
- ### 第 111 次发布
156
-
157
- 发布时间:2024-05-17 02:19:56
158
-
159
- 本次发布包含了以下内容:
160
-
161
- 改善已有的文档。
162
-
163
- <font color="#dd0000">**预下线接口**:</font>
72
+ * [SpeechTranslate](https://cloud.tencent.com/document/api/551/16611)
164
73
 
165
- * DescribeCmqDeadLetterSourceQueues
166
74
 
167
75
 
168
76
 
169
77
  ## 实时音视频(trtc) 版本:2019-07-22
170
78
 
171
- ### 第 74 次发布
172
-
173
- 发布时间:2024-05-17 02:28:57
174
-
175
- 本次发布包含了以下内容:
176
-
177
- 改善已有的文档。
178
-
179
- 修改接口:
180
-
181
- * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
182
-
183
- * 新增入参:SeekSecond
184
-
185
-
186
-
187
-
188
- ## 视频生成(vcg) 版本:2024-04-04
189
-
190
- ### 第 1 次发布
191
-
192
- 发布时间:2024-05-16 16:26:14
193
-
194
- 本次发布包含了以下内容:
195
-
196
- 改善已有的文档。
197
-
198
- 新增接口:
199
-
200
- * [DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106290)
201
- * [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106289)
202
-
203
-
204
-
205
- ## 云点播(vod) 版本:2018-07-17
206
-
207
- ### 第 181 次发布
208
-
209
- 发布时间:2024-05-17 02:33:00
210
-
211
- 本次发布包含了以下内容:
212
-
213
- 改善已有的文档。
214
-
215
- 修改接口:
216
-
217
- * [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
218
-
219
- * 新增入参:ExtInfo
220
-
221
-
222
-
223
-
224
- ## 视频转译(vtc) 版本:2024-02-23
79
+ ### 第 75 次发布
225
80
 
226
- ### 第 1 次发布
227
-
228
- 发布时间:2024-05-16 16:17:26
81
+ 发布时间:2024-05-21 02:21:25
229
82
 
230
83
  本次发布包含了以下内容:
231
84
 
@@ -233,15 +86,15 @@
233
86
 
234
87
  新增接口:
235
88
 
236
- * [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)
237
- * [DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106274)
238
- * [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
89
+ * [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
90
+ * [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
91
+ * [StopAITranscription](https://cloud.tencent.com/document/api/647/106491)
92
+ * [SummarizeTranscription](https://cloud.tencent.com/document/api/647/106490)
239
93
 
240
94
  新增数据结构:
241
95
 
242
- * [AsrTimestamps](https://cloud.tencent.com/document/api/1769/106276#AsrTimestamps)
243
- * [AudioTranslateResult](https://cloud.tencent.com/document/api/1769/106276#AudioTranslateResult)
244
- * [TranslateResult](https://cloud.tencent.com/document/api/1769/106276#TranslateResult)
96
+ * [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
97
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
245
98
 
246
99
 
247
100
 
@@ -15244,6 +15097,27 @@
15244
15097
 
15245
15098
  ## 云联络中心(ccc) 版本:2020-02-10
15246
15099
 
15100
+ ### 第 68 次发布
15101
+
15102
+ 发布时间:2024-05-20 01:15:04
15103
+
15104
+ 本次发布包含了以下内容:
15105
+
15106
+ 改善已有的文档。
15107
+
15108
+ 修改数据结构:
15109
+
15110
+ * [CompanyApplyInfo](https://cloud.tencent.com/document/api/679/47715#CompanyApplyInfo)
15111
+
15112
+ * 新增成员:IsEqualTencentCloud, CorporationMobile, CorporationMobilePicUrl, UseDescribeFileUrl, CompanyAuthLetterPicUrl, OperatorMobile, OperatorEmail, OperatorMobilePicUrl
15113
+
15114
+ * <font color="#dd0000">**删除成员**:</font>BusinessScope
15115
+
15116
+ * [CompanyStateInfo](https://cloud.tencent.com/document/api/679/47715#CompanyStateInfo)
15117
+
15118
+ * 新增成员:ModifyTime
15119
+
15120
+
15247
15121
  ### 第 67 次发布
15248
15122
 
15249
15123
  发布时间:2024-04-24 01:06:08
@@ -19791,6 +19665,21 @@
19791
19665
 
19792
19666
  ## 内容分发网络 CDN(cdn) 版本:2018-06-06
19793
19667
 
19668
+ ### 第 127 次发布
19669
+
19670
+ 发布时间:2024-05-21 01:17:01
19671
+
19672
+ 本次发布包含了以下内容:
19673
+
19674
+ 改善已有的文档。
19675
+
19676
+ 修改数据结构:
19677
+
19678
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
19679
+
19680
+ * 新增成员:FallbackFormats
19681
+
19682
+
19794
19683
  ### 第 126 次发布
19795
19684
 
19796
19685
  发布时间:2023-07-12 01:11:36
@@ -38524,7 +38413,7 @@
38524
38413
 
38525
38414
  新增数据结构:
38526
38415
 
38527
- * [[CpuTopology](https://cloud.tencent.com/document/api/213/15753#CpuTopology)](https://cloud.tencent.com/document/api/213/15753#[CpuTopology](https://cloud.tencent.com/document/api/213/15753#CpuTopology))
38416
+ * [CpuTopology](https://cloud.tencent.com/document/api/213/15753#CpuTopology)
38528
38417
 
38529
38418
  ### 第 126 次发布
38530
38419
 
@@ -53590,6 +53479,21 @@
53590
53479
 
53591
53480
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
53592
53481
 
53482
+ ### 第 12 次发布
53483
+
53484
+ 发布时间:2024-05-21 01:34:24
53485
+
53486
+ 本次发布包含了以下内容:
53487
+
53488
+ 改善已有的文档。
53489
+
53490
+ 修改数据结构:
53491
+
53492
+ * [PrivilegeRisk](https://cloud.tencent.com/document/api/1087/96844#PrivilegeRisk)
53493
+
53494
+ * <font color="#dd0000">**修改成员**:</font>AccountName, TableName, Description
53495
+
53496
+
53593
53497
  ### 第 11 次发布
53594
53498
 
53595
53499
  发布时间:2024-05-14 01:46:03
@@ -58237,8 +58141,8 @@
58237
58141
 
58238
58142
  新增接口:
58239
58143
 
58240
- * [[DescribeEmrOverviewMetrics](https://cloud.tencent.com/document/api/589/106350)](https://cloud.tencent.com/document/api/#/#)
58241
- * [[DescribeHBaseTableOverview](https://cloud.tencent.com/document/api/589/106349)](https://cloud.tencent.com/document/api/#/#)
58144
+ * [DescribeEmrOverviewMetrics](https://cloud.tencent.com/document/api/589/106350)
58145
+ * [DescribeHBaseTableOverview](https://cloud.tencent.com/document/api/589/106349)
58242
58146
 
58243
58147
  修改接口:
58244
58148
 
@@ -58257,10 +58161,10 @@
58257
58161
 
58258
58162
  新增数据结构:
58259
58163
 
58260
- * [[MetricTags](https://cloud.tencent.com/document/api/589/33981#MetricTags)](https://cloud.tencent.com/document/api/589/33981#[MetricTags](https://cloud.tencent.com/document/api/589/33981#MetricTags))
58261
- * [[OverviewMetricData](https://cloud.tencent.com/document/api/589/33981#OverviewMetricData)](https://cloud.tencent.com/document/api/589/33981#[OverviewMetricData](https://cloud.tencent.com/document/api/589/33981#OverviewMetricData))
58262
- * [[OverviewRow](https://cloud.tencent.com/document/api/589/33981#OverviewRow)](https://cloud.tencent.com/document/api/589/33981#[OverviewRow](https://cloud.tencent.com/document/api/589/33981#OverviewRow))
58263
- * [[TableSchemaItem](https://cloud.tencent.com/document/api/589/33981#TableSchemaItem)](https://cloud.tencent.com/document/api/589/33981#[TableSchemaItem](https://cloud.tencent.com/document/api/589/33981#TableSchemaItem))
58164
+ * [MetricTags](https://cloud.tencent.com/document/api/589/33981#MetricTags)
58165
+ * [OverviewMetricData](https://cloud.tencent.com/document/api/589/33981#OverviewMetricData)
58166
+ * [OverviewRow](https://cloud.tencent.com/document/api/589/33981#OverviewRow)
58167
+ * [TableSchemaItem](https://cloud.tencent.com/document/api/589/33981#TableSchemaItem)
58264
58168
 
58265
58169
  ### 第 63 次发布
58266
58170
 
@@ -72654,6 +72558,21 @@
72654
72558
 
72655
72559
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
72656
72560
 
72561
+ ### 第 7 次发布
72562
+
72563
+ 发布时间:2024-05-20 01:43:12
72564
+
72565
+ 本次发布包含了以下内容:
72566
+
72567
+ 改善已有的文档。
72568
+
72569
+ 修改接口:
72570
+
72571
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
72572
+
72573
+ * 新增入参:EnableEnhancement
72574
+
72575
+
72657
72576
  ### 第 6 次发布
72658
72577
 
72659
72578
  发布时间:2024-05-10 10:17:15
@@ -96672,6 +96591,21 @@
96672
96591
 
96673
96592
  ## 文字识别(ocr) 版本:2018-11-19
96674
96593
 
96594
+ ### 第 136 次发布
96595
+
96596
+ 发布时间:2024-05-21 01:58:59
96597
+
96598
+ 本次发布包含了以下内容:
96599
+
96600
+ 改善已有的文档。
96601
+
96602
+ 修改接口:
96603
+
96604
+ * [RecognizeThaiIDCardOCR](https://cloud.tencent.com/document/api/866/48475)
96605
+
96606
+ * 新增出参:EnIssueDate, EnExpirationDate, EnBirthday, Religion, SerialNumber
96607
+
96608
+
96675
96609
  ### 第 135 次发布
96676
96610
 
96677
96611
  发布时间:2024-05-14 02:17:52
@@ -134763,6 +134697,19 @@
134763
134697
 
134764
134698
  ## 机器翻译(tmt) 版本:2018-03-21
134765
134699
 
134700
+ ### 第 9 次发布
134701
+
134702
+ 发布时间:2024-05-21 02:20:14
134703
+
134704
+ 本次发布包含了以下内容:
134705
+
134706
+ 改善已有的文档。
134707
+
134708
+ 修改接口:
134709
+
134710
+ * [SpeechTranslate](https://cloud.tencent.com/document/api/551/16611)
134711
+
134712
+
134766
134713
  ### 第 8 次发布
134767
134714
 
134768
134715
  发布时间:2022-08-31 06:55:53
@@ -136136,6 +136083,26 @@
136136
136083
 
136137
136084
  ## 实时音视频(trtc) 版本:2019-07-22
136138
136085
 
136086
+ ### 第 75 次发布
136087
+
136088
+ 发布时间:2024-05-21 02:21:25
136089
+
136090
+ 本次发布包含了以下内容:
136091
+
136092
+ 改善已有的文档。
136093
+
136094
+ 新增接口:
136095
+
136096
+ * [[DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)](https://cloud.tencent.com/document/api/#/#)
136097
+ * [[StartAITranscription](https://cloud.tencent.com/document/api/647/106492)](https://cloud.tencent.com/document/api/#/#)
136098
+ * [[StopAITranscription](https://cloud.tencent.com/document/api/647/106491)](https://cloud.tencent.com/document/api/#/#)
136099
+ * [[SummarizeTranscription](https://cloud.tencent.com/document/api/647/106490)](https://cloud.tencent.com/document/api/#/#)
136100
+
136101
+ 新增数据结构:
136102
+
136103
+ * [[RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)](https://cloud.tencent.com/document/api/647/44055#[RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig))
136104
+ * [[TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)](https://cloud.tencent.com/document/api/647/44055#[TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams))
136105
+
136139
136106
  ### 第 74 次发布
136140
136107
 
136141
136108
  发布时间:2024-05-17 02:28:57
@@ -142060,8 +142027,8 @@
142060
142027
 
142061
142028
  新增接口:
142062
142029
 
142063
- * [[DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106290)](https://cloud.tencent.com/document/api/#/#)
142064
- * [[SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106289)](https://cloud.tencent.com/document/api/#/#)
142030
+ * [DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106290)
142031
+ * [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1770/106289)
142065
142032
 
142066
142033
 
142067
142034
 
@@ -151690,15 +151657,15 @@
151690
151657
 
151691
151658
  新增接口:
151692
151659
 
151693
- * [[ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)](https://cloud.tencent.com/document/api/#/#)
151694
- * [[DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106274)](https://cloud.tencent.com/document/api/#/#)
151695
- * [[SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)](https://cloud.tencent.com/document/api/#/#)
151660
+ * [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)
151661
+ * [DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106274)
151662
+ * [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
151696
151663
 
151697
151664
  新增数据结构:
151698
151665
 
151699
- * [[AsrTimestamps](https://cloud.tencent.com/document/api/1769/106276#AsrTimestamps)](https://cloud.tencent.com/document/api/1769/106276#[AsrTimestamps](https://cloud.tencent.com/document/api/1769/106276#AsrTimestamps))
151700
- * [[AudioTranslateResult](https://cloud.tencent.com/document/api/1769/106276#AudioTranslateResult)](https://cloud.tencent.com/document/api/1769/106276#[AudioTranslateResult](https://cloud.tencent.com/document/api/1769/106276#AudioTranslateResult))
151701
- * [[TranslateResult](https://cloud.tencent.com/document/api/1769/106276#TranslateResult)](https://cloud.tencent.com/document/api/1769/106276#[TranslateResult](https://cloud.tencent.com/document/api/1769/106276#TranslateResult))
151666
+ * [AsrTimestamps](https://cloud.tencent.com/document/api/1769/106276#AsrTimestamps)
151667
+ * [AudioTranslateResult](https://cloud.tencent.com/document/api/1769/106276#AudioTranslateResult)
151668
+ * [TranslateResult](https://cloud.tencent.com/document/api/1769/106276#TranslateResult)
151702
151669
 
151703
151670
 
151704
151671
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.856",
3
+ "version": "4.0.858",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {