tencentcloud-sdk-nodejs-vod 4.1.165 → 4.1.166

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vod",
3
- "version": "4.1.165",
3
+ "version": "4.1.166",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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请求参数结构体
@@ -18753,7 +18757,6 @@ export interface CreateAigcImageTaskRequest {
18753
18757
  <li>GEM:Gemini;</li>
18754
18758
  <li>Qwen:千问。</li>
18755
18759
  <li>Hunyuan:混元。</li>
18756
- <li>Mingmou:明眸。</li>
18757
18760
  */
18758
18761
  ModelName: string;
18759
18762
  /**
@@ -18761,7 +18764,6 @@ export interface CreateAigcImageTaskRequest {
18761
18764
  <li>当 ModelName 是 GEM,可选值为 2.5、3.0;</li>
18762
18765
  <li>当 ModelName 是 Qwen,可选值为 0925;</li>
18763
18766
  <li>当 ModelName 是 Hunyuan,可选值为 3.0;</li>
18764
- <li>当 ModelName 是 Mingmou,可选值为 1.0;</li>
18765
18767
  */
18766
18768
  ModelVersion: string;
18767
18769
  /**