tencentcloud-sdk-nodejs-mps 4.1.271 → 4.1.272
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/package.json
CHANGED
|
@@ -16963,6 +16963,15 @@ export interface TrackSelector {
|
|
|
16963
16963
|
*/
|
|
16964
16964
|
AudioIndex?: Array<number | bigint>;
|
|
16965
16965
|
}
|
|
16966
|
+
/**
|
|
16967
|
+
* Aigc 转绘、替换等任务参数
|
|
16968
|
+
*/
|
|
16969
|
+
export interface VideoRedrawTaskInfo {
|
|
16970
|
+
/**
|
|
16971
|
+
* <p>转绘视频风格,如动漫、赛博朋克、水墨等</p>
|
|
16972
|
+
*/
|
|
16973
|
+
Style?: string;
|
|
16974
|
+
}
|
|
16966
16975
|
/**
|
|
16967
16976
|
* 编排任务输出
|
|
16968
16977
|
*/
|
|
@@ -17282,6 +17291,10 @@ export interface CreateVideoRedrawTaskRequest {
|
|
|
17282
17291
|
* <p>用户cos信息,用于保存生成结果</p>
|
|
17283
17292
|
*/
|
|
17284
17293
|
CosInfo?: VideoRedrawCosInfo;
|
|
17294
|
+
/**
|
|
17295
|
+
* <p>ai转绘任务信息</p>
|
|
17296
|
+
*/
|
|
17297
|
+
TaskInfo?: VideoRedrawTaskInfo;
|
|
17285
17298
|
}
|
|
17286
17299
|
/**
|
|
17287
17300
|
* AWS S3 输出位置
|