tencentcloud-sdk-tiia 3.0.386 → 3.0.389

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 138d89d68c73d437607bb3173bb264321c910fdc
4
- data.tar.gz: b1ad7b2789c93a8c35ff32e5ce2b179ab197f1de
3
+ metadata.gz: 1bc2a37bbcf0a68c431bdd2dd6e7463c9e0c4dbd
4
+ data.tar.gz: b8af69b0d37451941d9303ef8baa5cc86dddb2b8
5
5
  SHA512:
6
- metadata.gz: 344051f3f064679a94dcc5485ce2d297dbe5fc0b68ac8c28e31b227c04de6c6bf8e649f3c4f99e27656b65ad420d30ea5d85f1163ec70ca34217e785a1c503d6
7
- data.tar.gz: bc387258aa09b5823294de9502141268777d74f266f3da0c3af15edd87f5b16cbaae432bb1296f92ff943d43a0cccdba5be37f808bd8df13c0a59d12763504b7
6
+ metadata.gz: 268950600b803d1c38912db9f288067c95b7871d030efec868f355415cdda70e9dd7ac775c9503f3d09367b51e03a62d2971ec617d2e688b244037afabf7a64b
7
+ data.tar.gz: 7f4e2795b395a19f86ffeee8e5aaf7b0c28b8ce47c129dc51126904071cba2f36e87b6363657d24167807c412cd26acc36e93584c0ee4ad328188c903e9086c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.386
1
+ 3.0.389
@@ -115,12 +115,15 @@ module TencentCloud
115
115
  # @type Rect: :class:`Tencentcloud::Tiia.v20190529.models.ImageRect`
116
116
  # @param Score: 置信度。
117
117
  # @type Score: Float
118
+ # @param CategoryId: 主体区域类目ID
119
+ # @type CategoryId: Integer
118
120
 
119
- attr_accessor :Rect, :Score
121
+ attr_accessor :Rect, :Score, :CategoryId
120
122
 
121
- def initialize(rect=nil, score=nil)
123
+ def initialize(rect=nil, score=nil, categoryid=nil)
122
124
  @Rect = rect
123
125
  @Score = score
126
+ @CategoryId = categoryid
124
127
  end
125
128
 
126
129
  def deserialize(params)
@@ -129,6 +132,7 @@ module TencentCloud
129
132
  @Rect.deserialize(params['Rect'])
130
133
  end
131
134
  @Score = params['Score']
135
+ @CategoryId = params['CategoryId']
132
136
  end
133
137
  end
134
138
 
@@ -1558,7 +1562,7 @@ module TencentCloud
1558
1562
  # @type Colors: Array
1559
1563
  # @param Attributes: 属性信息。
1560
1564
  # @type Attributes: Array
1561
- # @param AllBox: 图像的所有主体区域。
1565
+ # @param AllBox: 图像的所有主体区域,置信度,以及主体区域类别ID。
1562
1566
  # 注意:此字段可能返回 null,表示取不到有效值。
1563
1567
  # @type AllBox: Array
1564
1568
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tiia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.386
4
+ version: 3.0.389
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-08-12 00:00:00.000000000 Z
11
+ date: 2022-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common