tencentcloud-sdk-vclm 3.0.918 → 3.0.920

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20240523/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19931db80122dd6ee4b2aa8c8751e67d056ae267
4
- data.tar.gz: 14a53bfd63f448c11d714a7f34a344efb45c339a
3
+ metadata.gz: 2b007a279cb9c64c16d12d7ea323b604a990a424
4
+ data.tar.gz: 4dca750643f1fb0e76728e70627e6fa359587568
5
5
  SHA512:
6
- metadata.gz: 8912f520b92143cdcfce7c9f47a4500be407a71dd03bb0c61dbf08317bb0d9f54069e2a05b298dfb1d6aa71542c714647c027034f143ec377fbff0f80cc1638c
7
- data.tar.gz: 914a593d6a5eaf2a294173ac21e6d4343a8060c7d4faf7db22f1c4871f2d88815dbcab0e4cd43b1fb678c779799b7e9f27e78392d153afa83525a6931d9cc85e
6
+ metadata.gz: 1ce57cb6630f56bf154ae6735832c0c9465c2bc97268093c2e4e1c1b590ea638e3bf8e5d12996d7446c192e6cc6287addfa9dba2a33967145bed7936e8e9fb95
7
+ data.tar.gz: bf896a29212a33d7c67279f67bb61188184fd3ea07ac334a80ff21fff935441a2c975e1d72c67e988ec995ebbf54aecee611c417738fd1cc6d644e849260696c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.918
1
+ 3.0.920
@@ -133,16 +133,19 @@ module TencentCloud
133
133
  # @type ErrorMessage: String
134
134
  # @param ResultVideoUrl: 结果视频URL。有效期 24 小时。
135
135
  # @type ResultVideoUrl: String
136
+ # @param MaskVideoUrl: 掩码视频链接
137
+ # @type MaskVideoUrl: String
136
138
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
137
139
  # @type RequestId: String
138
140
 
139
- attr_accessor :Status, :ErrorCode, :ErrorMessage, :ResultVideoUrl, :RequestId
141
+ attr_accessor :Status, :ErrorCode, :ErrorMessage, :ResultVideoUrl, :MaskVideoUrl, :RequestId
140
142
 
141
- def initialize(status=nil, errorcode=nil, errormessage=nil, resultvideourl=nil, requestid=nil)
143
+ def initialize(status=nil, errorcode=nil, errormessage=nil, resultvideourl=nil, maskvideourl=nil, requestid=nil)
142
144
  @Status = status
143
145
  @ErrorCode = errorcode
144
146
  @ErrorMessage = errormessage
145
147
  @ResultVideoUrl = resultvideourl
148
+ @MaskVideoUrl = maskvideourl
146
149
  @RequestId = requestid
147
150
  end
148
151
 
@@ -151,6 +154,7 @@ module TencentCloud
151
154
  @ErrorCode = params['ErrorCode']
152
155
  @ErrorMessage = params['ErrorMessage']
153
156
  @ResultVideoUrl = params['ResultVideoUrl']
157
+ @MaskVideoUrl = params['MaskVideoUrl']
154
158
  @RequestId = params['RequestId']
155
159
  end
156
160
  end
@@ -374,15 +378,18 @@ module TencentCloud
374
378
  # @type EnableAudio: Boolean
375
379
  # @param EnableBodyJoins: 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
376
380
  # @type EnableBodyJoins: Boolean
381
+ # @param EnableSegment: 最终视频是否保留原图的背景(该模式对于tuziwu、huajiangwu不生效)
382
+ # @type EnableSegment: Boolean
377
383
 
378
- attr_accessor :ImageUrl, :ImageBase64, :TemplateId, :EnableAudio, :EnableBodyJoins
384
+ attr_accessor :ImageUrl, :ImageBase64, :TemplateId, :EnableAudio, :EnableBodyJoins, :EnableSegment
379
385
 
380
- def initialize(imageurl=nil, imagebase64=nil, templateid=nil, enableaudio=nil, enablebodyjoins=nil)
386
+ def initialize(imageurl=nil, imagebase64=nil, templateid=nil, enableaudio=nil, enablebodyjoins=nil, enablesegment=nil)
381
387
  @ImageUrl = imageurl
382
388
  @ImageBase64 = imagebase64
383
389
  @TemplateId = templateid
384
390
  @EnableAudio = enableaudio
385
391
  @EnableBodyJoins = enablebodyjoins
392
+ @EnableSegment = enablesegment
386
393
  end
387
394
 
388
395
  def deserialize(params)
@@ -391,6 +398,7 @@ module TencentCloud
391
398
  @TemplateId = params['TemplateId']
392
399
  @EnableAudio = params['EnableAudio']
393
400
  @EnableBodyJoins = params['EnableBodyJoins']
401
+ @EnableSegment = params['EnableSegment']
394
402
  end
395
403
  end
396
404
 
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.918
4
+ version: 3.0.920
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-09-30 00:00:00.000000000 Z
11
+ date: 2024-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common