tencentcloud-sdk-nodejs-vod 4.1.165 → 4.1.167
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
|
@@ -97,6 +97,10 @@ export interface AigcVideoOutputConfig {
|
|
|
97
97
|
2. 对于模型可以直出的分辨率,也可以主动选择模型直出低分辨率,使用增强获得指定分辨率。
|
|
98
98
|
*/
|
|
99
99
|
EnhanceSwitch?: string;
|
|
100
|
+
/**
|
|
101
|
+
* 是否开启vidu智能插帧。取值有: <li>Enabled:开启;</li> <li>Disabled:关闭;</li>
|
|
102
|
+
*/
|
|
103
|
+
FrameInterpolate?: string;
|
|
100
104
|
}
|
|
101
105
|
/**
|
|
102
106
|
* ModifyWatermarkTemplate请求参数结构体
|
|
@@ -9064,7 +9068,7 @@ export interface CreateAigcVideoTaskRequest {
|
|
|
9064
9068
|
*/
|
|
9065
9069
|
SubAppId: number;
|
|
9066
9070
|
/**
|
|
9067
|
-
* 模型名称。取值:<li>Hailuo:海螺;</li><li>Kling:可灵;</li><li> Jimeng:即梦;</li><li>Vidu;</li><li>
|
|
9071
|
+
* 模型名称。取值:<li>Hailuo:海螺;</li><li>Kling:可灵;</li><li> Jimeng:即梦;</li><li>Vidu;</li><li>Hunyuan:混元;</li><li>Mingmou:明眸;</li>
|
|
9068
9072
|
*/
|
|
9069
9073
|
ModelName: string;
|
|
9070
9074
|
/**
|
|
@@ -10292,7 +10296,9 @@ export interface SceneAigcImageOutputConfig {
|
|
|
10292
10296
|
*/
|
|
10293
10297
|
ExpireTime?: string;
|
|
10294
10298
|
/**
|
|
10295
|
-
* 指定所生成图片的宽高比。输入格式为 W:H
|
|
10299
|
+
* 指定所生成图片的宽高比。输入格式为 W:H。
|
|
10300
|
+
|
|
10301
|
+
仅生商品图场景有效,可选值为:1:1、3:2、2:3、3:4、4:3、4:5、5:4、16:9、9:16、21:9
|
|
10296
10302
|
*/
|
|
10297
10303
|
AspectRatio?: string;
|
|
10298
10304
|
}
|
|
@@ -18753,7 +18759,6 @@ export interface CreateAigcImageTaskRequest {
|
|
|
18753
18759
|
<li>GEM:Gemini;</li>
|
|
18754
18760
|
<li>Qwen:千问。</li>
|
|
18755
18761
|
<li>Hunyuan:混元。</li>
|
|
18756
|
-
<li>Mingmou:明眸。</li>
|
|
18757
18762
|
*/
|
|
18758
18763
|
ModelName: string;
|
|
18759
18764
|
/**
|
|
@@ -18761,7 +18766,6 @@ export interface CreateAigcImageTaskRequest {
|
|
|
18761
18766
|
<li>当 ModelName 是 GEM,可选值为 2.5、3.0;</li>
|
|
18762
18767
|
<li>当 ModelName 是 Qwen,可选值为 0925;</li>
|
|
18763
18768
|
<li>当 ModelName 是 Hunyuan,可选值为 3.0;</li>
|
|
18764
|
-
<li>当 ModelName 是 Mingmou,可选值为 1.0;</li>
|
|
18765
18769
|
*/
|
|
18766
18770
|
ModelVersion: string;
|
|
18767
18771
|
/**
|