tencentcloud-sdk-nodejs-vod 4.1.211 → 4.1.212

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.211",
3
+ "version": "4.1.212",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8256,7 +8256,7 @@ export interface AigcVideoTaskInputFileInfo {
8256
8256
  */
8257
8257
  Type?: string;
8258
8258
  /**
8259
- * <p>文件分类。取值为:</p><li>Image: 图片;</li><li>Video: 视频。</li>
8259
+ * <p>文件分类。取值为:</p><ul><li>Image: 图片;<strong>注意,要使用Usage字段定义图片类型</strong>。</li><li>Video: 视频。</li></ul>
8260
8260
  */
8261
8261
  Category?: string;
8262
8262
  /**
@@ -8272,7 +8272,7 @@ export interface AigcVideoTaskInputFileInfo {
8272
8272
  */
8273
8273
  ReferenceType?: string;
8274
8274
  /**
8275
- * <p>用法:Vidu主体Id、参考图模式。<br>参考图模式:只有一张图时候,ObjectId必须不为空(一张图、ObjectId为空,为首帧模式)。<br>Vidu主体Id:prompt可以通过 @主体Id 的方式使用。当 Category 为 Image 时有效。</p>
8275
+ * <p>用法:Vidu主体Id。<br>Vidu主体Id:prompt可以通过 @主体Id 的方式使用。当 Category 为 Image 时有效。</p>
8276
8276
  */
8277
8277
  ObjectId?: string;
8278
8278
  /**
@@ -8284,7 +8284,7 @@ export interface AigcVideoTaskInputFileInfo {
8284
8284
  */
8285
8285
  KeepOriginalSound?: string;
8286
8286
  /**
8287
- * <p>用于区分输入是首帧或参考帧。可选值:</p><ul><li>FirstFrame:首帧;</li><li>Reference:参考帧;</li></ul>
8287
+ * <p>用于区分输入是首帧或参考帧。可选值:</p><ul><li>FirstFrame:首帧;</li><li>Reference:参考帧;</li></ul><p><strong>注意,默认是FirstFrame</strong></p>
8288
8288
  */
8289
8289
  Usage?: string;
8290
8290
  }
@@ -10143,7 +10143,7 @@ export interface CreateAigcVideoTaskRequest {
10143
10143
  */
10144
10144
  ModelVersion: string;
10145
10145
  /**
10146
- * <p>用于描述模型在生成视频时要使用的资源文件,分为首尾帧模式、参考图、视频参考、视频编辑等模式。</p><p><strong>首尾帧视频生成</strong>:FileInfos 第一张表示首帧(此时 FileInfos 最多包含一张图片),LastFrameFileId 或者 LastFrameUrl 表示尾帧。可以单独传首帧,不能单独传尾帧。<strong>首尾帧生成会参考图片比例</strong>。<br><strong>参考图片生成</strong>:可传入单张图片或者多张,<strong>单张时候ObjectId字段必须不为空</strong>(区别于首帧生成);参考图片,可以调整生成视频的宽高比例。<br><strong>视频编辑、视频参考</strong>:Vidu、Kling可输入视频作为参考或者进行编辑。传入视频的同时也可以传入图片。</p><p>注意:</p><ol><li>图片大小不超过10M。</li><li>支持的图片格式:jpeg、jpg、png。 </li><li>关于模型某个版本是否支持参考图、首尾帧、视频编辑等功能,可向我们索取文档或者参考原厂文档信息。</li></ol>
10146
+ * <p>用于描述模型在生成视频时要使用的资源文件,分为<strong>首尾帧模式、参考图、视频参考、视频编辑等模式</strong>。</p><p><strong>首尾帧视频生成</strong>:首帧图片只支持<strong>一张</strong>图片,<strong>图片的Usage字段为FirstFrame</strong>,LastFrameFileId 或者 LastFrameUrl 表示尾帧。可以单独传首帧,不能单独传尾帧。<strong>首尾帧生成会参考图片比例</strong>。<br><strong>参考图片生成</strong>:可传入单张图片或者多张,<strong>图片的Usage字段为Reference</strong>;参考图片,可以调整生成视频的宽高比例。<br><strong>视频编辑、视频参考</strong>:Vidu、Kling可输入视频作为参考或者进行编辑。传入视频的同时也可以传入图片,<strong>图片的Usage字段为Reference</strong>。</p><p>注意:</p><ol><li>图片大小不超过10M。</li><li>支持的图片格式:jpeg、jpg、png。x0b</li><li>关于模型某个版本是否支持参考图、首尾帧、视频编辑等功能,可向我们索取文档或者参考原厂文档信息。</li></ol>
10147
10147
  */
10148
10148
  FileInfos?: Array<AigcVideoTaskInputFileInfo>;
10149
10149
  /**