tencentcloud-sdk-vod 3.0.1187 → 3.0.1189

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c1e03fdc26dbedec247ff55faf12002a41d08bf
4
- data.tar.gz: 3bb6c805712ad812cc849730b390300b20e6f9d1
3
+ metadata.gz: dd6ebc83df0e44949c3d6614c5fdd8db8c3dfa76
4
+ data.tar.gz: eac9788674f9e0d04445cbb677672e81976a54f7
5
5
  SHA512:
6
- metadata.gz: 15db3c561a6f3dca8fe04b06db197548366465fa24befb58b8d5bb7badd22c80a141b54136459f31773b6e31f2f850f62541df03c2c2563dda81b5ad4a12cfb5
7
- data.tar.gz: 74159176f9a9853f9d3da88d28af0eda3f9278decb1498c33820c49c293a05ef2bfe48b2273baf13315dcd246e7ce4f5612de648cf92b73e6ac9cd75cba6f42e
6
+ metadata.gz: 82e2e1059a3a1f4cc471fd52273e8f5a163f0f8e12bb9d535480fc4752eee77b8b973ac8b38d0db2e16ddb0ddcf12118448b37b0b691934605c0615d5a39ccef
7
+ data.tar.gz: 93e9c307517cab70a1807d28bc4eb371846b18332ae2fff7b3923f1b69f29bf4d470307b1a2322bc48ed88e55fdd038bbf9d8052d12b868333cfa12238c12c1a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1187
1
+ 3.0.1189
@@ -7232,6 +7232,11 @@ module TencentCloud
7232
7232
  # 2. 图片大小需小于5M。
7233
7233
  # 3. 图片格式的取值为:jpeg,jpg, png, webp。
7234
7234
  # @type LastFrameFileId: String
7235
+ # @param LastFrameUrl: 用于作为尾帧画面来生成视频的媒体文件 URL。说明:
7236
+ # 1. 只支持模型 GV 、Kling、Vidu,其他模型暂不支持。当 ModelName 为 GV 时,如果指定该参数,则需同时指定 FileInfos 作为待生成视频的首帧。当 ModelName 为 Kling 、ModelVersion 为 2.1 并且指定输出分辨率 Resolution 为 1080P 时,才能指定该参数。当 ModelName 为 Vidu、ModelVersion 为 q2-pro、q2-turbo 时,才能指定该参数。
7237
+ # 2. 图片大小需小于5M。
7238
+ # 3. 3. 图片格式的取值为:jpeg,jpg, png, webp。
7239
+ # @type LastFrameUrl: String
7235
7240
  # @param Prompt: 生成图片的提示词。当 FileInfos 为空时,此参数必填。
7236
7241
  # @type Prompt: String
7237
7242
  # @param NegativePrompt: 要阻止模型生成图片的提示词。
@@ -7249,14 +7254,15 @@ module TencentCloud
7249
7254
  # @param ExtInfo: 保留字段,特殊用途时使用。
7250
7255
  # @type ExtInfo: String
7251
7256
 
7252
- attr_accessor :SubAppId, :ModelName, :ModelVersion, :FileInfos, :LastFrameFileId, :Prompt, :NegativePrompt, :EnhancePrompt, :OutputConfig, :SessionId, :SessionContext, :TasksPriority, :ExtInfo
7257
+ attr_accessor :SubAppId, :ModelName, :ModelVersion, :FileInfos, :LastFrameFileId, :LastFrameUrl, :Prompt, :NegativePrompt, :EnhancePrompt, :OutputConfig, :SessionId, :SessionContext, :TasksPriority, :ExtInfo
7253
7258
 
7254
- def initialize(subappid=nil, modelname=nil, modelversion=nil, fileinfos=nil, lastframefileid=nil, prompt=nil, negativeprompt=nil, enhanceprompt=nil, outputconfig=nil, sessionid=nil, sessioncontext=nil, taskspriority=nil, extinfo=nil)
7259
+ def initialize(subappid=nil, modelname=nil, modelversion=nil, fileinfos=nil, lastframefileid=nil, lastframeurl=nil, prompt=nil, negativeprompt=nil, enhanceprompt=nil, outputconfig=nil, sessionid=nil, sessioncontext=nil, taskspriority=nil, extinfo=nil)
7255
7260
  @SubAppId = subappid
7256
7261
  @ModelName = modelname
7257
7262
  @ModelVersion = modelversion
7258
7263
  @FileInfos = fileinfos
7259
7264
  @LastFrameFileId = lastframefileid
7265
+ @LastFrameUrl = lastframeurl
7260
7266
  @Prompt = prompt
7261
7267
  @NegativePrompt = negativeprompt
7262
7268
  @EnhancePrompt = enhanceprompt
@@ -7280,6 +7286,7 @@ module TencentCloud
7280
7286
  end
7281
7287
  end
7282
7288
  @LastFrameFileId = params['LastFrameFileId']
7289
+ @LastFrameUrl = params['LastFrameUrl']
7283
7290
  @Prompt = params['Prompt']
7284
7291
  @NegativePrompt = params['NegativePrompt']
7285
7292
  @EnhancePrompt = params['EnhancePrompt']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1187
4
+ version: 3.0.1189
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-22 00:00:00.000000000 Z
11
+ date: 2025-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common