tencentcloud-sdk-nodejs-vclm 4.1.219 → 4.1.262
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.
|
@@ -6,8 +6,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
6
6
|
async SubmitHunyuanToVideoJob(req, cb) {
|
|
7
7
|
return this.request("SubmitHunyuanToVideoJob", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async DescribeTextToVideoJob(req, cb) {
|
|
10
|
+
return this.request("DescribeTextToVideoJob", req, cb);
|
|
11
11
|
}
|
|
12
12
|
async SubmitPortraitSingJob(req, cb) {
|
|
13
13
|
return this.request("SubmitPortraitSingJob", req, cb);
|
|
@@ -15,9 +15,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
15
15
|
async DescribeVideoEditKlingJob(req, cb) {
|
|
16
16
|
return this.request("DescribeVideoEditKlingJob", req, cb);
|
|
17
17
|
}
|
|
18
|
-
async DescribeTextToVideoJob(req, cb) {
|
|
19
|
-
return this.request("DescribeTextToVideoJob", req, cb);
|
|
20
|
-
}
|
|
21
18
|
async SubmitTextToVideoViduJob(req, cb) {
|
|
22
19
|
return this.request("SubmitTextToVideoViduJob", req, cb);
|
|
23
20
|
}
|
|
@@ -33,9 +30,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
33
30
|
async SubmitImageToVideoViduJob(req, cb) {
|
|
34
31
|
return this.request("SubmitImageToVideoViduJob", req, cb);
|
|
35
32
|
}
|
|
36
|
-
async CheckAnimateImageJob(req, cb) {
|
|
37
|
-
return this.request("CheckAnimateImageJob", req, cb);
|
|
38
|
-
}
|
|
39
33
|
async SubmitVideoExtendKlingJob(req, cb) {
|
|
40
34
|
return this.request("SubmitVideoExtendKlingJob", req, cb);
|
|
41
35
|
}
|
|
@@ -45,9 +39,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
45
39
|
async DescribeTemplateToVideoJob(req, cb) {
|
|
46
40
|
return this.request("DescribeTemplateToVideoJob", req, cb);
|
|
47
41
|
}
|
|
48
|
-
async SubmitVideoStylizationJob(req, cb) {
|
|
49
|
-
return this.request("SubmitVideoStylizationJob", req, cb);
|
|
50
|
-
}
|
|
51
42
|
async DescribePortraitSingJob(req, cb) {
|
|
52
43
|
return this.request("DescribePortraitSingJob", req, cb);
|
|
53
44
|
}
|
|
@@ -57,26 +48,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
57
48
|
async DescribeVideoExtendKlingJob(req, cb) {
|
|
58
49
|
return this.request("DescribeVideoExtendKlingJob", req, cb);
|
|
59
50
|
}
|
|
60
|
-
async SubmitTemplateToVideoJob(req, cb) {
|
|
61
|
-
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
62
|
-
}
|
|
63
|
-
async SubmitVideoEditJob(req, cb) {
|
|
64
|
-
return this.request("SubmitVideoEditJob", req, cb);
|
|
65
|
-
}
|
|
66
|
-
async DescribeVideoVoiceJob(req, cb) {
|
|
67
|
-
return this.request("DescribeVideoVoiceJob", req, cb);
|
|
68
|
-
}
|
|
69
51
|
async SubmitImageToVideoJob(req, cb) {
|
|
70
52
|
return this.request("SubmitImageToVideoJob", req, cb);
|
|
71
53
|
}
|
|
72
54
|
async DescribeHumanActorJob(req, cb) {
|
|
73
55
|
return this.request("DescribeHumanActorJob", req, cb);
|
|
74
56
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
77
|
-
}
|
|
78
|
-
async SubmitVideoVoiceJob(req, cb) {
|
|
79
|
-
return this.request("SubmitVideoVoiceJob", req, cb);
|
|
57
|
+
async SubmitTextToVideoJob(req, cb) {
|
|
58
|
+
return this.request("SubmitTextToVideoJob", req, cb);
|
|
80
59
|
}
|
|
81
60
|
async SubmitHumanActorJob(req, cb) {
|
|
82
61
|
return this.request("SubmitHumanActorJob", req, cb);
|
|
@@ -84,14 +63,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
84
63
|
async DeleteAigcElement(req, cb) {
|
|
85
64
|
return this.request("DeleteAigcElement", req, cb);
|
|
86
65
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
89
|
-
}
|
|
90
|
-
async DescribeImageAnimateJob(req, cb) {
|
|
91
|
-
return this.request("DescribeImageAnimateJob", req, cb);
|
|
92
|
-
}
|
|
93
|
-
async SubmitImageAnimateJob(req, cb) {
|
|
94
|
-
return this.request("SubmitImageAnimateJob", req, cb);
|
|
66
|
+
async SubmitTemplateToVideoJob(req, cb) {
|
|
67
|
+
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
95
68
|
}
|
|
96
69
|
async DescribeAigcElement(req, cb) {
|
|
97
70
|
return this.request("DescribeAigcElement", req, cb);
|
|
@@ -99,18 +72,12 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
99
72
|
async DescribeImageToVideoViduJob(req, cb) {
|
|
100
73
|
return this.request("DescribeImageToVideoViduJob", req, cb);
|
|
101
74
|
}
|
|
102
|
-
async DescribeVideoStylizationJob(req, cb) {
|
|
103
|
-
return this.request("DescribeVideoStylizationJob", req, cb);
|
|
104
|
-
}
|
|
105
75
|
async DescribeTextToVideoViduJob(req, cb) {
|
|
106
76
|
return this.request("DescribeTextToVideoViduJob", req, cb);
|
|
107
77
|
}
|
|
108
78
|
async SubmitVideoEditKlingJob(req, cb) {
|
|
109
79
|
return this.request("SubmitVideoEditKlingJob", req, cb);
|
|
110
80
|
}
|
|
111
|
-
async SubmitTextToVideoJob(req, cb) {
|
|
112
|
-
return this.request("SubmitTextToVideoJob", req, cb);
|
|
113
|
-
}
|
|
114
81
|
async DescribeImageToVideoJob(req, cb) {
|
|
115
82
|
return this.request("DescribeImageToVideoJob", req, cb);
|
|
116
83
|
}
|
|
@@ -123,8 +90,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
123
90
|
async CreateAigcElement(req, cb) {
|
|
124
91
|
return this.request("CreateAigcElement", req, cb);
|
|
125
92
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
93
|
+
async DescribeHunyuanToVideoJob(req, cb) {
|
|
94
|
+
return this.request("DescribeHunyuanToVideoJob", req, cb);
|
|
128
95
|
}
|
|
129
96
|
async SubmitImageToVideoGeneralJob(req, cb) {
|
|
130
97
|
return this.request("SubmitImageToVideoGeneralJob", req, cb);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeImageToVideoGeneralJobResponse,
|
|
2
|
+
import { DescribeImageToVideoGeneralJobResponse, DescribeTextToVideoViduJobRequest, SubmitImageToVideoViduJobRequest, SubmitVideoEditKlingJobRequest, SubmitHumanActorJobRequest, DescribeImageToVideoJobRequest, DeleteAigcElementRequest, DescribeImageToVideoViduJobResponse, SubmitImageToVideoViduJobResponse, DescribeTextToVideoViduJobResponse, DescribeVideoExtendKlingJobRequest, SubmitReferenceToVideoViduJobRequest, DescribeTemplateToVideoJobResponse, DescribeVideoFaceFusionJobResponse, CreateAigcElementResponse, DescribeImageToVideoJobResponse, DescribeVideoFaceFusionJobRequest, SubmitReferenceToVideoViduJobResponse, DescribePortraitSingJobRequest, DescribeImageToVideoViduJobRequest, SubmitImageToVideoGeneralJobResponse, SubmitTextToVideoViduJobRequest, SubmitImageToVideoJobRequest, DescribeHunyuanToVideoJobRequest, SubmitVideoFaceFusionJobResponse, DescribeAigcElementResponse, SubmitTextToVideoViduJobResponse, DescribeAigcElementRequest, DescribeReferenceToVideoViduJobResponse, SubmitMotionControlKlingJobRequest, SubmitVideoExtendKlingJobRequest, SubmitTemplateToVideoJobResponse, SubmitHumanActorJobResponse, DescribeVideoExtendKlingJobResponse, DeleteAigcElementResponse, SubmitPortraitSingJobRequest, SubmitMotionControlKlingJobResponse, DescribeVideoEditKlingJobRequest, SubmitVideoEditKlingJobResponse, DescribeTextToVideoJobResponse, SubmitHunyuanToVideoJobResponse, DescribeHumanActorJobResponse, SubmitTextToVideoJobRequest, DescribeReferenceToVideoViduJobRequest, SubmitVideoFaceFusionJobRequest, CreateAigcElementRequest, SubmitPortraitSingJobResponse, SubmitTemplateToVideoJobRequest, SubmitImageToVideoGeneralJobRequest, SubmitHunyuanToVideoJobRequest, DescribeTextToVideoJobRequest, DescribeMotionControlKlingJobResponse, DescribeHumanActorJobRequest, DescribeImageToVideoGeneralJobRequest, DescribeVideoEditKlingJobResponse, DescribeTemplateToVideoJobRequest, DescribeMotionControlKlingJobRequest, SubmitTextToVideoJobResponse, SubmitImageToVideoJobResponse, DescribePortraitSingJobResponse, DescribeHunyuanToVideoJobResponse, SubmitVideoExtendKlingJobResponse } from "./vclm_models";
|
|
3
3
|
/**
|
|
4
4
|
* vclm client
|
|
5
5
|
* @class
|
|
@@ -13,9 +13,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
13
13
|
*/
|
|
14
14
|
SubmitHunyuanToVideoJob(req: SubmitHunyuanToVideoJobRequest, cb?: (error: string, rep: SubmitHunyuanToVideoJobResponse) => void): Promise<SubmitHunyuanToVideoJobResponse>;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* 用于查询文生视频任务。
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
DescribeTextToVideoJob(req: DescribeTextToVideoJobRequest, cb?: (error: string, rep: DescribeTextToVideoJobResponse) => void): Promise<DescribeTextToVideoJobResponse>;
|
|
19
19
|
/**
|
|
20
20
|
* 用于提交图片唱演任务。
|
|
21
21
|
支持提交音频和图片生成唱演视频,满足社交娱乐、互动营销等场景的需求。
|
|
@@ -25,10 +25,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
25
25
|
* 查询Kling多模态编辑任务
|
|
26
26
|
*/
|
|
27
27
|
DescribeVideoEditKlingJob(req: DescribeVideoEditKlingJobRequest, cb?: (error: string, rep: DescribeVideoEditKlingJobResponse) => void): Promise<DescribeVideoEditKlingJobResponse>;
|
|
28
|
-
/**
|
|
29
|
-
* 用于查询文生视频任务。
|
|
30
|
-
*/
|
|
31
|
-
DescribeTextToVideoJob(req: DescribeTextToVideoJobRequest, cb?: (error: string, rep: DescribeTextToVideoJobResponse) => void): Promise<DescribeTextToVideoJobResponse>;
|
|
32
28
|
/**
|
|
33
29
|
* 提交Vidu文生视频任务接口
|
|
34
30
|
*/
|
|
@@ -49,10 +45,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
49
45
|
* 提交Vidu图生视频任务接口
|
|
50
46
|
*/
|
|
51
47
|
SubmitImageToVideoViduJob(req: SubmitImageToVideoViduJobRequest, cb?: (error: string, rep: SubmitImageToVideoViduJobResponse) => void): Promise<SubmitImageToVideoViduJobResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* 检查图片跳舞输入图
|
|
54
|
-
*/
|
|
55
|
-
CheckAnimateImageJob(req: CheckAnimateImageJobRequest, cb?: (error: string, rep: CheckAnimateImageJobResponse) => void): Promise<CheckAnimateImageJobResponse>;
|
|
56
48
|
/**
|
|
57
49
|
* 用于提交视频延长任务接口。
|
|
58
50
|
*/
|
|
@@ -65,10 +57,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
65
57
|
* 用于查询视频特效任务。
|
|
66
58
|
*/
|
|
67
59
|
DescribeTemplateToVideoJob(req: DescribeTemplateToVideoJobRequest, cb?: (error: string, rep: DescribeTemplateToVideoJobResponse) => void): Promise<DescribeTemplateToVideoJobResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* 用于提交视频风格化任务。支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
|
|
70
|
-
*/
|
|
71
|
-
SubmitVideoStylizationJob(req: SubmitVideoStylizationJobRequest, cb?: (error: string, rep: SubmitVideoStylizationJobResponse) => void): Promise<SubmitVideoStylizationJobResponse>;
|
|
72
60
|
/**
|
|
73
61
|
* 用于查询图片唱演任务。
|
|
74
62
|
支持提交音频和图片生成唱演视频,满足社交娱乐、互动营销等场景的需求。
|
|
@@ -82,18 +70,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
82
70
|
* 查询视频延长任务
|
|
83
71
|
*/
|
|
84
72
|
DescribeVideoExtendKlingJob(req: DescribeVideoExtendKlingJobRequest, cb?: (error: string, rep: DescribeVideoExtendKlingJobResponse) => void): Promise<DescribeVideoExtendKlingJobResponse>;
|
|
85
|
-
/**
|
|
86
|
-
* 提交视频特效任务接口
|
|
87
|
-
*/
|
|
88
|
-
SubmitTemplateToVideoJob(req: SubmitTemplateToVideoJobRequest, cb?: (error: string, rep: SubmitTemplateToVideoJobResponse) => void): Promise<SubmitTemplateToVideoJobResponse>;
|
|
89
|
-
/**
|
|
90
|
-
* 用于提交视频编辑任务,支持上传视频、文本及图片素材开展编辑操作,涵盖风格迁移、元素替换、内容增减等核心能力。
|
|
91
|
-
*/
|
|
92
|
-
SubmitVideoEditJob(req: SubmitVideoEditJobRequest, cb?: (error: string, rep: SubmitVideoEditJobResponse) => void): Promise<SubmitVideoEditJobResponse>;
|
|
93
|
-
/**
|
|
94
|
-
* 通过JobId提交请求,获取视频配音频任务的结果信息。
|
|
95
|
-
*/
|
|
96
|
-
DescribeVideoVoiceJob(req: DescribeVideoVoiceJobRequest, cb?: (error: string, rep: DescribeVideoVoiceJobResponse) => void): Promise<DescribeVideoVoiceJobResponse>;
|
|
97
73
|
/**
|
|
98
74
|
* 提交视频特效任务接口
|
|
99
75
|
*/
|
|
@@ -103,13 +79,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
103
79
|
*/
|
|
104
80
|
DescribeHumanActorJob(req: DescribeHumanActorJobRequest, cb?: (error: string, rep: DescribeHumanActorJobResponse) => void): Promise<DescribeHumanActorJobResponse>;
|
|
105
81
|
/**
|
|
106
|
-
*
|
|
107
|
-
*/
|
|
108
|
-
SubmitAigcVideoJob(req: SubmitAigcVideoJobRequest, cb?: (error: string, rep: SubmitAigcVideoJobResponse) => void): Promise<SubmitAigcVideoJobResponse>;
|
|
109
|
-
/**
|
|
110
|
-
* 提交视频配音效任务,输入视频后提交请求,会返回一个JobId,用于查询视频配音效的处理进度。
|
|
82
|
+
* 通过提交对视频内容的描述文本生成一个短视频。文生视频为异步处理任务,成功提交任务后返回任务的JobId。
|
|
111
83
|
*/
|
|
112
|
-
|
|
84
|
+
SubmitTextToVideoJob(req: SubmitTextToVideoJobRequest, cb?: (error: string, rep: SubmitTextToVideoJobResponse) => void): Promise<SubmitTextToVideoJobResponse>;
|
|
113
85
|
/**
|
|
114
86
|
* 用于提交人像驱动任务
|
|
115
87
|
支持提交音频和图文来生成对应视频,满足动态交互、内容生产等场景需求。
|
|
@@ -120,17 +92,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
120
92
|
*/
|
|
121
93
|
DeleteAigcElement(req: DeleteAigcElementRequest, cb?: (error: string, rep: DeleteAigcElementResponse) => void): Promise<DeleteAigcElementResponse>;
|
|
122
94
|
/**
|
|
123
|
-
*
|
|
124
|
-
*/
|
|
125
|
-
DescribeHunyuanToVideoJob(req: DescribeHunyuanToVideoJobRequest, cb?: (error: string, rep: DescribeHunyuanToVideoJobResponse) => void): Promise<DescribeHunyuanToVideoJobResponse>;
|
|
126
|
-
/**
|
|
127
|
-
* 用于查询图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。
|
|
128
|
-
*/
|
|
129
|
-
DescribeImageAnimateJob(req: DescribeImageAnimateJobRequest, cb?: (error: string, rep: DescribeImageAnimateJobResponse) => void): Promise<DescribeImageAnimateJobResponse>;
|
|
130
|
-
/**
|
|
131
|
-
* 用于提交图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。
|
|
95
|
+
* 提交视频特效任务接口
|
|
132
96
|
*/
|
|
133
|
-
|
|
97
|
+
SubmitTemplateToVideoJob(req: SubmitTemplateToVideoJobRequest, cb?: (error: string, rep: SubmitTemplateToVideoJobResponse) => void): Promise<SubmitTemplateToVideoJobResponse>;
|
|
134
98
|
/**
|
|
135
99
|
* 提交视频特效任务接口
|
|
136
100
|
*/
|
|
@@ -139,10 +103,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
139
103
|
* 查询Vidu图生视频任务接口
|
|
140
104
|
*/
|
|
141
105
|
DescribeImageToVideoViduJob(req: DescribeImageToVideoViduJobRequest, cb?: (error: string, rep: DescribeImageToVideoViduJobResponse) => void): Promise<DescribeImageToVideoViduJobResponse>;
|
|
142
|
-
/**
|
|
143
|
-
* 用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
|
|
144
|
-
*/
|
|
145
|
-
DescribeVideoStylizationJob(req: DescribeVideoStylizationJobRequest, cb?: (error: string, rep: DescribeVideoStylizationJobResponse) => void): Promise<DescribeVideoStylizationJobResponse>;
|
|
146
106
|
/**
|
|
147
107
|
* 查询Vidu文生视频任务接口
|
|
148
108
|
*/
|
|
@@ -151,10 +111,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
151
111
|
* 提交Kling多模态编辑任务
|
|
152
112
|
*/
|
|
153
113
|
SubmitVideoEditKlingJob(req: SubmitVideoEditKlingJobRequest, cb?: (error: string, rep: SubmitVideoEditKlingJobResponse) => void): Promise<SubmitVideoEditKlingJobResponse>;
|
|
154
|
-
/**
|
|
155
|
-
* 通过提交对视频内容的描述文本生成一个短视频。文生视频为异步处理任务,成功提交任务后返回任务的JobId。
|
|
156
|
-
*/
|
|
157
|
-
SubmitTextToVideoJob(req: SubmitTextToVideoJobRequest, cb?: (error: string, rep: SubmitTextToVideoJobResponse) => void): Promise<SubmitTextToVideoJobResponse>;
|
|
158
114
|
/**
|
|
159
115
|
* 用于查询视频特效任务。
|
|
160
116
|
*/
|
|
@@ -172,9 +128,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
172
128
|
*/
|
|
173
129
|
CreateAigcElement(req: CreateAigcElementRequest, cb?: (error: string, rep: CreateAigcElementResponse) => void): Promise<CreateAigcElementResponse>;
|
|
174
130
|
/**
|
|
175
|
-
*
|
|
131
|
+
* 查询混元生视频任务
|
|
176
132
|
*/
|
|
177
|
-
|
|
133
|
+
DescribeHunyuanToVideoJob(req: DescribeHunyuanToVideoJobRequest, cb?: (error: string, rep: DescribeHunyuanToVideoJobResponse) => void): Promise<DescribeHunyuanToVideoJobResponse>;
|
|
178
134
|
/**
|
|
179
135
|
* 图生视频通用能力接口
|
|
180
136
|
*/
|
|
@@ -37,10 +37,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
37
37
|
return this.request("SubmitHunyuanToVideoJob", req, cb);
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* 用于查询文生视频任务。
|
|
41
41
|
*/
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
42
|
+
async DescribeTextToVideoJob(req, cb) {
|
|
43
|
+
return this.request("DescribeTextToVideoJob", req, cb);
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* 用于提交图片唱演任务。
|
|
@@ -55,12 +55,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
55
55
|
async DescribeVideoEditKlingJob(req, cb) {
|
|
56
56
|
return this.request("DescribeVideoEditKlingJob", req, cb);
|
|
57
57
|
}
|
|
58
|
-
/**
|
|
59
|
-
* 用于查询文生视频任务。
|
|
60
|
-
*/
|
|
61
|
-
async DescribeTextToVideoJob(req, cb) {
|
|
62
|
-
return this.request("DescribeTextToVideoJob", req, cb);
|
|
63
|
-
}
|
|
64
58
|
/**
|
|
65
59
|
* 提交Vidu文生视频任务接口
|
|
66
60
|
*/
|
|
@@ -91,12 +85,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
91
85
|
async SubmitImageToVideoViduJob(req, cb) {
|
|
92
86
|
return this.request("SubmitImageToVideoViduJob", req, cb);
|
|
93
87
|
}
|
|
94
|
-
/**
|
|
95
|
-
* 检查图片跳舞输入图
|
|
96
|
-
*/
|
|
97
|
-
async CheckAnimateImageJob(req, cb) {
|
|
98
|
-
return this.request("CheckAnimateImageJob", req, cb);
|
|
99
|
-
}
|
|
100
88
|
/**
|
|
101
89
|
* 用于提交视频延长任务接口。
|
|
102
90
|
*/
|
|
@@ -115,12 +103,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
115
103
|
async DescribeTemplateToVideoJob(req, cb) {
|
|
116
104
|
return this.request("DescribeTemplateToVideoJob", req, cb);
|
|
117
105
|
}
|
|
118
|
-
/**
|
|
119
|
-
* 用于提交视频风格化任务。支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
|
|
120
|
-
*/
|
|
121
|
-
async SubmitVideoStylizationJob(req, cb) {
|
|
122
|
-
return this.request("SubmitVideoStylizationJob", req, cb);
|
|
123
|
-
}
|
|
124
106
|
/**
|
|
125
107
|
* 用于查询图片唱演任务。
|
|
126
108
|
支持提交音频和图片生成唱演视频,满足社交娱乐、互动营销等场景的需求。
|
|
@@ -140,24 +122,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
140
122
|
async DescribeVideoExtendKlingJob(req, cb) {
|
|
141
123
|
return this.request("DescribeVideoExtendKlingJob", req, cb);
|
|
142
124
|
}
|
|
143
|
-
/**
|
|
144
|
-
* 提交视频特效任务接口
|
|
145
|
-
*/
|
|
146
|
-
async SubmitTemplateToVideoJob(req, cb) {
|
|
147
|
-
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* 用于提交视频编辑任务,支持上传视频、文本及图片素材开展编辑操作,涵盖风格迁移、元素替换、内容增减等核心能力。
|
|
151
|
-
*/
|
|
152
|
-
async SubmitVideoEditJob(req, cb) {
|
|
153
|
-
return this.request("SubmitVideoEditJob", req, cb);
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* 通过JobId提交请求,获取视频配音频任务的结果信息。
|
|
157
|
-
*/
|
|
158
|
-
async DescribeVideoVoiceJob(req, cb) {
|
|
159
|
-
return this.request("DescribeVideoVoiceJob", req, cb);
|
|
160
|
-
}
|
|
161
125
|
/**
|
|
162
126
|
* 提交视频特效任务接口
|
|
163
127
|
*/
|
|
@@ -171,16 +135,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
171
135
|
return this.request("DescribeHumanActorJob", req, cb);
|
|
172
136
|
}
|
|
173
137
|
/**
|
|
174
|
-
*
|
|
175
|
-
*/
|
|
176
|
-
async SubmitAigcVideoJob(req, cb) {
|
|
177
|
-
return this.request("SubmitAigcVideoJob", req, cb);
|
|
178
|
-
}
|
|
179
|
-
/**
|
|
180
|
-
* 提交视频配音效任务,输入视频后提交请求,会返回一个JobId,用于查询视频配音效的处理进度。
|
|
138
|
+
* 通过提交对视频内容的描述文本生成一个短视频。文生视频为异步处理任务,成功提交任务后返回任务的JobId。
|
|
181
139
|
*/
|
|
182
|
-
async
|
|
183
|
-
return this.request("
|
|
140
|
+
async SubmitTextToVideoJob(req, cb) {
|
|
141
|
+
return this.request("SubmitTextToVideoJob", req, cb);
|
|
184
142
|
}
|
|
185
143
|
/**
|
|
186
144
|
* 用于提交人像驱动任务
|
|
@@ -196,22 +154,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
196
154
|
return this.request("DeleteAigcElement", req, cb);
|
|
197
155
|
}
|
|
198
156
|
/**
|
|
199
|
-
*
|
|
200
|
-
*/
|
|
201
|
-
async DescribeHunyuanToVideoJob(req, cb) {
|
|
202
|
-
return this.request("DescribeHunyuanToVideoJob", req, cb);
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* 用于查询图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。
|
|
206
|
-
*/
|
|
207
|
-
async DescribeImageAnimateJob(req, cb) {
|
|
208
|
-
return this.request("DescribeImageAnimateJob", req, cb);
|
|
209
|
-
}
|
|
210
|
-
/**
|
|
211
|
-
* 用于提交图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。
|
|
157
|
+
* 提交视频特效任务接口
|
|
212
158
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
159
|
+
async SubmitTemplateToVideoJob(req, cb) {
|
|
160
|
+
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
215
161
|
}
|
|
216
162
|
/**
|
|
217
163
|
* 提交视频特效任务接口
|
|
@@ -225,12 +171,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
225
171
|
async DescribeImageToVideoViduJob(req, cb) {
|
|
226
172
|
return this.request("DescribeImageToVideoViduJob", req, cb);
|
|
227
173
|
}
|
|
228
|
-
/**
|
|
229
|
-
* 用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
|
|
230
|
-
*/
|
|
231
|
-
async DescribeVideoStylizationJob(req, cb) {
|
|
232
|
-
return this.request("DescribeVideoStylizationJob", req, cb);
|
|
233
|
-
}
|
|
234
174
|
/**
|
|
235
175
|
* 查询Vidu文生视频任务接口
|
|
236
176
|
*/
|
|
@@ -243,12 +183,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
243
183
|
async SubmitVideoEditKlingJob(req, cb) {
|
|
244
184
|
return this.request("SubmitVideoEditKlingJob", req, cb);
|
|
245
185
|
}
|
|
246
|
-
/**
|
|
247
|
-
* 通过提交对视频内容的描述文本生成一个短视频。文生视频为异步处理任务,成功提交任务后返回任务的JobId。
|
|
248
|
-
*/
|
|
249
|
-
async SubmitTextToVideoJob(req, cb) {
|
|
250
|
-
return this.request("SubmitTextToVideoJob", req, cb);
|
|
251
|
-
}
|
|
252
186
|
/**
|
|
253
187
|
* 用于查询视频特效任务。
|
|
254
188
|
*/
|
|
@@ -274,10 +208,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
274
208
|
return this.request("CreateAigcElement", req, cb);
|
|
275
209
|
}
|
|
276
210
|
/**
|
|
277
|
-
*
|
|
211
|
+
* 查询混元生视频任务
|
|
278
212
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
213
|
+
async DescribeHunyuanToVideoJob(req, cb) {
|
|
214
|
+
return this.request("DescribeHunyuanToVideoJob", req, cb);
|
|
281
215
|
}
|
|
282
216
|
/**
|
|
283
217
|
* 图生视频通用能力接口
|