tencentcloud-sdk-vclm 3.0.870 → 3.0.872

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a454ce83a2aabf443f63f81259aeb7ae07486de3
4
- data.tar.gz: e8366df2bd4c14463389b046ae5690595f1c378f
3
+ metadata.gz: 9e497c87b6500a90ee0a002d2d07fd34fdbc15e8
4
+ data.tar.gz: 0c6cf49b51d2e70a67972c94760a929f6279b396
5
5
  SHA512:
6
- metadata.gz: 719e04146eb2bc7bbc99348a1489227814feb78430150ec7a4ba7e941e749ccd7b3a7fc3695bd6d35e3c25ec00a56dfcd467d6e1695a5894557c4c55c26f575d
7
- data.tar.gz: ea53bfac103fc5349675ddcb9f88f3386f1f022a4819ef6c964094d0d3fd8d0aa39aa27c409ffe4bbb4c56f386c74070123a6e7e815792bc8ac89b945dbdd28a
6
+ metadata.gz: 490a947f55cc839aff2b07983ff10bf0e2ed9c12360aff294bca3dbe625607e16755ef2b11d949af3f27e37f971a9d888f5859e9b617c2b7d75c4107528e73d4
7
+ data.tar.gz: 830501ac4b5cc04bc032e76510390cf539454217e0bdde67adc45b2f6a00a42e155b50caed865127980f0d7900884bfc8223df2dcaddd9e0a5da41dad00dbbe4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.870
1
+ 3.0.872
@@ -368,17 +368,23 @@ module TencentCloud
368
368
  # - 视频大小:不超过200M;
369
369
  # - 视频FPS:15~60fps。
370
370
  # @type VideoUrl: String
371
+ # @param StyleStrength: 风格化强度 可选参数["low","medium","high"]
372
+ # "low":风格化强度弱,"medium":"风格化强度中等","high":"风格化强度强"
373
+ # 默认为medium
374
+ # @type StyleStrength: String
371
375
 
372
- attr_accessor :StyleId, :VideoUrl
376
+ attr_accessor :StyleId, :VideoUrl, :StyleStrength
373
377
 
374
- def initialize(styleid=nil, videourl=nil)
378
+ def initialize(styleid=nil, videourl=nil, stylestrength=nil)
375
379
  @StyleId = styleid
376
380
  @VideoUrl = videourl
381
+ @StyleStrength = stylestrength
377
382
  end
378
383
 
379
384
  def deserialize(params)
380
385
  @StyleId = params['StyleId']
381
386
  @VideoUrl = params['VideoUrl']
387
+ @StyleStrength = params['StyleStrength']
382
388
  end
383
389
  end
384
390
 
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.870
4
+ version: 3.0.872
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-22 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common