tencentcloud-sdk-vclm 3.0.870 → 3.0.871

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: 52d64211712c5d88d7603a72b9510abe4d2b1389
4
+ data.tar.gz: 1098d3caf1c30f523912ee35f30ef17388e38c1c
5
5
  SHA512:
6
- metadata.gz: 719e04146eb2bc7bbc99348a1489227814feb78430150ec7a4ba7e941e749ccd7b3a7fc3695bd6d35e3c25ec00a56dfcd467d6e1695a5894557c4c55c26f575d
7
- data.tar.gz: ea53bfac103fc5349675ddcb9f88f3386f1f022a4819ef6c964094d0d3fd8d0aa39aa27c409ffe4bbb4c56f386c74070123a6e7e815792bc8ac89b945dbdd28a
6
+ metadata.gz: 42b3e2e1785a21254ff3e11aea010d684b619a27f1319745dcacf752baeea892a42306b5272af84e62f4c4e7dc50aff4088d47295ca4c27e75ffbd2302993c5d
7
+ data.tar.gz: cb4a41f11748f44471fa0ed05827c74052c92749677496f91af15300eef6154e247bf83b71af8a3f63f11fd368a134ef9e96a27a147fb346a4231abd5931031e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.870
1
+ 3.0.871
@@ -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.871
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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common