tencentcloud-sdk-ivld 3.0.435 → 3.0.437

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/v20210903/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d11031212a55d0b067ee14038e598edc0973d626
4
- data.tar.gz: 41d06cc265ccd78989b17a01e323615254b8ad83
3
+ metadata.gz: a0bcfdfa005bec31bbb043b807aefcf3277556e0
4
+ data.tar.gz: 95386defa03eeaa349f88c8fe2a24505d72e0044
5
5
  SHA512:
6
- metadata.gz: 0554e37258fc11c3966b37d4b900cb593f1f859176d889a645dfeee8c44798663e393f30c42ba9c51a20ad46e6cc522f43bfb773f43f183149deff2c81170697
7
- data.tar.gz: b6f126695dd661f7ece204d290606908db1201536a90213201b7257d3aee8a4e110da690b6cfdce2ae75142a33d56a8a599e70fb6c97349ac1bc94d43f815754
6
+ metadata.gz: 89568abd704ad9f6945b0cfd3b55c4599ce06297a54bc82e8f86f05efc9ba08c54f58c0619ddf57188c9e09747b5aa60f43a0f69efd6cd8f58139b68840920ea
7
+ data.tar.gz: 5139df8e155dbe6504630b123dd88947d3387a9467f5653250199e00dad755294b89ebf5378e61e7c3c00d9397b3bbda9e7d57b3507674037f6432a17ac53fee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.435
1
+ 3.0.437
@@ -2003,14 +2003,18 @@ module TencentCloud
2003
2003
  # @type FirstAppear: Integer
2004
2004
  # @param AppearInfo: 人物出现信息
2005
2005
  # @type AppearInfo: :class:`Tencentcloud::Ivld.v20210903.models.AppearInfo`
2006
+ # @param AppearRect: 人脸在图片中的位置,仅在图片标签任务有效
2007
+ # 注意:此字段可能返回 null,表示取不到有效值。
2008
+ # @type AppearRect: :class:`Tencentcloud::Ivld.v20210903.models.Rectf`
2006
2009
 
2007
- attr_accessor :Name, :Job, :FirstAppear, :AppearInfo
2010
+ attr_accessor :Name, :Job, :FirstAppear, :AppearInfo, :AppearRect
2008
2011
 
2009
- def initialize(name=nil, job=nil, firstappear=nil, appearinfo=nil)
2012
+ def initialize(name=nil, job=nil, firstappear=nil, appearinfo=nil, appearrect=nil)
2010
2013
  @Name = name
2011
2014
  @Job = job
2012
2015
  @FirstAppear = firstappear
2013
2016
  @AppearInfo = appearinfo
2017
+ @AppearRect = appearrect
2014
2018
  end
2015
2019
 
2016
2020
  def deserialize(params)
@@ -2021,6 +2025,10 @@ module TencentCloud
2021
2025
  @AppearInfo = AppearInfo.new
2022
2026
  @AppearInfo.deserialize(params['AppearInfo'])
2023
2027
  end
2028
+ unless params['AppearRect'].nil?
2029
+ @AppearRect = Rectf.new
2030
+ @AppearRect.deserialize(params['AppearRect'])
2031
+ end
2024
2032
  end
2025
2033
  end
2026
2034
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ivld
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.435
4
+ version: 3.0.437
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common