tencentcloud-sdk-vod 3.0.1196 → 3.0.1197

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: 2be77f15c4a7e9049ee7c1c849bf43c968ec051e
4
- data.tar.gz: d66f130bd7019594b1b49d84f24d672340067117
3
+ metadata.gz: e28bba5873481d53c9d92ba4ffd6d7cbfc6470a8
4
+ data.tar.gz: 73afe7d699001ad0b12368c8d49da7b1c5501c37
5
5
  SHA512:
6
- metadata.gz: 194e72b89b86613a71b4b363d482ce5946c59b88ec60836a6fffc2962c2a5211fd8b13dddb8932d0f8da83816ccd179b7df2a7614ab8d6d5c2cbb6363f64546e
7
- data.tar.gz: 0a9450d7da7a5e4cd8df086a54473d59b609a90e5925b50aa8a2eb3c7ca80a2357e36ff1596959a254da7a876c73c80a27a1ce5ecf3addc2b72f187c8021eea6
6
+ metadata.gz: 288bb60c05a4a0de5c895048f108f30ab52d14f83112c90d1ace59bf71dc3a575357a751cb7ccc63590feb7c42c66c9413d0a68c1057160ed26fe801e3348838
7
+ data.tar.gz: 8dfbef010be474b9aeba4f52ddb35767d5734ed39ca2a4908f9d3c9d8f06d511f91b6c96c74432dfedfe8e5d7469feb600e36eeff47a57189e56bebe5bb991d9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1196
1
+ 3.0.1197
@@ -4400,10 +4400,12 @@ module TencentCloud
4400
4400
  # 1. 对于选择的分辨率超过模型可生成分辨率时,默认会启用增强。
4401
4401
  # 2. 对于模型可以直出的分辨率,也可以主动选择模型直出低分辨率,使用增强获得指定分辨率。
4402
4402
  # @type EnhanceSwitch: String
4403
+ # @param FrameInterpolate: 是否开启vidu智能插帧。取值有: <li>Enabled:开启;</li> <li>Disabled:关闭;</li>
4404
+ # @type FrameInterpolate: String
4403
4405
 
4404
- attr_accessor :StorageMode, :MediaName, :ClassId, :ExpireTime, :Duration, :Resolution, :AspectRatio, :AudioGeneration, :PersonGeneration, :InputComplianceCheck, :OutputComplianceCheck, :EnhanceSwitch
4406
+ attr_accessor :StorageMode, :MediaName, :ClassId, :ExpireTime, :Duration, :Resolution, :AspectRatio, :AudioGeneration, :PersonGeneration, :InputComplianceCheck, :OutputComplianceCheck, :EnhanceSwitch, :FrameInterpolate
4405
4407
 
4406
- def initialize(storagemode=nil, medianame=nil, classid=nil, expiretime=nil, duration=nil, resolution=nil, aspectratio=nil, audiogeneration=nil, persongeneration=nil, inputcompliancecheck=nil, outputcompliancecheck=nil, enhanceswitch=nil)
4408
+ def initialize(storagemode=nil, medianame=nil, classid=nil, expiretime=nil, duration=nil, resolution=nil, aspectratio=nil, audiogeneration=nil, persongeneration=nil, inputcompliancecheck=nil, outputcompliancecheck=nil, enhanceswitch=nil, frameinterpolate=nil)
4407
4409
  @StorageMode = storagemode
4408
4410
  @MediaName = medianame
4409
4411
  @ClassId = classid
@@ -4416,6 +4418,7 @@ module TencentCloud
4416
4418
  @InputComplianceCheck = inputcompliancecheck
4417
4419
  @OutputComplianceCheck = outputcompliancecheck
4418
4420
  @EnhanceSwitch = enhanceswitch
4421
+ @FrameInterpolate = frameinterpolate
4419
4422
  end
4420
4423
 
4421
4424
  def deserialize(params)
@@ -4431,6 +4434,7 @@ module TencentCloud
4431
4434
  @InputComplianceCheck = params['InputComplianceCheck']
4432
4435
  @OutputComplianceCheck = params['OutputComplianceCheck']
4433
4436
  @EnhanceSwitch = params['EnhanceSwitch']
4437
+ @FrameInterpolate = params['FrameInterpolate']
4434
4438
  end
4435
4439
  end
4436
4440
 
@@ -7198,13 +7202,11 @@ module TencentCloud
7198
7202
  # <li>GEM:Gemini;</li>
7199
7203
  # <li>Qwen:千问。</li>
7200
7204
  # <li>Hunyuan:混元。</li>
7201
- # <li>Mingmou:明眸。</li>
7202
7205
  # @type ModelName: String
7203
7206
  # @param ModelVersion: 模型版本。取值:
7204
7207
  # <li>当 ModelName 是 GEM,可选值为 2.5、3.0;</li>
7205
7208
  # <li>当 ModelName 是 Qwen,可选值为 0925;</li>
7206
7209
  # <li>当 ModelName 是 Hunyuan,可选值为 3.0;</li>
7207
- # <li>当 ModelName 是 Mingmou,可选值为 1.0;</li>
7208
7210
  # @type ModelVersion: String
7209
7211
  # @param FileInfos: AIGC 生图任务的输入图片的文件信息。默认只支持指定1个,使用模型 GEM 时,版本2.5最多指定3个,版本3.0最多指定14个。
7210
7212
  # @type FileInfos: Array
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.1196
4
+ version: 3.0.1197
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-05 00:00:00.000000000 Z
11
+ date: 2026-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/v20180717/client.rb
37
+ - lib/v20180717/models.rb
36
38
  - lib/tencentcloud-sdk-vod.rb
37
39
  - lib/v20240718/client.rb
38
40
  - lib/v20240718/models.rb
39
- - lib/v20180717/client.rb
40
- - lib/v20180717/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: