tencentcloud-sdk-vclm 3.0.869 → 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: 3de3bc3c72aa2270bf7a2ac828c8c35e0049490e
4
- data.tar.gz: 91ad8c034a8180a585d838802186749837f0bf77
3
+ metadata.gz: 52d64211712c5d88d7603a72b9510abe4d2b1389
4
+ data.tar.gz: 1098d3caf1c30f523912ee35f30ef17388e38c1c
5
5
  SHA512:
6
- metadata.gz: 51982891f07208394fafa9a006df2da0c1cd288f2077e225e735a9691547f6e914fd0eac6c2e8a037f161735279f3be45f294d740a7846654cb3b1f4fce124dc
7
- data.tar.gz: a5cf8d7bd6f721ee0f0d69def99b60b738411c0e537b14f06c390560fe28b95a65539f560d3408c4b0db26939f3104671c3b81a52285c82a0b60a02640d38aa6
6
+ metadata.gz: 42b3e2e1785a21254ff3e11aea010d684b619a27f1319745dcacf752baeea892a42306b5272af84e62f4c4e7dc50aff4088d47295ca4c27e75ffbd2302993c5d
7
+ data.tar.gz: cb4a41f11748f44471fa0ed05827c74052c92749677496f91af15300eef6154e247bf83b71af8a3f63f11fd368a134ef9e96a27a147fb346a4231abd5931031e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.869
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.869
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-21 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