tencentcloud-sdk-tiia 3.0.387 → 3.0.390
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190529/models.rb +7 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 492c0d2a25b249c8c1b6617c0d2685230c4a7a33
|
|
4
|
+
data.tar.gz: 50875a63bbaabfbbb1dd3d9758d8663824951054
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fc7568b882ff68ff65ce69599ce202f98d05702aa40d3b0f5710571e1c29e9d20d18c69204e7747bfa7a581389c6cf4abf409b1aa3d15a49f07c7451a560d7c
|
|
7
|
+
data.tar.gz: e482763f75efeffadc654444d40c1ec200d35b964185137b39222c5483e811361d56502a1f7f3e8a154f487f2541c44df752c6358086c56e7f690a844ea0fcd8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.390
|
data/lib/v20190529/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 3.0.390
|
|
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-
|
|
11
|
+
date: 2022-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|