tencentcloud-sdk-tiia 1.0.357 → 1.0.360

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190529/models.rb +19 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad1dfc24ec9e9d6dd2fa0895be54f149baa1d150
4
- data.tar.gz: e2cf1cae60177b5ff0f4be49d33e38c569501aa9
3
+ metadata.gz: 78ada94a35067c7eebbdcb0869c4391d9e3d00c4
4
+ data.tar.gz: 56b478de543c58d9544a5148d084b84a6e080f00
5
5
  SHA512:
6
- metadata.gz: 8cccd4e07654b80b2f3df64fe491c5870b81adbf92076d3fe5e129e4f6d4d762ae5ddf9da0e62e13d03898b21013b36e2515878f02edd4edb75a1f069864e3ae
7
- data.tar.gz: 17072927a2d60cbe22ed23f58ee19b02481f40273a086b18303d8432bf7c12d9ad1ea6d1beb586614b770e6853575f8a2254f964ad4cbdef17ae277131fd6840
6
+ metadata.gz: f94920f2807f49312a3dfcd3fd7473b45cfc79f71cdb351a4088c39fc4e7aa55511586fa4ec31b461053218fe45dede60d86d5f342b39d09815abd8905cf6371
7
+ data.tar.gz: 903e480bfc33625f891293eba4650bdc7422a94ff77c71949d8d886260241592749f8b789433417644ac8548dfabfd2d3cf293a7bc72cfd880eb112d306de656
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
1
+ 1.0.360
@@ -181,19 +181,28 @@ module TencentCloud
181
181
  # @type Type: String
182
182
  # @param Color: 车辆颜色
183
183
  # @type Color: String
184
- # @param Confidence: 置信度,0-100
184
+ # @param Confidence: 车系置信度,0-100
185
185
  # @type Confidence: Integer
186
186
  # @param Year: 年份,没识别出年份的时候返回0
187
187
  # @type Year: Integer
188
188
  # @param CarLocation: 车辆在图片中的坐标信息
189
189
  # @type CarLocation: Array
190
- # @param PlateContent: 车牌信息
190
+ # @param PlateContent: 车牌信息,仅车辆识别(增强版)支持
191
191
  # 注意:此字段可能返回 null,表示取不到有效值。
192
192
  # @type PlateContent: :class:`Tencentcloud::Tiia.v20190529.models.CarPlateContent`
193
+ # @param PlateConfidence: 车牌信息置信度,0-100,仅车辆识别(增强版)支持
194
+ # 注意:此字段可能返回 null,表示取不到有效值。
195
+ # @type PlateConfidence: Integer
196
+ # @param TypeConfidence: 车辆类型置信度,0-100,仅车辆识别(增强版)支持
197
+ # 注意:此字段可能返回 null,表示取不到有效值。
198
+ # @type TypeConfidence: Integer
199
+ # @param ColorConfidence: 车辆颜色置信度,0-100,仅车辆识别(增强版)支持
200
+ # 注意:此字段可能返回 null,表示取不到有效值。
201
+ # @type ColorConfidence: Integer
193
202
 
194
- attr_accessor :Serial, :Brand, :Type, :Color, :Confidence, :Year, :CarLocation, :PlateContent
203
+ attr_accessor :Serial, :Brand, :Type, :Color, :Confidence, :Year, :CarLocation, :PlateContent, :PlateConfidence, :TypeConfidence, :ColorConfidence
195
204
 
196
- def initialize(serial=nil, brand=nil, type=nil, color=nil, confidence=nil, year=nil, carlocation=nil, platecontent=nil)
205
+ def initialize(serial=nil, brand=nil, type=nil, color=nil, confidence=nil, year=nil, carlocation=nil, platecontent=nil, plateconfidence=nil, typeconfidence=nil, colorconfidence=nil)
197
206
  @Serial = serial
198
207
  @Brand = brand
199
208
  @Type = type
@@ -202,6 +211,9 @@ module TencentCloud
202
211
  @Year = year
203
212
  @CarLocation = carlocation
204
213
  @PlateContent = platecontent
214
+ @PlateConfidence = plateconfidence
215
+ @TypeConfidence = typeconfidence
216
+ @ColorConfidence = colorconfidence
205
217
  end
206
218
 
207
219
  def deserialize(params)
@@ -223,6 +235,9 @@ module TencentCloud
223
235
  @PlateContent = CarPlateContent.new
224
236
  @PlateContent.deserialize(params['PlateContent'])
225
237
  end
238
+ @PlateConfidence = params['PlateConfidence']
239
+ @TypeConfidence = params['TypeConfidence']
240
+ @ColorConfidence = params['ColorConfidence']
226
241
  end
227
242
  end
228
243
 
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: 1.0.357
4
+ version: 1.0.360
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-07-18 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common