tencentcloud-sdk-nodejs 4.0.931 → 4.0.932
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 +59 -0
- package/SERVICE_CHANGELOG.md +67 -49
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +1 -1
- package/src/services/facefusion/v20220927/facefusion_models.ts +14 -7
- package/src/services/tse/v20201207/tse_models.ts +2 -1
- package/src/services/vclm/v20240523/vclm_models.ts +7 -3
- package/src/services/vrs/v20200824/vrs_client.ts +1 -0
- package/src/services/vrs/v20200824/vrs_models.ts +1 -0
- package/src/services/vtc/v20240223/vtc_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +14 -7
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +7 -3
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +1 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -0
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,62 @@
|
|
|
1
|
+
# Release 4.0.932
|
|
2
|
+
|
|
3
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
4
|
+
|
|
5
|
+
### 第 6 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-09-06 02:22:38
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
16
|
+
|
|
17
|
+
* 新增入参:VoiceType
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
23
|
+
|
|
24
|
+
### 第 8 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-09-06 02:27:27
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)
|
|
35
|
+
|
|
36
|
+
* <font color="#dd0000">**修改成员**:</font>TextId, Text
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 视频转译(vtc) 版本:2024-02-23
|
|
42
|
+
|
|
43
|
+
### 第 3 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-09-06 02:27:32
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
54
|
+
|
|
55
|
+
* 新增入参:VoiceType
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
1
60
|
# Release 4.0.931
|
|
2
61
|
|
|
3
62
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 6 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-06 02:22:38
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,76 +12,49 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增入参:LoginSecurityStatus
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
23
|
-
|
|
24
|
-
### 第 103 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2024-09-05 01:24:31
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
15
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
31
16
|
|
|
32
|
-
|
|
17
|
+
* 新增入参:VoiceType
|
|
33
18
|
|
|
34
|
-
* [DescribeIsolatedInstances](https://cloud.tencent.com/document/api/1003/110751)
|
|
35
19
|
|
|
36
20
|
|
|
37
21
|
|
|
38
|
-
##
|
|
22
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
39
23
|
|
|
40
|
-
### 第
|
|
24
|
+
### 第 8 次发布
|
|
41
25
|
|
|
42
|
-
发布时间:2024-09-
|
|
26
|
+
发布时间:2024-09-06 02:27:27
|
|
43
27
|
|
|
44
28
|
本次发布包含了以下内容:
|
|
45
29
|
|
|
46
30
|
改善已有的文档。
|
|
47
31
|
|
|
48
|
-
|
|
32
|
+
修改数据结构:
|
|
49
33
|
|
|
50
|
-
* [
|
|
34
|
+
* [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)
|
|
51
35
|
|
|
52
|
-
*
|
|
36
|
+
* <font color="#dd0000">**修改成员**:</font>TextId, Text
|
|
53
37
|
|
|
54
38
|
|
|
55
39
|
|
|
56
40
|
|
|
57
|
-
##
|
|
41
|
+
## 视频转译(vtc) 版本:2024-02-23
|
|
58
42
|
|
|
59
|
-
### 第
|
|
43
|
+
### 第 3 次发布
|
|
60
44
|
|
|
61
|
-
发布时间:2024-09-
|
|
45
|
+
发布时间:2024-09-06 02:27:32
|
|
62
46
|
|
|
63
47
|
本次发布包含了以下内容:
|
|
64
48
|
|
|
65
49
|
改善已有的文档。
|
|
66
50
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
* [DescribeWorkspaces](https://cloud.tencent.com/document/api/1527/110754)
|
|
70
|
-
* [ModifyWorkspacesAttribute](https://cloud.tencent.com/document/api/1527/110753)
|
|
71
|
-
* [TerminateWorkspaces](https://cloud.tencent.com/document/api/1527/110752)
|
|
72
|
-
|
|
73
|
-
新增数据结构:
|
|
74
|
-
|
|
75
|
-
* [SpaceInfo](https://cloud.tencent.com/document/api/1527/89579#SpaceInfo)
|
|
76
|
-
|
|
77
|
-
|
|
51
|
+
修改接口:
|
|
78
52
|
|
|
79
|
-
|
|
53
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
80
54
|
|
|
55
|
+
* 新增入参:VoiceType
|
|
81
56
|
|
|
82
57
|
|
|
83
|
-
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
84
|
-
|
|
85
58
|
|
|
86
59
|
|
|
87
60
|
# 历次版本更新如下:
|
|
@@ -46627,7 +46600,7 @@
|
|
|
46627
46600
|
|
|
46628
46601
|
新增接口:
|
|
46629
46602
|
|
|
46630
|
-
* [
|
|
46603
|
+
* [DescribeIsolatedInstances](https://cloud.tencent.com/document/api/1003/110751)
|
|
46631
46604
|
|
|
46632
46605
|
### 第 102 次发布
|
|
46633
46606
|
|
|
@@ -135312,13 +135285,13 @@
|
|
|
135312
135285
|
|
|
135313
135286
|
新增接口:
|
|
135314
135287
|
|
|
135315
|
-
* [
|
|
135316
|
-
* [
|
|
135317
|
-
* [
|
|
135288
|
+
* [DescribeWorkspaces](https://cloud.tencent.com/document/api/1527/110754)
|
|
135289
|
+
* [ModifyWorkspacesAttribute](https://cloud.tencent.com/document/api/1527/110753)
|
|
135290
|
+
* [TerminateWorkspaces](https://cloud.tencent.com/document/api/1527/110752)
|
|
135318
135291
|
|
|
135319
135292
|
新增数据结构:
|
|
135320
135293
|
|
|
135321
|
-
* [
|
|
135294
|
+
* [SpaceInfo](https://cloud.tencent.com/document/api/1527/89579#SpaceInfo)
|
|
135322
135295
|
|
|
135323
135296
|
### 第 17 次发布
|
|
135324
135297
|
|
|
@@ -151571,6 +151544,21 @@
|
|
|
151571
151544
|
|
|
151572
151545
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
151573
151546
|
|
|
151547
|
+
### 第 6 次发布
|
|
151548
|
+
|
|
151549
|
+
发布时间:2024-09-06 02:22:38
|
|
151550
|
+
|
|
151551
|
+
本次发布包含了以下内容:
|
|
151552
|
+
|
|
151553
|
+
改善已有的文档。
|
|
151554
|
+
|
|
151555
|
+
修改接口:
|
|
151556
|
+
|
|
151557
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
151558
|
+
|
|
151559
|
+
* 新增入参:VoiceType
|
|
151560
|
+
|
|
151561
|
+
|
|
151574
151562
|
### 第 5 次发布
|
|
151575
151563
|
|
|
151576
151564
|
发布时间:2024-08-21 02:27:00
|
|
@@ -161671,6 +161659,21 @@
|
|
|
161671
161659
|
|
|
161672
161660
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
161673
161661
|
|
|
161662
|
+
### 第 8 次发布
|
|
161663
|
+
|
|
161664
|
+
发布时间:2024-09-06 02:27:27
|
|
161665
|
+
|
|
161666
|
+
本次发布包含了以下内容:
|
|
161667
|
+
|
|
161668
|
+
改善已有的文档。
|
|
161669
|
+
|
|
161670
|
+
修改数据结构:
|
|
161671
|
+
|
|
161672
|
+
* [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)
|
|
161673
|
+
|
|
161674
|
+
* <font color="#dd0000">**修改成员**:</font>TextId, Text
|
|
161675
|
+
|
|
161676
|
+
|
|
161674
161677
|
### 第 7 次发布
|
|
161675
161678
|
|
|
161676
161679
|
发布时间:2024-08-07 02:38:54
|
|
@@ -161832,6 +161835,21 @@
|
|
|
161832
161835
|
|
|
161833
161836
|
## 视频转译(vtc) 版本:2024-02-23
|
|
161834
161837
|
|
|
161838
|
+
### 第 3 次发布
|
|
161839
|
+
|
|
161840
|
+
发布时间:2024-09-06 02:27:32
|
|
161841
|
+
|
|
161842
|
+
本次发布包含了以下内容:
|
|
161843
|
+
|
|
161844
|
+
改善已有的文档。
|
|
161845
|
+
|
|
161846
|
+
修改接口:
|
|
161847
|
+
|
|
161848
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
161849
|
+
|
|
161850
|
+
* 新增入参:VoiceType
|
|
161851
|
+
|
|
161852
|
+
|
|
161835
161853
|
### 第 2 次发布
|
|
161836
161854
|
|
|
161837
161855
|
发布时间:2024-06-07 02:52:58
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
47
|
-
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-
|
|
47
|
+
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-09-06 01:13:27 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-04 01:13:34 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-29 01:25:55 |
|
|
76
76
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-29 01:26:55 |
|
|
77
77
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
78
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-
|
|
78
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-06 01:24:52 |
|
|
79
79
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-08-30 01:26:40 |
|
|
80
80
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
81
81
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
84
84
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-02 01:33:14 |
|
|
85
85
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-03 01:39:09 |
|
|
86
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-
|
|
86
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-06 01:28:29 |
|
|
87
87
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-08-21 01:31:30 |
|
|
88
88
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
89
89
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-03 01:47:13 |
|
|
102
102
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-05 01:35:43 |
|
|
103
103
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-03 01:49:10 |
|
|
104
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-
|
|
104
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-06 01:38:13 |
|
|
105
105
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-28 01:46:34 |
|
|
106
106
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
107
107
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
116
116
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
117
117
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
118
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-
|
|
118
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-06 01:40:20 |
|
|
119
119
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
120
120
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
121
121
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
159
159
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
160
160
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
|
|
161
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-
|
|
161
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-06 01:56:47 |
|
|
162
162
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
163
163
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-28 02:12:13 |
|
|
164
164
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -229,21 +229,21 @@
|
|
|
229
229
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
230
230
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
231
231
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-04 02:18:27 |
|
|
232
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-
|
|
232
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-06 02:19:47 |
|
|
233
233
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
234
234
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
235
235
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
236
236
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-21 02:26:53 |
|
|
237
237
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
238
238
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
239
|
-
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-
|
|
239
|
+
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-06 02:22:38 |
|
|
240
240
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
|
|
241
241
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
242
242
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
243
243
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-28 02:44:44 |
|
|
244
244
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-03 02:49:57 |
|
|
245
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-
|
|
246
|
-
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-
|
|
245
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
246
|
+
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-06 02:27:32 |
|
|
247
247
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-05 02:27:17 |
|
|
248
248
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
249
249
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-29 20:07:34 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.932"
|
|
@@ -190,7 +190,8 @@ export interface FuseParam {
|
|
|
190
190
|
*/
|
|
191
191
|
export interface ImageCodecParam {
|
|
192
192
|
/**
|
|
193
|
-
*
|
|
193
|
+
* 元数据是描述媒体文件的附加信息。通过添加自定义的元数据,可以将一些附加信息嵌入到文件中。这些信息可以用于版权、描述、标识等目的,并在后续的媒体处理或管理过程中使用。
|
|
194
|
+
个数不能大于1。
|
|
194
195
|
*/
|
|
195
196
|
MetaData?: Array<MetaData>
|
|
196
197
|
}
|
|
@@ -380,11 +381,11 @@ export interface FaceRect {
|
|
|
380
381
|
*/
|
|
381
382
|
export interface MetaData {
|
|
382
383
|
/**
|
|
383
|
-
* MetaData的Key
|
|
384
|
+
* MetaData的Key,字符长度不能超过32
|
|
384
385
|
*/
|
|
385
386
|
MetaKey: string
|
|
386
387
|
/**
|
|
387
|
-
* MetaData的Value
|
|
388
|
+
* MetaData的Value,字符长度不能超过256
|
|
388
389
|
*/
|
|
389
390
|
MetaValue: string
|
|
390
391
|
}
|
|
@@ -417,18 +418,24 @@ export interface DescribeMaterialListRequest {
|
|
|
417
418
|
export interface LogoParam {
|
|
418
419
|
/**
|
|
419
420
|
* 标识图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配。
|
|
421
|
+
Width、Height <= 2160。
|
|
420
422
|
*/
|
|
421
423
|
LogoRect: FaceRect
|
|
422
424
|
/**
|
|
423
|
-
* 标识图片Url
|
|
425
|
+
* 标识图片Url地址
|
|
426
|
+
|
|
424
427
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
425
|
-
●支持图片格式:支持jpg或png
|
|
428
|
+
●支持图片格式:支持jpg或png
|
|
429
|
+
专业版:base64 编码后大小不超过10M。
|
|
430
|
+
非专业版:base64 编码后大小不超过5M。
|
|
426
431
|
*/
|
|
427
432
|
LogoUrl?: string
|
|
428
433
|
/**
|
|
429
|
-
*
|
|
434
|
+
* 输入图片base64。
|
|
430
435
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
431
|
-
●支持图片格式:支持jpg或png
|
|
436
|
+
●支持图片格式:支持jpg或png
|
|
437
|
+
专业版:base64 编码后大小不超过10M。
|
|
438
|
+
非专业版:base64 编码后大小不超过5M。
|
|
432
439
|
*/
|
|
433
440
|
LogoImage?: string
|
|
434
441
|
}
|
|
@@ -23,17 +23,17 @@ export interface AsrTimestamps {
|
|
|
23
23
|
* 文本片段
|
|
24
24
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
25
|
*/
|
|
26
|
-
Text
|
|
26
|
+
Text: string
|
|
27
27
|
/**
|
|
28
28
|
* 开始时间
|
|
29
29
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
30
|
*/
|
|
31
|
-
StartMs
|
|
31
|
+
StartMs: number
|
|
32
32
|
/**
|
|
33
33
|
* 结束时间
|
|
34
34
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
35
|
*/
|
|
36
|
-
EndMs
|
|
36
|
+
EndMs: number
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/**
|
|
@@ -374,6 +374,10 @@ export interface SubmitVideoTranslateJobRequest {
|
|
|
374
374
|
* 是否开启口型驱动,0:不开启,1:开启。默认开启。
|
|
375
375
|
*/
|
|
376
376
|
LipSync?: number
|
|
377
|
+
/**
|
|
378
|
+
* 音色 Id
|
|
379
|
+
*/
|
|
380
|
+
VoiceType?: string
|
|
377
381
|
}
|
|
378
382
|
|
|
379
383
|
/**
|
|
@@ -126,6 +126,7 @@ export class Client extends AbstractClient {
|
|
|
126
126
|
* 本接口用于获取声音复刻训练文本信息。
|
|
127
127
|
请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
128
128
|
• 签名方法参考 公共参数 中签名方法v3。
|
|
129
|
+
• 当复刻类型为一句话声音复刻时,生成的TextId有效期为7天,且在成功创建一次复刻任务后失效。
|
|
129
130
|
*/
|
|
130
131
|
async GetTrainingText(
|
|
131
132
|
req: GetTrainingTextRequest,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.932";
|
|
@@ -167,7 +167,8 @@ export interface FuseParam {
|
|
|
167
167
|
*/
|
|
168
168
|
export interface ImageCodecParam {
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
* 元数据是描述媒体文件的附加信息。通过添加自定义的元数据,可以将一些附加信息嵌入到文件中。这些信息可以用于版权、描述、标识等目的,并在后续的媒体处理或管理过程中使用。
|
|
171
|
+
个数不能大于1。
|
|
171
172
|
*/
|
|
172
173
|
MetaData?: Array<MetaData>;
|
|
173
174
|
}
|
|
@@ -350,11 +351,11 @@ export interface FaceRect {
|
|
|
350
351
|
*/
|
|
351
352
|
export interface MetaData {
|
|
352
353
|
/**
|
|
353
|
-
* MetaData的Key
|
|
354
|
+
* MetaData的Key,字符长度不能超过32
|
|
354
355
|
*/
|
|
355
356
|
MetaKey: string;
|
|
356
357
|
/**
|
|
357
|
-
* MetaData的Value
|
|
358
|
+
* MetaData的Value,字符长度不能超过256
|
|
358
359
|
*/
|
|
359
360
|
MetaValue: string;
|
|
360
361
|
}
|
|
@@ -385,18 +386,24 @@ export interface DescribeMaterialListRequest {
|
|
|
385
386
|
export interface LogoParam {
|
|
386
387
|
/**
|
|
387
388
|
* 标识图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配。
|
|
389
|
+
Width、Height <= 2160。
|
|
388
390
|
*/
|
|
389
391
|
LogoRect: FaceRect;
|
|
390
392
|
/**
|
|
391
|
-
* 标识图片Url
|
|
393
|
+
* 标识图片Url地址
|
|
394
|
+
|
|
392
395
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
393
|
-
●支持图片格式:支持jpg或png
|
|
396
|
+
●支持图片格式:支持jpg或png
|
|
397
|
+
专业版:base64 编码后大小不超过10M。
|
|
398
|
+
非专业版:base64 编码后大小不超过5M。
|
|
394
399
|
*/
|
|
395
400
|
LogoUrl?: string;
|
|
396
401
|
/**
|
|
397
|
-
*
|
|
402
|
+
* 输入图片base64。
|
|
398
403
|
●base64 和 url 必须提供一个,如果都提供以 url 为准。
|
|
399
|
-
●支持图片格式:支持jpg或png
|
|
404
|
+
●支持图片格式:支持jpg或png
|
|
405
|
+
专业版:base64 编码后大小不超过10M。
|
|
406
|
+
非专业版:base64 编码后大小不超过5M。
|
|
400
407
|
*/
|
|
401
408
|
LogoImage?: string;
|
|
402
409
|
}
|
|
@@ -6,17 +6,17 @@ export interface AsrTimestamps {
|
|
|
6
6
|
* 文本片段
|
|
7
7
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
8
|
*/
|
|
9
|
-
Text
|
|
9
|
+
Text: string;
|
|
10
10
|
/**
|
|
11
11
|
* 开始时间
|
|
12
12
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13
13
|
*/
|
|
14
|
-
StartMs
|
|
14
|
+
StartMs: number;
|
|
15
15
|
/**
|
|
16
16
|
* 结束时间
|
|
17
17
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18
18
|
*/
|
|
19
|
-
EndMs
|
|
19
|
+
EndMs: number;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* SubmitVideoStylizationJob请求参数结构体
|
|
@@ -340,6 +340,10 @@ export interface SubmitVideoTranslateJobRequest {
|
|
|
340
340
|
* 是否开启口型驱动,0:不开启,1:开启。默认开启。
|
|
341
341
|
*/
|
|
342
342
|
LipSync?: number;
|
|
343
|
+
/**
|
|
344
|
+
* 音色 Id
|
|
345
|
+
*/
|
|
346
|
+
VoiceType?: string;
|
|
343
347
|
}
|
|
344
348
|
/**
|
|
345
349
|
* SubmitPortraitSingJob返回参数结构体
|
|
@@ -44,6 +44,7 @@ export declare class Client extends AbstractClient {
|
|
|
44
44
|
* 本接口用于获取声音复刻训练文本信息。
|
|
45
45
|
请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
46
46
|
• 签名方法参考 公共参数 中签名方法v3。
|
|
47
|
+
• 当复刻类型为一句话声音复刻时,生成的TextId有效期为7天,且在成功创建一次复刻任务后失效。
|
|
47
48
|
*/
|
|
48
49
|
GetTrainingText(req: GetTrainingTextRequest, cb?: (error: string, rep: GetTrainingTextResponse) => void): Promise<GetTrainingTextResponse>;
|
|
49
50
|
}
|
|
@@ -76,6 +76,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
76
76
|
* 本接口用于获取声音复刻训练文本信息。
|
|
77
77
|
请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
78
78
|
• 签名方法参考 公共参数 中签名方法v3。
|
|
79
|
+
• 当复刻类型为一句话声音复刻时,生成的TextId有效期为7天,且在成功创建一次复刻任务后失效。
|
|
79
80
|
*/
|
|
80
81
|
async GetTrainingText(req, cb) {
|
|
81
82
|
return this.request("GetTrainingText", req, cb);
|