tencentcloud-sdk-tiia 3.0.387 → 3.0.388

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16a42f4e71acd08fc144371427ac517d169ca111
4
- data.tar.gz: bf1150acb24ca808403af7b7697654e5708dac84
3
+ metadata.gz: 125f61bc18468d9b2a4fbc4009f3971b60a91a16
4
+ data.tar.gz: df3df23ecf533ba4cb11b5b8b090a5ce3679b6b5
5
5
  SHA512:
6
- metadata.gz: cdd8be1930b41a5b8fb7a37793a7e4db463f18aa29eae8997e92e3624b87a7fa473ba2564bb1d54c1c0d88acbc01af36961c663f15e3bc99a343ef055f2d5bb9
7
- data.tar.gz: 9c749e68b9ae0e7c23009ab8be73029c9b613d7635b18b09555159db6747c4995d4962069beb856bab5ce9a546dfa0cd5bdab9edafb14ec1a95e5d11ee537cd8
6
+ metadata.gz: 9fbb8e71fd49a3e55cdf6d0736d04d8c22586deaf4cb2faefec3124a78b34f234095a7b99245adf31cdbf9d985295c0ca5ec52fd64aa4cc144537074f23f16a0
7
+ data.tar.gz: c26f2411303345ccf8f22f162a1f02f96c2c371b3291e1c1db41d1443e784b334b26b18a5d1ab0370cb6dcaeb5a43eba0709712ae0d69a8ec8bcbb7864540751
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.387
1
+ 3.0.388
@@ -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.387
4
+ version: 3.0.388
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-15 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common