tencentcloud-sdk-nodejs-vclm 4.1.205 → 4.1.215
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.
|
@@ -12,12 +12,33 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
12
12
|
async SubmitPortraitSingJob(req, cb) {
|
|
13
13
|
return this.request("SubmitPortraitSingJob", req, cb);
|
|
14
14
|
}
|
|
15
|
+
async DescribeVideoEditKlingJob(req, cb) {
|
|
16
|
+
return this.request("DescribeVideoEditKlingJob", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async DescribeTextToVideoJob(req, cb) {
|
|
19
|
+
return this.request("DescribeTextToVideoJob", req, cb);
|
|
20
|
+
}
|
|
21
|
+
async SubmitTextToVideoViduJob(req, cb) {
|
|
22
|
+
return this.request("SubmitTextToVideoViduJob", req, cb);
|
|
23
|
+
}
|
|
24
|
+
async SubmitMotionControlKlingJob(req, cb) {
|
|
25
|
+
return this.request("SubmitMotionControlKlingJob", req, cb);
|
|
26
|
+
}
|
|
15
27
|
async SubmitVideoFaceFusionJob(req, cb) {
|
|
16
28
|
return this.request("SubmitVideoFaceFusionJob", req, cb);
|
|
17
29
|
}
|
|
30
|
+
async DescribeReferenceToVideoViduJob(req, cb) {
|
|
31
|
+
return this.request("DescribeReferenceToVideoViduJob", req, cb);
|
|
32
|
+
}
|
|
33
|
+
async SubmitImageToVideoViduJob(req, cb) {
|
|
34
|
+
return this.request("SubmitImageToVideoViduJob", req, cb);
|
|
35
|
+
}
|
|
18
36
|
async CheckAnimateImageJob(req, cb) {
|
|
19
37
|
return this.request("CheckAnimateImageJob", req, cb);
|
|
20
38
|
}
|
|
39
|
+
async SubmitVideoExtendKlingJob(req, cb) {
|
|
40
|
+
return this.request("SubmitVideoExtendKlingJob", req, cb);
|
|
41
|
+
}
|
|
21
42
|
async DescribeImageToVideoGeneralJob(req, cb) {
|
|
22
43
|
return this.request("DescribeImageToVideoGeneralJob", req, cb);
|
|
23
44
|
}
|
|
@@ -33,12 +54,24 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
33
54
|
async DescribeAigcVideoJob(req, cb) {
|
|
34
55
|
return this.request("DescribeAigcVideoJob", req, cb);
|
|
35
56
|
}
|
|
57
|
+
async DescribeVideoExtendKlingJob(req, cb) {
|
|
58
|
+
return this.request("DescribeVideoExtendKlingJob", req, cb);
|
|
59
|
+
}
|
|
60
|
+
async SubmitTemplateToVideoJob(req, cb) {
|
|
61
|
+
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
62
|
+
}
|
|
36
63
|
async SubmitVideoEditJob(req, cb) {
|
|
37
64
|
return this.request("SubmitVideoEditJob", req, cb);
|
|
38
65
|
}
|
|
39
66
|
async DescribeVideoVoiceJob(req, cb) {
|
|
40
67
|
return this.request("DescribeVideoVoiceJob", req, cb);
|
|
41
68
|
}
|
|
69
|
+
async SubmitImageToVideoJob(req, cb) {
|
|
70
|
+
return this.request("SubmitImageToVideoJob", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async DescribeHumanActorJob(req, cb) {
|
|
73
|
+
return this.request("DescribeHumanActorJob", req, cb);
|
|
74
|
+
}
|
|
42
75
|
async SubmitAigcVideoJob(req, cb) {
|
|
43
76
|
return this.request("SubmitAigcVideoJob", req, cb);
|
|
44
77
|
}
|
|
@@ -57,17 +90,32 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
57
90
|
async SubmitImageAnimateJob(req, cb) {
|
|
58
91
|
return this.request("SubmitImageAnimateJob", req, cb);
|
|
59
92
|
}
|
|
93
|
+
async SubmitVideoEditKlingJob(req, cb) {
|
|
94
|
+
return this.request("SubmitVideoEditKlingJob", req, cb);
|
|
95
|
+
}
|
|
96
|
+
async DescribeImageToVideoViduJob(req, cb) {
|
|
97
|
+
return this.request("DescribeImageToVideoViduJob", req, cb);
|
|
98
|
+
}
|
|
60
99
|
async DescribeVideoStylizationJob(req, cb) {
|
|
61
100
|
return this.request("DescribeVideoStylizationJob", req, cb);
|
|
62
101
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
102
|
+
async DescribeTextToVideoViduJob(req, cb) {
|
|
103
|
+
return this.request("DescribeTextToVideoViduJob", req, cb);
|
|
104
|
+
}
|
|
105
|
+
async SubmitTextToVideoJob(req, cb) {
|
|
106
|
+
return this.request("SubmitTextToVideoJob", req, cb);
|
|
107
|
+
}
|
|
108
|
+
async DescribeImageToVideoJob(req, cb) {
|
|
109
|
+
return this.request("DescribeImageToVideoJob", req, cb);
|
|
110
|
+
}
|
|
111
|
+
async SubmitReferenceToVideoViduJob(req, cb) {
|
|
112
|
+
return this.request("SubmitReferenceToVideoViduJob", req, cb);
|
|
65
113
|
}
|
|
66
114
|
async DescribeVideoFaceFusionJob(req, cb) {
|
|
67
115
|
return this.request("DescribeVideoFaceFusionJob", req, cb);
|
|
68
116
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
117
|
+
async DescribeMotionControlKlingJob(req, cb) {
|
|
118
|
+
return this.request("DescribeMotionControlKlingJob", req, cb);
|
|
71
119
|
}
|
|
72
120
|
async SubmitImageToVideoGeneralJob(req, cb) {
|
|
73
121
|
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, SubmitVideoStylizationJobRequest, DescribeVideoVoiceJobResponse, SubmitHumanActorJobRequest, SubmitImageAnimateJobResponse,
|
|
2
|
+
import { DescribeImageToVideoGeneralJobResponse, SubmitVideoStylizationJobRequest, SubmitImageToVideoJobRequest, DescribeVideoVoiceJobResponse, SubmitHumanActorJobRequest, DescribeImageToVideoViduJobResponse, SubmitTextToVideoViduJobRequest, SubmitVideoEditJobRequest, DescribeVideoExtendKlingJobRequest, SubmitVideoEditKlingJobRequest, SubmitImageAnimateJobResponse, SubmitVideoFaceFusionJobResponse, DescribeTemplateToVideoJobResponse, DescribeReferenceToVideoViduJobResponse, SubmitMotionControlKlingJobRequest, SubmitVideoExtendKlingJobRequest, SubmitTemplateToVideoJobResponse, SubmitTemplateToVideoJobRequest, DescribeVideoEditKlingJobRequest, SubmitVideoVoiceJobRequest, DescribeTextToVideoJobResponse, DescribeVideoEditJobResponse, SubmitVideoStylizationJobResponse, SubmitVideoFaceFusionJobRequest, SubmitReferenceToVideoViduJobRequest, SubmitImageToVideoGeneralJobRequest, SubmitImageToVideoViduJobRequest, DescribeHumanActorJobRequest, DescribeImageToVideoGeneralJobRequest, SubmitAigcVideoJobResponse, SubmitVideoVoiceJobResponse, SubmitImageToVideoViduJobResponse, SubmitPortraitSingJobResponse, DescribeImageToVideoJobResponse, DescribePortraitSingJobRequest, DescribeHunyuanToVideoJobRequest, DescribeMotionControlKlingJobRequest, CheckAnimateImageJobResponse, SubmitVideoEditJobResponse, DescribeVideoStylizationJobRequest, SubmitHumanActorJobResponse, DescribeMotionControlKlingJobResponse, SubmitAigcVideoJobRequest, SubmitReferenceToVideoViduJobResponse, DescribeAigcVideoJobRequest, SubmitImageAnimateJobRequest, DescribeVideoFaceFusionJobRequest, DescribeImageToVideoViduJobRequest, SubmitVideoEditKlingJobResponse, DescribeReferenceToVideoViduJobRequest, DescribeImageAnimateJobResponse, DescribeAigcVideoJobResponse, SubmitVideoExtendKlingJobResponse, DescribeHumanActorJobResponse, SubmitMotionControlKlingJobResponse, SubmitTextToVideoJobResponse, DescribeTextToVideoJobRequest, DescribeImageToVideoJobRequest, DescribeTemplateToVideoJobRequest, SubmitTextToVideoViduJobResponse, DescribeImageAnimateJobRequest, DescribePortraitSingJobResponse, DescribeHunyuanToVideoJobResponse, DescribeTextToVideoViduJobRequest, DescribeTextToVideoViduJobResponse, DescribeVideoVoiceJobRequest, DescribeVideoFaceFusionJobResponse, SubmitImageToVideoGeneralJobResponse, CheckAnimateImageJobRequest, DescribeVideoExtendKlingJobResponse, SubmitPortraitSingJobRequest, SubmitHunyuanToVideoJobResponse, SubmitTextToVideoJobRequest, DescribeVideoStylizationJobResponse, SubmitHunyuanToVideoJobRequest, DescribeVideoEditJobRequest, DescribeVideoEditKlingJobResponse, SubmitImageToVideoJobResponse } from "./vclm_models";
|
|
3
3
|
/**
|
|
4
4
|
* vclm client
|
|
5
5
|
* @class
|
|
@@ -21,14 +21,42 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
21
21
|
支持提交音频和图片生成唱演视频,满足社交娱乐、互动营销等场景的需求。
|
|
22
22
|
*/
|
|
23
23
|
SubmitPortraitSingJob(req: SubmitPortraitSingJobRequest, cb?: (error: string, rep: SubmitPortraitSingJobResponse) => void): Promise<SubmitPortraitSingJobResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* 查询Kling多模态编辑任务
|
|
26
|
+
*/
|
|
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
|
+
/**
|
|
33
|
+
* 提交Vidu文生视频任务接口
|
|
34
|
+
*/
|
|
35
|
+
SubmitTextToVideoViduJob(req: SubmitTextToVideoViduJobRequest, cb?: (error: string, rep: SubmitTextToVideoViduJobResponse) => void): Promise<SubmitTextToVideoViduJobResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* 提交动作控制(Kling)任务并发
|
|
38
|
+
*/
|
|
39
|
+
SubmitMotionControlKlingJob(req: SubmitMotionControlKlingJobRequest, cb?: (error: string, rep: SubmitMotionControlKlingJobResponse) => void): Promise<SubmitMotionControlKlingJobResponse>;
|
|
24
40
|
/**
|
|
25
41
|
* 提交视频人脸融合任务
|
|
26
42
|
*/
|
|
27
43
|
SubmitVideoFaceFusionJob(req: SubmitVideoFaceFusionJobRequest, cb?: (error: string, rep: SubmitVideoFaceFusionJobResponse) => void): Promise<SubmitVideoFaceFusionJobResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* 查询Vidu参考生视频任务接口
|
|
46
|
+
*/
|
|
47
|
+
DescribeReferenceToVideoViduJob(req: DescribeReferenceToVideoViduJobRequest, cb?: (error: string, rep: DescribeReferenceToVideoViduJobResponse) => void): Promise<DescribeReferenceToVideoViduJobResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* 提交Vidu图生视频任务接口
|
|
50
|
+
*/
|
|
51
|
+
SubmitImageToVideoViduJob(req: SubmitImageToVideoViduJobRequest, cb?: (error: string, rep: SubmitImageToVideoViduJobResponse) => void): Promise<SubmitImageToVideoViduJobResponse>;
|
|
28
52
|
/**
|
|
29
53
|
* 检查图片跳舞输入图
|
|
30
54
|
*/
|
|
31
55
|
CheckAnimateImageJob(req: CheckAnimateImageJobRequest, cb?: (error: string, rep: CheckAnimateImageJobResponse) => void): Promise<CheckAnimateImageJobResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* 用于提交视频延长任务接口。
|
|
58
|
+
*/
|
|
59
|
+
SubmitVideoExtendKlingJob(req: SubmitVideoExtendKlingJobRequest, cb?: (error: string, rep: SubmitVideoExtendKlingJobResponse) => void): Promise<SubmitVideoExtendKlingJobResponse>;
|
|
32
60
|
/**
|
|
33
61
|
* 查询图生视频通用能力任务接口
|
|
34
62
|
*/
|
|
@@ -50,6 +78,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
50
78
|
* 查询生视频任务
|
|
51
79
|
*/
|
|
52
80
|
DescribeAigcVideoJob(req: DescribeAigcVideoJobRequest, cb?: (error: string, rep: DescribeAigcVideoJobResponse) => void): Promise<DescribeAigcVideoJobResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* 查询视频延长任务
|
|
83
|
+
*/
|
|
84
|
+
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>;
|
|
53
89
|
/**
|
|
54
90
|
* 用于提交视频编辑任务,支持上传视频、文本及图片素材开展编辑操作,涵盖风格迁移、元素替换、内容增减等核心能力。
|
|
55
91
|
*/
|
|
@@ -58,6 +94,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
58
94
|
* 通过JobId提交请求,获取视频配音频任务的结果信息。
|
|
59
95
|
*/
|
|
60
96
|
DescribeVideoVoiceJob(req: DescribeVideoVoiceJobRequest, cb?: (error: string, rep: DescribeVideoVoiceJobResponse) => void): Promise<DescribeVideoVoiceJobResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* 提交视频特效任务接口
|
|
99
|
+
*/
|
|
100
|
+
SubmitImageToVideoJob(req: SubmitImageToVideoJobRequest, cb?: (error: string, rep: SubmitImageToVideoJobResponse) => void): Promise<SubmitImageToVideoJobResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* 通过JobId提交请求,获取人像驱动任务的结果信息。
|
|
103
|
+
*/
|
|
104
|
+
DescribeHumanActorJob(req: DescribeHumanActorJobRequest, cb?: (error: string, rep: DescribeHumanActorJobResponse) => void): Promise<DescribeHumanActorJobResponse>;
|
|
61
105
|
/**
|
|
62
106
|
* 提交生视频任务
|
|
63
107
|
*/
|
|
@@ -83,22 +127,42 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
83
127
|
* 用于提交图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。
|
|
84
128
|
*/
|
|
85
129
|
SubmitImageAnimateJob(req: SubmitImageAnimateJobRequest, cb?: (error: string, rep: SubmitImageAnimateJobResponse) => void): Promise<SubmitImageAnimateJobResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* 提交Kling多模态编辑任务
|
|
132
|
+
*/
|
|
133
|
+
SubmitVideoEditKlingJob(req: SubmitVideoEditKlingJobRequest, cb?: (error: string, rep: SubmitVideoEditKlingJobResponse) => void): Promise<SubmitVideoEditKlingJobResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* 查询Vidu图生视频任务接口
|
|
136
|
+
*/
|
|
137
|
+
DescribeImageToVideoViduJob(req: DescribeImageToVideoViduJobRequest, cb?: (error: string, rep: DescribeImageToVideoViduJobResponse) => void): Promise<DescribeImageToVideoViduJobResponse>;
|
|
86
138
|
/**
|
|
87
139
|
* 用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
|
|
88
140
|
*/
|
|
89
141
|
DescribeVideoStylizationJob(req: DescribeVideoStylizationJobRequest, cb?: (error: string, rep: DescribeVideoStylizationJobResponse) => void): Promise<DescribeVideoStylizationJobResponse>;
|
|
90
142
|
/**
|
|
91
|
-
*
|
|
143
|
+
* 查询Vidu文生视频任务接口
|
|
92
144
|
*/
|
|
93
|
-
|
|
145
|
+
DescribeTextToVideoViduJob(req: DescribeTextToVideoViduJobRequest, cb?: (error: string, rep: DescribeTextToVideoViduJobResponse) => void): Promise<DescribeTextToVideoViduJobResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* 通过提交对视频内容的描述文本生成一个短视频。文生视频为异步处理任务,成功提交任务后返回任务的JobId。
|
|
148
|
+
*/
|
|
149
|
+
SubmitTextToVideoJob(req: SubmitTextToVideoJobRequest, cb?: (error: string, rep: SubmitTextToVideoJobResponse) => void): Promise<SubmitTextToVideoJobResponse>;
|
|
150
|
+
/**
|
|
151
|
+
* 用于查询视频特效任务。
|
|
152
|
+
*/
|
|
153
|
+
DescribeImageToVideoJob(req: DescribeImageToVideoJobRequest, cb?: (error: string, rep: DescribeImageToVideoJobResponse) => void): Promise<DescribeImageToVideoJobResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* 提交Vidu参考生视频任务接口
|
|
156
|
+
*/
|
|
157
|
+
SubmitReferenceToVideoViduJob(req: SubmitReferenceToVideoViduJobRequest, cb?: (error: string, rep: SubmitReferenceToVideoViduJobResponse) => void): Promise<SubmitReferenceToVideoViduJobResponse>;
|
|
94
158
|
/**
|
|
95
159
|
* 查询视频人脸融合任务
|
|
96
160
|
*/
|
|
97
161
|
DescribeVideoFaceFusionJob(req: DescribeVideoFaceFusionJobRequest, cb?: (error: string, rep: DescribeVideoFaceFusionJobResponse) => void): Promise<DescribeVideoFaceFusionJobResponse>;
|
|
98
162
|
/**
|
|
99
|
-
*
|
|
163
|
+
* 查询Kling动作控制任务
|
|
100
164
|
*/
|
|
101
|
-
|
|
165
|
+
DescribeMotionControlKlingJob(req: DescribeMotionControlKlingJobRequest, cb?: (error: string, rep: DescribeMotionControlKlingJobResponse) => void): Promise<DescribeMotionControlKlingJobResponse>;
|
|
102
166
|
/**
|
|
103
167
|
* 图生视频通用能力接口
|
|
104
168
|
*/
|
|
@@ -49,18 +49,60 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
49
49
|
async SubmitPortraitSingJob(req, cb) {
|
|
50
50
|
return this.request("SubmitPortraitSingJob", req, cb);
|
|
51
51
|
}
|
|
52
|
+
/**
|
|
53
|
+
* 查询Kling多模态编辑任务
|
|
54
|
+
*/
|
|
55
|
+
async DescribeVideoEditKlingJob(req, cb) {
|
|
56
|
+
return this.request("DescribeVideoEditKlingJob", req, cb);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* 用于查询文生视频任务。
|
|
60
|
+
*/
|
|
61
|
+
async DescribeTextToVideoJob(req, cb) {
|
|
62
|
+
return this.request("DescribeTextToVideoJob", req, cb);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* 提交Vidu文生视频任务接口
|
|
66
|
+
*/
|
|
67
|
+
async SubmitTextToVideoViduJob(req, cb) {
|
|
68
|
+
return this.request("SubmitTextToVideoViduJob", req, cb);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* 提交动作控制(Kling)任务并发
|
|
72
|
+
*/
|
|
73
|
+
async SubmitMotionControlKlingJob(req, cb) {
|
|
74
|
+
return this.request("SubmitMotionControlKlingJob", req, cb);
|
|
75
|
+
}
|
|
52
76
|
/**
|
|
53
77
|
* 提交视频人脸融合任务
|
|
54
78
|
*/
|
|
55
79
|
async SubmitVideoFaceFusionJob(req, cb) {
|
|
56
80
|
return this.request("SubmitVideoFaceFusionJob", req, cb);
|
|
57
81
|
}
|
|
82
|
+
/**
|
|
83
|
+
* 查询Vidu参考生视频任务接口
|
|
84
|
+
*/
|
|
85
|
+
async DescribeReferenceToVideoViduJob(req, cb) {
|
|
86
|
+
return this.request("DescribeReferenceToVideoViduJob", req, cb);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* 提交Vidu图生视频任务接口
|
|
90
|
+
*/
|
|
91
|
+
async SubmitImageToVideoViduJob(req, cb) {
|
|
92
|
+
return this.request("SubmitImageToVideoViduJob", req, cb);
|
|
93
|
+
}
|
|
58
94
|
/**
|
|
59
95
|
* 检查图片跳舞输入图
|
|
60
96
|
*/
|
|
61
97
|
async CheckAnimateImageJob(req, cb) {
|
|
62
98
|
return this.request("CheckAnimateImageJob", req, cb);
|
|
63
99
|
}
|
|
100
|
+
/**
|
|
101
|
+
* 用于提交视频延长任务接口。
|
|
102
|
+
*/
|
|
103
|
+
async SubmitVideoExtendKlingJob(req, cb) {
|
|
104
|
+
return this.request("SubmitVideoExtendKlingJob", req, cb);
|
|
105
|
+
}
|
|
64
106
|
/**
|
|
65
107
|
* 查询图生视频通用能力任务接口
|
|
66
108
|
*/
|
|
@@ -92,6 +134,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
92
134
|
async DescribeAigcVideoJob(req, cb) {
|
|
93
135
|
return this.request("DescribeAigcVideoJob", req, cb);
|
|
94
136
|
}
|
|
137
|
+
/**
|
|
138
|
+
* 查询视频延长任务
|
|
139
|
+
*/
|
|
140
|
+
async DescribeVideoExtendKlingJob(req, cb) {
|
|
141
|
+
return this.request("DescribeVideoExtendKlingJob", req, cb);
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* 提交视频特效任务接口
|
|
145
|
+
*/
|
|
146
|
+
async SubmitTemplateToVideoJob(req, cb) {
|
|
147
|
+
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
148
|
+
}
|
|
95
149
|
/**
|
|
96
150
|
* 用于提交视频编辑任务,支持上传视频、文本及图片素材开展编辑操作,涵盖风格迁移、元素替换、内容增减等核心能力。
|
|
97
151
|
*/
|
|
@@ -104,6 +158,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
104
158
|
async DescribeVideoVoiceJob(req, cb) {
|
|
105
159
|
return this.request("DescribeVideoVoiceJob", req, cb);
|
|
106
160
|
}
|
|
161
|
+
/**
|
|
162
|
+
* 提交视频特效任务接口
|
|
163
|
+
*/
|
|
164
|
+
async SubmitImageToVideoJob(req, cb) {
|
|
165
|
+
return this.request("SubmitImageToVideoJob", req, cb);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* 通过JobId提交请求,获取人像驱动任务的结果信息。
|
|
169
|
+
*/
|
|
170
|
+
async DescribeHumanActorJob(req, cb) {
|
|
171
|
+
return this.request("DescribeHumanActorJob", req, cb);
|
|
172
|
+
}
|
|
107
173
|
/**
|
|
108
174
|
* 提交生视频任务
|
|
109
175
|
*/
|
|
@@ -141,6 +207,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
141
207
|
async SubmitImageAnimateJob(req, cb) {
|
|
142
208
|
return this.request("SubmitImageAnimateJob", req, cb);
|
|
143
209
|
}
|
|
210
|
+
/**
|
|
211
|
+
* 提交Kling多模态编辑任务
|
|
212
|
+
*/
|
|
213
|
+
async SubmitVideoEditKlingJob(req, cb) {
|
|
214
|
+
return this.request("SubmitVideoEditKlingJob", req, cb);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* 查询Vidu图生视频任务接口
|
|
218
|
+
*/
|
|
219
|
+
async DescribeImageToVideoViduJob(req, cb) {
|
|
220
|
+
return this.request("DescribeImageToVideoViduJob", req, cb);
|
|
221
|
+
}
|
|
144
222
|
/**
|
|
145
223
|
* 用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
|
|
146
224
|
*/
|
|
@@ -148,10 +226,28 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
148
226
|
return this.request("DescribeVideoStylizationJob", req, cb);
|
|
149
227
|
}
|
|
150
228
|
/**
|
|
151
|
-
*
|
|
229
|
+
* 查询Vidu文生视频任务接口
|
|
152
230
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
231
|
+
async DescribeTextToVideoViduJob(req, cb) {
|
|
232
|
+
return this.request("DescribeTextToVideoViduJob", req, cb);
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* 通过提交对视频内容的描述文本生成一个短视频。文生视频为异步处理任务,成功提交任务后返回任务的JobId。
|
|
236
|
+
*/
|
|
237
|
+
async SubmitTextToVideoJob(req, cb) {
|
|
238
|
+
return this.request("SubmitTextToVideoJob", req, cb);
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* 用于查询视频特效任务。
|
|
242
|
+
*/
|
|
243
|
+
async DescribeImageToVideoJob(req, cb) {
|
|
244
|
+
return this.request("DescribeImageToVideoJob", req, cb);
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* 提交Vidu参考生视频任务接口
|
|
248
|
+
*/
|
|
249
|
+
async SubmitReferenceToVideoViduJob(req, cb) {
|
|
250
|
+
return this.request("SubmitReferenceToVideoViduJob", req, cb);
|
|
155
251
|
}
|
|
156
252
|
/**
|
|
157
253
|
* 查询视频人脸融合任务
|
|
@@ -160,10 +256,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
160
256
|
return this.request("DescribeVideoFaceFusionJob", req, cb);
|
|
161
257
|
}
|
|
162
258
|
/**
|
|
163
|
-
*
|
|
259
|
+
* 查询Kling动作控制任务
|
|
164
260
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
261
|
+
async DescribeMotionControlKlingJob(req, cb) {
|
|
262
|
+
return this.request("DescribeMotionControlKlingJob", req, cb);
|
|
167
263
|
}
|
|
168
264
|
/**
|
|
169
265
|
* 图生视频通用能力接口
|