tencentcloud-sdk-nodejs 4.0.857 → 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 (30) hide show
  1. package/CHANGELOG.md +100 -0
  2. package/SERVICE_CHANGELOG.md +145 -13
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdn/v20180606/cdn_models.ts +14 -0
  7. package/src/services/dsgc/v20190723/dsgc_models.ts +4 -9
  8. package/src/services/gme/v20180711/gme_models.ts +7 -7
  9. package/src/services/mps/v20190612/mps_models.ts +13 -13
  10. package/src/services/ocr/v20181119/ocr_models.ts +20 -0
  11. package/src/services/sms/v20210111/sms_models.ts +4 -2
  12. package/src/services/tmt/v20180321/tmt_client.ts +0 -1
  13. package/src/services/tmt/v20180321/tmt_models.ts +10 -8
  14. package/src/services/trtc/v20190722/trtc_client.ts +56 -6
  15. package/src/services/trtc/v20190722/trtc_models.ts +166 -0
  16. package/tencentcloud/common/sdk_version.d.ts +1 -1
  17. package/tencentcloud/common/sdk_version.js +1 -1
  18. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -0
  19. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +4 -9
  20. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -7
  21. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -13
  22. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +20 -0
  23. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +4 -2
  24. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +0 -1
  25. package/tencentcloud/services/tmt/v20180321/tmt_client.js +0 -1
  26. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +10 -8
  27. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +19 -3
  28. package/tencentcloud/services/trtc/v20190722/trtc_client.js +27 -3
  29. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +156 -0
  30. package/test/trtc.v20190722.test.js +42 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,103 @@
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
+
1
101
  # Release 4.0.857
2
102
 
3
103
  ## 云联络中心(ccc) 版本:2020-02-10
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云联络中心(ccc) 版本:2020-02-10
3
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
4
4
 
5
- ### 第 68 次发布
5
+ ### 第 127 次发布
6
6
 
7
- 发布时间:2024-05-20 01:15:04
7
+ 发布时间:2024-05-21 01:17:01
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,24 +12,37 @@
12
12
 
13
13
  修改数据结构:
14
14
 
15
- * [CompanyApplyInfo](https://cloud.tencent.com/document/api/679/47715#CompanyApplyInfo)
15
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
16
16
 
17
- * 新增成员:IsEqualTencentCloud, CorporationMobile, CorporationMobilePicUrl, UseDescribeFileUrl, CompanyAuthLetterPicUrl, OperatorMobile, OperatorEmail, OperatorMobilePicUrl
17
+ * 新增成员:FallbackFormats
18
18
 
19
- * <font color="#dd0000">**删除成员**:</font>BusinessScope
20
19
 
21
- * [CompanyStateInfo](https://cloud.tencent.com/document/api/679/47715#CompanyStateInfo)
22
20
 
23
- * 新增成员:ModifyTime
24
21
 
22
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
25
23
 
24
+ ### 第 12 次发布
26
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
27
37
 
28
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
29
38
 
30
- ### 第 7 次发布
31
39
 
32
- 发布时间:2024-05-20 01:43:12
40
+
41
+ ## 文字识别(ocr) 版本:2018-11-19
42
+
43
+ ### 第 136 次发布
44
+
45
+ 发布时间:2024-05-21 01:58:59
33
46
 
34
47
  本次发布包含了以下内容:
35
48
 
@@ -37,10 +50,51 @@
37
50
 
38
51
  修改接口:
39
52
 
40
- * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
53
+ * [RecognizeThaiIDCardOCR](https://cloud.tencent.com/document/api/866/48475)
41
54
 
42
- * 新增入参:EnableEnhancement
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
+ 新增数据结构:
43
95
 
96
+ * [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
97
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
44
98
 
45
99
 
46
100
 
@@ -19611,6 +19665,21 @@
19611
19665
 
19612
19666
  ## 内容分发网络 CDN(cdn) 版本:2018-06-06
19613
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
+
19614
19683
  ### 第 126 次发布
19615
19684
 
19616
19685
  发布时间:2023-07-12 01:11:36
@@ -53410,6 +53479,21 @@
53410
53479
 
53411
53480
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
53412
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
+
53413
53497
  ### 第 11 次发布
53414
53498
 
53415
53499
  发布时间:2024-05-14 01:46:03
@@ -96507,6 +96591,21 @@
96507
96591
 
96508
96592
  ## 文字识别(ocr) 版本:2018-11-19
96509
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
+
96510
96609
  ### 第 135 次发布
96511
96610
 
96512
96611
  发布时间:2024-05-14 02:17:52
@@ -134598,6 +134697,19 @@
134598
134697
 
134599
134698
  ## 机器翻译(tmt) 版本:2018-03-21
134600
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
+
134601
134713
  ### 第 8 次发布
134602
134714
 
134603
134715
  发布时间:2022-08-31 06:55:53
@@ -135971,6 +136083,26 @@
135971
136083
 
135972
136084
  ## 实时音视频(trtc) 版本:2019-07-22
135973
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
+
135974
136106
  ### 第 74 次发布
135975
136107
 
135976
136108
  发布时间:2024-05-17 02:28:57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.857",
3
+ "version": "4.0.858",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
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-05-10 01:10:01 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-05-14 01:11:54 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-05-21 01:09:55 |
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
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-13 01:09:06 |
@@ -42,7 +42,7 @@
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-20 01:15:04 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-05-14 01:20:49 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-08 01:10:36 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-15 01:12:20 |
@@ -85,7 +85,7 @@
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-29 01:14:52 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
- | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-05-14 01:46:03 |
88
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-05-21 01:34:24 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
90
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-05-14 01:47:51 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-04-18 01:19:26 |
@@ -103,7 +103,7 @@
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-17 01:14:36 |
106
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
106
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-05-21 01:42:29 |
107
107
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
108
108
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
109
109
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-04-25 01:17:27 |
@@ -147,7 +147,7 @@
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-04-12 01:19:07 |
148
148
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-08 01:22:13 |
150
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-08 01:22:37 |
150
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-21 01:56:34 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-05-20 01:58:10 |
153
153
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
@@ -155,7 +155,7 @@
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-04-19 01:23:09 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-14 02:17:52 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-21 01:58:59 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
160
160
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
@@ -174,14 +174,14 @@
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
175
175
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
176
176
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-03-20 01:23:29 |
177
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-04-12 01:21:45 |
177
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-05-20 17:02:26 |
178
178
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
180
180
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-15 02:06:58 |
181
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
182
182
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-20 02:06:11 |
183
183
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
184
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-10 02:21:11 |
184
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
185
185
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
186
186
  | svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-03-20 01:24:09 |
187
187
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-21 01:24:01 |
@@ -219,13 +219,13 @@
219
219
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-05-15 01:34:42 |
220
220
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
221
221
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
222
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-14 02:44:25 |
222
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-21 02:20:14 |
223
223
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
224
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
225
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-05-16 02:33:50 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
228
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-17 02:28:57 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-21 02:21:25 |
229
229
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-15 01:35:13 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-07 01:28:28 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.857"
1
+ export const sdkVersion = "4.0.858"
@@ -2600,6 +2600,20 @@ off:关闭
2600
2600
  注意:此字段可能返回 null,表示取不到有效值。
2601
2601
  */
2602
2602
  Switch?: string
2603
+ /**
2604
+ * 当原图是 avif 且客户端 Accept 头包含 image/avif 时,直接返回原图。
2605
+ 当原图是 avif 且客户端 Accept 头不包含 image/avif 时但包含 image/webp,将 avif 转 webp 格式返回。如果 Accept 头不包含 image/webp, 则转 jpeg 返回。
2606
+
2607
+ 可用的枚举值:
2608
+ - []
2609
+ - ["webp"]
2610
+ - ["jpeg"]
2611
+ - ["webp", "jpeg"]
2612
+
2613
+ "webp":是否开启 avif 转 webp,"jpeg": 是否开启 avif 转 jpeg。如果 webp 和 jpeg 都开启的情况下,webp 必须在 jpeg 前面。
2614
+ 注意:此字段可能返回 null,表示取不到有效值。
2615
+ */
2616
+ FallbackFormats?: Array<string>
2603
2617
  }
2604
2618
 
2605
2619
  /**
@@ -525,7 +525,7 @@ export interface DSPACosMetaDataInfo {
525
525
  }
526
526
 
527
527
  /**
528
- * DSPA评估模版
528
+ * DSPA评估模板
529
529
  */
530
530
  export interface AssessmentTemplate {
531
531
  /**
@@ -2102,12 +2102,7 @@ export interface DescribeDSPAAssessmentTemplatesRequest {
2102
2102
  */
2103
2103
  Limit?: number
2104
2104
  /**
2105
- * 过滤项。
2106
- 支持模糊搜索:(TemplateId,TemplateName)
2107
- 支持过滤:
2108
- Source:模版来源,system / user
2109
- UseType:模版类型,auto,semi-auto,law等
2110
- Status:模版启用状态,draft / launched
2105
+ * 过滤项。支持模糊搜索:(TemplateId,TemplateName)支持过滤:Source:模板来源,system / userUseType:模板类型,auto,semi-auto,law等Status:模板启用状态,draft / launched
2111
2106
  */
2112
2107
  Filters?: Array<DspaAssessmentFilter>
2113
2108
  }
@@ -5752,7 +5747,7 @@ export interface CreateDSPAAssessmentRiskTemplateRequest {
5752
5747
  */
5753
5748
  DspaId: string
5754
5749
  /**
5755
- * 模版名称
5750
+ * 模板名称
5756
5751
  */
5757
5752
  TemplateName: string
5758
5753
  /**
@@ -5764,7 +5759,7 @@ export interface CreateDSPAAssessmentRiskTemplateRequest {
5764
5759
  */
5765
5760
  RiskIdList: Array<number | bigint>
5766
5761
  /**
5767
- * 模版描述
5762
+ * 模板描述
5768
5763
  */
5769
5764
  TemplateDescription?: string
5770
5765
  }
@@ -22,31 +22,31 @@ export interface ApplicationList {
22
22
  /**
23
23
  * 服务开关状态
24
24
  */
25
- ServiceConf: ServiceStatus
25
+ ServiceConf?: ServiceStatus
26
26
  /**
27
27
  * 应用ID(AppID)
28
28
  */
29
- BizId: number
29
+ BizId?: number
30
30
  /**
31
31
  * 应用名称
32
32
  */
33
- AppName: string
33
+ AppName?: string
34
34
  /**
35
35
  * 项目ID,默认为0
36
36
  */
37
- ProjectId: number
37
+ ProjectId?: number
38
38
  /**
39
39
  * 应用状态,返回0表示正常,1表示关闭,2表示欠费停服,3表示欠费回收
40
40
  */
41
- AppStatus: number
41
+ AppStatus?: number
42
42
  /**
43
43
  * 创建时间,Unix时间戳格式
44
44
  */
45
- CreateTime: number
45
+ CreateTime?: number
46
46
  /**
47
47
  * 应用类型,无需关注此数值
48
48
  */
49
- AppType: number
49
+ AppType?: number
50
50
  }
51
51
 
52
52
  /**
@@ -5713,13 +5713,13 @@ export interface AiAnalysisTaskTagResult {
5713
5713
  }
5714
5714
 
5715
5715
  /**
5716
- * 智能去水印任务输入类型
5716
+ * 智能擦除任务输入类型
5717
5717
  */
5718
5718
  export interface AiAnalysisTaskDelLogoInput {
5719
5719
  /**
5720
- * 视频智能去水印模板 ID。
5720
+ * 视频智能擦除模板 ID。
5721
5721
  */
5722
- Definition: number
5722
+ Definition?: number
5723
5723
  }
5724
5724
 
5725
5725
  /**
@@ -7782,7 +7782,7 @@ export interface AiAnalysisResult {
7782
7782
  <li>Tag:智能标签</li>
7783
7783
  <li>FrameTag:智能按帧标签</li>
7784
7784
  <li>Highlight:智能精彩集锦</li>
7785
- <li>DeLogo:智能去水印</li>
7785
+ <li>DeLogo:智能擦除</li>
7786
7786
  <li>Description:大模型摘要</li>
7787
7787
  */
7788
7788
  Type?: string
@@ -7812,7 +7812,7 @@ export interface AiAnalysisResult {
7812
7812
  */
7813
7813
  HighlightTask?: AiAnalysisTaskHighlightResult
7814
7814
  /**
7815
- * 视频内容分析去水印任务的查询结果,当任务类型为 DeLogo 时有效。
7815
+ * 视频内容分析智能擦除任务的查询结果,当任务类型为 DeLogo 时有效。
7816
7816
  注意:此字段可能返回 null,表示取不到有效值。
7817
7817
  */
7818
7818
  DeLogoTask?: AiAnalysisTaskDelLogoResult
@@ -9117,17 +9117,17 @@ export interface DescribeStreamLinkFlowRealtimeStatusRequest {
9117
9117
  }
9118
9118
 
9119
9119
  /**
9120
- * 智能去水印结果信息
9120
+ * 智能擦除结果信息
9121
9121
  */
9122
9122
  export interface AiAnalysisTaskDelLogoOutput {
9123
9123
  /**
9124
- * 去水印后文件的路径。
9124
+ * 擦除后文件的路径。
9125
9125
  */
9126
- Path: string
9126
+ Path?: string
9127
9127
  /**
9128
- * 去水印后文件的存储位置。
9128
+ * 擦除后文件的存储位置。
9129
9129
  */
9130
- OutputStorage: TaskOutputStorage
9130
+ OutputStorage?: TaskOutputStorage
9131
9131
  }
9132
9132
 
9133
9133
  /**
@@ -14044,7 +14044,7 @@ export interface LiveActivityResItem {
14044
14044
  }
14045
14045
 
14046
14046
  /**
14047
- * 智能去水印结果类型
14047
+ * 智能擦除结果类型
14048
14048
  */
14049
14049
  export interface AiAnalysisTaskDelLogoResult {
14050
14050
  /**
@@ -14060,11 +14060,11 @@ export interface AiAnalysisTaskDelLogoResult {
14060
14060
  */
14061
14061
  Message?: string
14062
14062
  /**
14063
- * 智能去水印任务输入。
14063
+ * 智能擦除任务输入。
14064
14064
  */
14065
14065
  Input?: AiAnalysisTaskDelLogoInput
14066
14066
  /**
14067
- * 智能去水印任务输出。
14067
+ * 智能擦除任务输出。
14068
14068
  注意:此字段可能返回 null,表示取不到有效值。
14069
14069
  */
14070
14070
  Output?: AiAnalysisTaskDelLogoOutput
@@ -3305,10 +3305,30 @@ export interface RecognizeThaiIDCardOCRResponse {
3305
3305
  * 泰文到期日期
3306
3306
  */
3307
3307
  ExpirationDate?: string
3308
+ /**
3309
+ * 英文签发日期
3310
+ */
3311
+ EnIssueDate?: string
3312
+ /**
3313
+ * 英文到期日期
3314
+ */
3315
+ EnExpirationDate?: string
3308
3316
  /**
3309
3317
  * 泰文出生日期
3310
3318
  */
3311
3319
  Birthday?: string
3320
+ /**
3321
+ * 英文出生日期
3322
+ */
3323
+ EnBirthday?: string
3324
+ /**
3325
+ * 宗教信仰
3326
+ */
3327
+ Religion?: string
3328
+ /**
3329
+ * 序列号
3330
+ */
3331
+ SerialNumber?: string
3312
3332
  /**
3313
3333
  * 地址
3314
3334
  */
@@ -321,7 +321,8 @@ export interface AddSmsTemplateRequest {
321
321
  */
322
322
  TemplateContent: string
323
323
  /**
324
- * 短信类型,0表示普通短信, 1表示营销短信。
324
+ * 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
325
+ 注:原“普通短信”类型模板目前仍支持提交申请,但为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
325
326
  */
326
327
  SmsType: number
327
328
  /**
@@ -353,7 +354,8 @@ export interface ModifySmsTemplateRequest {
353
354
  */
354
355
  TemplateContent: string
355
356
  /**
356
- * 短信类型,0表示普通短信, 1表示营销短信。
357
+ * 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
358
+ 注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
357
359
  */
358
360
  SmsType: number
359
361
  /**
@@ -117,7 +117,6 @@ export class Client extends AbstractClient {
117
117
  待识别和翻译的音频文件可以是 pcm、mp3和speex 格式,pcm采样率要求16kHz、位深16bit、单声道,音频内语音清晰。<br/>
118
118
  如果采用流式传输的方式,要求每个分片时长200ms~500ms;如果采用非流式的传输方式,要求音频时长不超过8s。注意最后一个分片的IsEnd参数设置为1。<br />
119
119
  提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源部分。
120
-
121
120
  */
122
121
  async SpeechTranslate(
123
122
  req: SpeechTranslateRequest,