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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240523/models.rb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e497c87b6500a90ee0a002d2d07fd34fdbc15e8
|
4
|
+
data.tar.gz: 0c6cf49b51d2e70a67972c94760a929f6279b396
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 490a947f55cc839aff2b07983ff10bf0e2ed9c12360aff294bca3dbe625607e16755ef2b11d949af3f27e37f971a9d888f5859e9b617c2b7d75c4107528e73d4
|
7
|
+
data.tar.gz: 830501ac4b5cc04bc032e76510390cf539454217e0bdde67adc45b2f6a00a42e155b50caed865127980f0d7900884bfc8223df2dcaddd9e0a5da41dad00dbbe4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.872
|
data/lib/v20240523/models.rb
CHANGED
@@ -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.
|
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-
|
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
|