tencentcloud-sdk-iir 3.0.590 → 3.0.592
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/v20200417/models.rb +5 -5
- 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: 5193b251e71026bd0421bfaccd1babc7543ef478
|
4
|
+
data.tar.gz: 7d10e39ee85d6dbc9274dfc432219e47a9d3d9ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2df348210de7b45809d4a5d082435790e70a6e2cb6106b84428024d549dd815c4383a06064978563c39ca35519d2dd0b6497e4f499a9c5901a0b20282ef24d45
|
7
|
+
data.tar.gz: 229984a3ef21efdcfec551c96da93d2092323f287d42ecc57d52dfbec858cfe65f2749d6074d76e11082af242427bdc83cced9eaf17543920dac9c797dfbac8e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20200417/models.rb
CHANGED
@@ -29,7 +29,7 @@ module TencentCloud
|
|
29
29
|
# @type YMax: Integer
|
30
30
|
|
31
31
|
attr_accessor :XMin, :YMin, :XMax, :YMax
|
32
|
-
|
32
|
+
|
33
33
|
def initialize(xmin=nil, ymin=nil, xmax=nil, ymax=nil)
|
34
34
|
@XMin = xmin
|
35
35
|
@YMin = ymin
|
@@ -70,7 +70,7 @@ module TencentCloud
|
|
70
70
|
# @type Image: String
|
71
71
|
|
72
72
|
attr_accessor :FindSKU, :Location, :Name, :Brand, :Price, :ProductCategory, :Score, :Image
|
73
|
-
|
73
|
+
|
74
74
|
def initialize(findsku=nil, location=nil, name=nil, brand=nil, price=nil, productcategory=nil, score=nil, image=nil)
|
75
75
|
@FindSKU = findsku
|
76
76
|
@Location = location
|
@@ -108,7 +108,7 @@ module TencentCloud
|
|
108
108
|
# @type ImageBase64: String
|
109
109
|
|
110
110
|
attr_accessor :ImageUrl, :ImageBase64
|
111
|
-
|
111
|
+
|
112
112
|
def initialize(imageurl=nil, imagebase64=nil)
|
113
113
|
@ImageUrl = imageurl
|
114
114
|
@ImageBase64 = imagebase64
|
@@ -133,7 +133,7 @@ module TencentCloud
|
|
133
133
|
# @type RequestId: String
|
134
134
|
|
135
135
|
attr_accessor :RegionDetected, :ProductInfo, :RequestId
|
136
|
-
|
136
|
+
|
137
137
|
def initialize(regiondetected=nil, productinfo=nil, requestid=nil)
|
138
138
|
@RegionDetected = regiondetected
|
139
139
|
@ProductInfo = productinfo
|
@@ -170,7 +170,7 @@ module TencentCloud
|
|
170
170
|
# @type Location: :class:`Tencentcloud::Iir.v20200417.models.Location`
|
171
171
|
|
172
172
|
attr_accessor :Category, :CategoryScore, :Location
|
173
|
-
|
173
|
+
|
174
174
|
def initialize(category=nil, categoryscore=nil, location=nil)
|
175
175
|
@Category = category
|
176
176
|
@CategoryScore = categoryscore
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iir
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.592
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|