tencentcloud-sdk-nodejs-vod 4.1.159 → 4.1.160

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.159",
3
+ "version": "4.1.160",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7198,6 +7198,24 @@ export interface AigcVideoTaskInputFileInfo {
7198
7198
  2. 图片格式的取值为:jpeg,jpg, png。
7199
7199
  */
7200
7200
  Url?: string;
7201
+ /**
7202
+ * 参考类型,GV模型适用。
7203
+ 注意:
7204
+
7205
+ 当使用GV模型时,可作为参考方式,可选asset(素材)、style(风格)。
7206
+ */
7207
+ ReferenceType?: string;
7208
+ /**
7209
+ * 主体id.
7210
+ 适用模型:Vidu-q2.
7211
+ 当需要对图片标识主体时,需要每个图片都带主体id,后续生成时可以通过@主体id的方式使用。
7212
+ */
7213
+ ObjectId?: string;
7214
+ /**
7215
+ * 适用于Vidu-q2模型。
7216
+ 当全部图片携带主体id时,可针对主体设置音色id。 音色列表:https://shengshu.feishu.cn/sheets/EgFvs6DShhiEBStmjzccr5gonOg
7217
+ */
7218
+ VoiceId?: string;
7201
7219
  }
7202
7220
  /**
7203
7221
  * 贴图轨上的贴图信息。
@@ -8925,9 +8943,15 @@ export interface CreateAigcVideoTaskRequest {
8925
8943
  */
8926
8944
  ModelVersion: string;
8927
8945
  /**
8928
- * AIGC 生视频任务的输入图片的文件信息。说明
8929
- 1. 当 ModelName 是 GV 时,最大长度为 3;其他情况下最大长度为1。
8930
- 2. 当 ModelName 是 GV 时,并且长度大于1时,则不能再指定 LastFrameFileId 参数。
8946
+ * 最多包含三张素材资源图片的列表,用于描述模型在生成视频时要使用的资源图片。
8947
+
8948
+ 支持多图输入的模型:
8949
+ 1. GV,使用多图输入时,不可使用LastFrameFileId和LastFrameUrl。
8950
+ 2. Vidu,支持多图参考生视频。q2模型1-7张图片,可通过FileInfos里面的ObjectId作为主体id来传入。
8951
+
8952
+ 注意:
8953
+ 1. 图片大小不超过10M。
8954
+ 2. 支持的图片格式:jpeg、png。
8931
8955
  */
8932
8956
  FileInfos?: Array<AigcVideoTaskInputFileInfo>;
8933
8957
  /**
@@ -8945,11 +8969,12 @@ export interface CreateAigcVideoTaskRequest {
8945
8969
  */
8946
8970
  LastFrameUrl?: string;
8947
8971
  /**
8948
- * 生成图片的提示词。当 FileInfos 为空时,此参数必填。
8972
+ * 生成视频的提示词。当 FileInfos 为空时,此参数必填。
8973
+ 示例值:move the picture
8949
8974
  */
8950
8975
  Prompt?: string;
8951
8976
  /**
8952
- * 要阻止模型生成图片的提示词。
8977
+ * 要阻止模型生成视频的提示词。
8953
8978
  */
8954
8979
  NegativePrompt?: string;
8955
8980
  /**
@@ -8976,6 +9001,10 @@ export interface CreateAigcVideoTaskRequest {
8976
9001
  * 保留字段,特殊用途时使用。
8977
9002
  */
8978
9003
  ExtInfo?: string;
9004
+ /**
9005
+ * 输入图片的区域信息。当图片url是国外地址时候,可选Oversea。默认Mainland。
9006
+ */
9007
+ InputRegion?: string;
8979
9008
  }
8980
9009
  /**
8981
9010
  * 自适应码流任务多语言音频流输入参数。