tencentcloud-sdk-vclm 3.0.1016 → 3.0.1017

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20240523/models.rb +26 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f97631daa28c217dd78f3b679030d60a89a98a3
4
- data.tar.gz: 195bc19fccf1b4931d95febdf6d4cb11ea2bc8c8
3
+ metadata.gz: 9efbbd3229f794167421606a97fa89770e2d4636
4
+ data.tar.gz: 5efb351f33ad765ef9d436833d793b1fdf79621d
5
5
  SHA512:
6
- metadata.gz: 25b4573595d5980bdbfd2b205fb205d7dc681e6b59f4cee632b06f6ec278ce0326d30049a83c87cb159a86e5c06f588f7e55efd46842fb3ef4578a202162672a
7
- data.tar.gz: 399d1341c7a07d43fb74dc92396e0fb9201ec61588c3e0d3501083bda561b8e3981f6d50e57d489b81db61aaf317ed967db691aafe8f23e59ce323e5f815d927
6
+ metadata.gz: 968723b3302e460f1c1c85aca7d272dc202c0bd7c0b46b03299c73e83a837379f691a0590398b181526d0360fd512f9a00fe90e556cf1d45d7614a5fc2c72c31
7
+ data.tar.gz: a59508e56cbda7e58ea6083e91e4e401364dc8cb1156ec2c644b2064ad4cece68cf9220e2d004065cbbba99f60cdb18f85f7326b53b9cbffc872f030dc17ef5e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1016
1
+ 3.0.1017
@@ -32,16 +32,25 @@ module TencentCloud
32
32
  # 图片大小:不超过10M;
33
33
  # 图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内
34
34
  # @type ImageBase64: String
35
- # @param EnableBodyJoins: 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
35
+ # @param EnableBodyJoins: 是否对输入图采用加强检测方案。
36
+
37
+ # 默认不加强检测(false),仅对输入图做必要的基础检测。
38
+
39
+ # 开启加强检测(true)有助于提升效果稳定性,将根据选择的动作模板提取建议的人体关键点,并判断输入图中是否包含这些人体关键点。加强检测仅对人像输入图生效,对非人输入图不生效。
36
40
  # @type EnableBodyJoins: Boolean
41
+ # @param EnableFace: 是否开启人脸检测。
42
+
43
+ # 默认开启人脸检测(true),拦截主体为人像但无人脸、人脸不完整或被遮挡的输入图。可选关闭人脸检测(false)。
44
+ # @type EnableFace: Boolean
37
45
 
38
- attr_accessor :TemplateId, :ImageUrl, :ImageBase64, :EnableBodyJoins
46
+ attr_accessor :TemplateId, :ImageUrl, :ImageBase64, :EnableBodyJoins, :EnableFace
39
47
 
40
- def initialize(templateid=nil, imageurl=nil, imagebase64=nil, enablebodyjoins=nil)
48
+ def initialize(templateid=nil, imageurl=nil, imagebase64=nil, enablebodyjoins=nil, enableface=nil)
41
49
  @TemplateId = templateid
42
50
  @ImageUrl = imageurl
43
51
  @ImageBase64 = imagebase64
44
52
  @EnableBodyJoins = enablebodyjoins
53
+ @EnableFace = enableface
45
54
  end
46
55
 
47
56
  def deserialize(params)
@@ -49,6 +58,7 @@ module TencentCloud
49
58
  @ImageUrl = params['ImageUrl']
50
59
  @ImageBase64 = params['ImageBase64']
51
60
  @EnableBodyJoins = params['EnableBodyJoins']
61
+ @EnableFace = params['EnableFace']
52
62
  end
53
63
  end
54
64
 
@@ -314,7 +324,11 @@ module TencentCloud
314
324
  # @type TemplateId: String
315
325
  # @param EnableAudio: 结果视频是否保留模板音频。默认为true
316
326
  # @type EnableAudio: Boolean
317
- # @param EnableBodyJoins: 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
327
+ # @param EnableBodyJoins: 是否对输入图采用加强检测方案。
328
+
329
+ # 默认不加强检测(false),仅对输入图做必要的基础检测。
330
+
331
+ # 开启加强检测(true)有助于提升效果稳定性,将根据选择的动作模板提取建议的人体关键点,并判断输入图中是否包含这些人体关键点。加强检测仅对人像输入图生效,对非人输入图不生效。
318
332
  # @type EnableBodyJoins: Boolean
319
333
  # @param EnableSegment: 是否对结果视频背景进行分割,默认值为false。
320
334
  # true:分割结果视频,结果视频(ResultVideoUrl)将为去除背景的绿幕视频,并返回掩码视频(MaskVideoUrl);
@@ -329,10 +343,14 @@ module TencentCloud
329
343
  # @param LogoParam: 标识内容设置。
330
344
  # 默认在生成视频的右下角添加“视频由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
331
345
  # @type LogoParam: :class:`Tencentcloud::Vclm.v20240523.models.LogoParam`
346
+ # @param EnableFace: 是否开启人脸检测。
347
+
348
+ # 默认开启人脸检测(true),拦截主体为人像但无人脸、人脸不完整或被遮挡的输入图。可选关闭人脸检测(false)。
349
+ # @type EnableFace: Boolean
332
350
 
333
- attr_accessor :ImageUrl, :ImageBase64, :TemplateId, :EnableAudio, :EnableBodyJoins, :EnableSegment, :LogoAdd, :LogoParam
351
+ attr_accessor :ImageUrl, :ImageBase64, :TemplateId, :EnableAudio, :EnableBodyJoins, :EnableSegment, :LogoAdd, :LogoParam, :EnableFace
334
352
 
335
- def initialize(imageurl=nil, imagebase64=nil, templateid=nil, enableaudio=nil, enablebodyjoins=nil, enablesegment=nil, logoadd=nil, logoparam=nil)
353
+ def initialize(imageurl=nil, imagebase64=nil, templateid=nil, enableaudio=nil, enablebodyjoins=nil, enablesegment=nil, logoadd=nil, logoparam=nil, enableface=nil)
336
354
  @ImageUrl = imageurl
337
355
  @ImageBase64 = imagebase64
338
356
  @TemplateId = templateid
@@ -341,6 +359,7 @@ module TencentCloud
341
359
  @EnableSegment = enablesegment
342
360
  @LogoAdd = logoadd
343
361
  @LogoParam = logoparam
362
+ @EnableFace = enableface
344
363
  end
345
364
 
346
365
  def deserialize(params)
@@ -355,6 +374,7 @@ module TencentCloud
355
374
  @LogoParam = LogoParam.new
356
375
  @LogoParam.deserialize(params['LogoParam'])
357
376
  end
377
+ @EnableFace = params['EnableFace']
358
378
  end
359
379
  end
360
380
 
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.1016
4
+ version: 3.0.1017
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
11
+ date: 2025-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common