tencentcloud-sdk-nodejs-vod 4.1.166 → 4.1.168

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.166",
3
+ "version": "4.1.168",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9068,7 +9068,7 @@ export interface CreateAigcVideoTaskRequest {
9068
9068
  */
9069
9069
  SubAppId: number;
9070
9070
  /**
9071
- * 模型名称。取值:<li>Hailuo:海螺;</li><li>Kling:可灵;</li><li> Jimeng:即梦;</li><li>Vidu;</li><li>GV:Google Veo;</li><li>OS:OpenAI Sora;</li><li>Hunyuan:混元;</li><li>Mingmou:明眸;</li>
9071
+ * 模型名称。取值:<li>Hailuo:海螺;</li><li>Kling:可灵;</li><li> Jimeng:即梦;</li><li>Vidu;</li><li>Hunyuan:混元;</li><li>Mingmou:明眸;</li>
9072
9072
  */
9073
9073
  ModelName: string;
9074
9074
  /**
@@ -10296,7 +10296,9 @@ export interface SceneAigcImageOutputConfig {
10296
10296
  */
10297
10297
  ExpireTime?: string;
10298
10298
  /**
10299
- * 指定所生成图片的宽高比。输入格式为 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
10300
10302
  */
10301
10303
  AspectRatio?: string;
10302
10304
  }
@@ -12354,7 +12356,7 @@ export interface SemanticsSearchResult {
12354
12356
  */
12355
12357
  StartTimeOffset?: number;
12356
12358
  /**
12357
- * 视频片段的开始时间,单位:秒
12359
+ * 视频片段的结束时间,单位:秒
12358
12360
  */
12359
12361
  EndTimeOffset?: number;
12360
12362
  }