tencentcloud-sdk-nodejs-vod 4.1.213 → 4.1.216
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
|
@@ -93,6 +93,10 @@ export interface AigcVideoOutputConfig {
|
|
|
93
93
|
* <p>是否开启图标水印。取值有: <li>Enabled:开启;</li> <li>Disabled:关闭;</li><br>目前支持的模型有 Vidu,其他模型暂不支持。</p>
|
|
94
94
|
*/
|
|
95
95
|
LogoAdd?: string;
|
|
96
|
+
/**
|
|
97
|
+
* <p>是否为生成的视频添加背景音乐。</p><p>枚举值:</p><ul><li>Enabled: 系统将从预设 BGM 库中自动挑选合适的音乐并添加。</li><li>Disabled: 不添加BGM。</li></ul><p>默认值:Disabled</p>
|
|
98
|
+
*/
|
|
99
|
+
EnableBGM?: string;
|
|
96
100
|
}
|
|
97
101
|
/**
|
|
98
102
|
* ModifyWatermarkTemplate请求参数结构体
|
|
@@ -6409,6 +6413,10 @@ export interface AigcImageOutputConfig {
|
|
|
6409
6413
|
* <p>是否开启输出内容的合规性检查。取值有: <li>Enabled:开启;</li> <li>Disabled:关闭;</li></p>
|
|
6410
6414
|
*/
|
|
6411
6415
|
OutputComplianceCheck?: string;
|
|
6416
|
+
/**
|
|
6417
|
+
* <p>生成图片张数。*<em>仅ModelName为Kling时有效,可选值 1-9 *</em>。</p>
|
|
6418
|
+
*/
|
|
6419
|
+
OutputImageCount?: number;
|
|
6412
6420
|
}
|
|
6413
6421
|
/**
|
|
6414
6422
|
* 即时转码水印模板更新配置。
|