tencentcloud-sdk-nodejs-vod 4.1.271 → 4.1.274
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
|
@@ -16945,6 +16945,10 @@ export interface AigcVideoRedrawTaskInput {
|
|
|
16945
16945
|
* <p>AIGC 视频转绘任务输入文件信息。</p>
|
|
16946
16946
|
*/
|
|
16947
16947
|
FileInfo?: AigcVideoRedrawTaskInputFileInfo;
|
|
16948
|
+
/**
|
|
16949
|
+
* <p>AIGC 视频转绘任务参数信息。</p>
|
|
16950
|
+
*/
|
|
16951
|
+
TaskInfo?: AigcVideoRedrawTaskInfo;
|
|
16948
16952
|
/**
|
|
16949
16953
|
* <p>AIGC 视频转绘输出配置。</p>
|
|
16950
16954
|
*/
|
|
@@ -21684,6 +21688,15 @@ export interface ProhibitedOcrReviewTemplateInfoForUpdate {
|
|
|
21684
21688
|
*/
|
|
21685
21689
|
ReviewConfidence?: number;
|
|
21686
21690
|
}
|
|
21691
|
+
/**
|
|
21692
|
+
* AIGC 视频转绘人物参数信息。
|
|
21693
|
+
*/
|
|
21694
|
+
export interface AigcVideoRedrawTaskInfo {
|
|
21695
|
+
/**
|
|
21696
|
+
* <p>用于描述转绘风格。限制50字符。</p>
|
|
21697
|
+
*/
|
|
21698
|
+
Style?: string;
|
|
21699
|
+
}
|
|
21687
21700
|
/**
|
|
21688
21701
|
* DescribeCLSPushTargets请求参数结构体
|
|
21689
21702
|
*/
|