tencentcloud-sdk-vclm 3.0.1097 → 3.0.1108

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: dc570a296a220d857b2899aa04790949224fb1d8
4
- data.tar.gz: 51958da53f1d69a20514b1c2e07e78b6baca86eb
3
+ metadata.gz: f54de493a86321d501b2ef8c81f59f61d362e842
4
+ data.tar.gz: 3c60351d008e39f7293ba2407d8c722e029ce4b9
5
5
  SHA512:
6
- metadata.gz: 4f833822487da0fbef417ac65e943c0decbd8c0f93e880dd70ba468e870caeae1664629ba897307f16fe3c7e8e100bae289375ac511cea1ebf05579245f2db80
7
- data.tar.gz: 127ea0f7a5f8667bc8d1947f9144c51d57e051ca57434dcbcc0892df9da65082a085119f0c803d0104ae6f9beb01c457fa8869a4fb2e84385d32d87c130f1ab2
6
+ metadata.gz: a87397449d501fe25dc1cb474446d4fda37a491f93d1a25b5a243d53ac33a336428571c2dbee7fce5512df0bb91867379be6256fae49e39c32db94638bb7b884
7
+ data.tar.gz: 2fb3a0b68469a89bfd6f239bb789b21d4789084f93ff785340bf1b76c91557a389726dd79501b1358d3a409ff5c8fef6e43b6fa6b5cb59dd0a4d217693487409
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1097
1
+ 3.0.1108
@@ -565,14 +565,17 @@ module TencentCloud
565
565
  # @param LogoParam: 标识内容设置。
566
566
  # 默认在生成视频的右下角添加“视频由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
567
567
  # @type LogoParam: :class:`Tencentcloud::Vclm.v20240523.models.LogoParam`
568
+ # @param Resolution: 视频输出分辨率,默认值:360p - 枚举值: 720p 360p。
569
+ # @type Resolution: String
568
570
 
569
- attr_accessor :Template, :Images, :LogoAdd, :LogoParam
571
+ attr_accessor :Template, :Images, :LogoAdd, :LogoParam, :Resolution
570
572
 
571
- def initialize(template=nil, images=nil, logoadd=nil, logoparam=nil)
573
+ def initialize(template=nil, images=nil, logoadd=nil, logoparam=nil, resolution=nil)
572
574
  @Template = template
573
575
  @Images = images
574
576
  @LogoAdd = logoadd
575
577
  @LogoParam = logoparam
578
+ @Resolution = resolution
576
579
  end
577
580
 
578
581
  def deserialize(params)
@@ -590,6 +593,7 @@ module TencentCloud
590
593
  @LogoParam = LogoParam.new
591
594
  @LogoParam.deserialize(params['LogoParam'])
592
595
  end
596
+ @Resolution = params['Resolution']
593
597
  end
594
598
  end
595
599
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vclm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1097
4
+ version: 3.0.1108
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-07-09 00:00:00.000000000 Z
11
+ date: 2025-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common