tencentcloud-sdk-iir 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- 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: dd3e15a30cc061ed355ea6d412e3fca27f739e97
|
4
|
+
data.tar.gz: 542bf755a223453af4b5e471f77e6d05248267c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b966a09d17ed36edf4741ac852f71b951ea7fedf630bb1cbc75c1756d642266da6d46118022e2766f88e38eb346d799c42954b0e39e44edf332a02a88b1a02e9
|
7
|
+
data.tar.gz: 24d11821ac8e670221857000a690a6120a04945c33aa8df353e790e579224a7741abfee2ee57e1613d4cd056deb0be4e70287d551e034d6c1058842c55730a3d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
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.591
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|