tencentcloud-sdk-tiia 1.0.359 → 1.0.360

Sign up to get free protection for your applications and to get access to all the features.
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: 9f869febf025a2cc1954118ce9d4581ab6bcc2ba
4
- data.tar.gz: 3d56e43d4df6b0816851de0e55270057ef76b8c9
3
+ metadata.gz: 78ada94a35067c7eebbdcb0869c4391d9e3d00c4
4
+ data.tar.gz: 56b478de543c58d9544a5148d084b84a6e080f00
5
5
  SHA512:
6
- metadata.gz: 0506871e0a39965f49828d367ea046dbdc845ee8be4e6cfebdb9e0945c471bd62755769a4ba0c085283f4924296a49e8cb01602cc6fd450112d4a8b873c2ed55
7
- data.tar.gz: b83b2a8859a1afff4939b79f8abddcd7579d18846895a381b5b29e29565f628d20f6521d36279175806bc7a4dde548dd9f0c1dd4d1f578718389da5d89d2f218
6
+ metadata.gz: f94920f2807f49312a3dfcd3fd7473b45cfc79f71cdb351a4088c39fc4e7aa55511586fa4ec31b461053218fe45dede60d86d5f342b39d09815abd8905cf6371
7
+ data.tar.gz: 903e480bfc33625f891293eba4650bdc7422a94ff77c71949d8d886260241592749f8b789433417644ac8548dfabfd2d3cf293a7bc72cfd880eb112d306de656
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.359
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.359
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-19 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