tencentcloud-sdk-vclm 3.0.1108 → 3.0.1130

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: f54de493a86321d501b2ef8c81f59f61d362e842
4
- data.tar.gz: 3c60351d008e39f7293ba2407d8c722e029ce4b9
3
+ metadata.gz: f5d80d76af3b5ab5a6c7a9abcaead819d0da9e43
4
+ data.tar.gz: b0e9ea1970370199cbf506cddfb9715e7079d324
5
5
  SHA512:
6
- metadata.gz: a87397449d501fe25dc1cb474446d4fda37a491f93d1a25b5a243d53ac33a336428571c2dbee7fce5512df0bb91867379be6256fae49e39c32db94638bb7b884
7
- data.tar.gz: 2fb3a0b68469a89bfd6f239bb789b21d4789084f93ff785340bf1b76c91557a389726dd79501b1358d3a409ff5c8fef6e43b6fa6b5cb59dd0a4d217693487409
6
+ metadata.gz: 4da157487747be22c9de4eae2141aa8567183642b579e1236ae55b32b0eb2e0e51701d34f7e118797245e90418bd5c33573f14ab7943ca710bb350be9ac6c5d2
7
+ data.tar.gz: 6f66bc964c31016de15dca4f80ab9867e0177ed7922a0befbe53b62dc598dafffaf559b0a167eaae84d7bc6f06b03d891080645ad3b5ccea729ad75f527100e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1108
1
+ 3.0.1130
@@ -549,7 +549,7 @@ module TencentCloud
549
549
 
550
550
  # SubmitTemplateToVideoJob请求参数结构体
551
551
  class SubmitTemplateToVideoJobRequest < TencentCloud::Common::AbstractModel
552
- # @param Template: 特效模板名称。请在 [视频特效模版列表](https://cloud.tencent.com/document/product/1616/119194) 中选择想要生成的特效对应的 template 名称。
552
+ # @param Template: 特效模板名称。请在 [视频特效模板列表](https://cloud.tencent.com/document/product/1616/119194) 中选择想要生成的特效对应的 template 名称。
553
553
  # @type Template: String
554
554
  # @param Images: 参考图像,最多输入2张图。
555
555
  # - 支持传入图片Base64编码或图片URL(确保可访问)
@@ -567,15 +567,18 @@ module TencentCloud
567
567
  # @type LogoParam: :class:`Tencentcloud::Vclm.v20240523.models.LogoParam`
568
568
  # @param Resolution: 视频输出分辨率,默认值:360p - 枚举值: 720p 360p。
569
569
  # @type Resolution: String
570
+ # @param BGM: 是否为生成的视频添加背景音乐。默认:false, 传 true 时系统将从预设 BGM 库中自动挑选合适的音乐并添加;不传或为 false 则不添加 BGM。
571
+ # @type BGM: Boolean
570
572
 
571
- attr_accessor :Template, :Images, :LogoAdd, :LogoParam, :Resolution
573
+ attr_accessor :Template, :Images, :LogoAdd, :LogoParam, :Resolution, :BGM
572
574
 
573
- def initialize(template=nil, images=nil, logoadd=nil, logoparam=nil, resolution=nil)
575
+ def initialize(template=nil, images=nil, logoadd=nil, logoparam=nil, resolution=nil, bgm=nil)
574
576
  @Template = template
575
577
  @Images = images
576
578
  @LogoAdd = logoadd
577
579
  @LogoParam = logoparam
578
580
  @Resolution = resolution
581
+ @BGM = bgm
579
582
  end
580
583
 
581
584
  def deserialize(params)
@@ -594,6 +597,7 @@ module TencentCloud
594
597
  @LogoParam.deserialize(params['LogoParam'])
595
598
  end
596
599
  @Resolution = params['Resolution']
600
+ @BGM = params['BGM']
597
601
  end
598
602
  end
599
603
 
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.1108
4
+ version: 3.0.1130
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-24 00:00:00.000000000 Z
11
+ date: 2025-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common