tencentcloud-sdk-ocr 3.0.722 → 3.0.723

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17f0f5d4d81249ca315167610e7cef0a374bd3a5
4
- data.tar.gz: 520684710fc453bfd65462fcd70eaf39a36ffe95
3
+ metadata.gz: 9b03453bf25f986e211fb880355e7520ee4994d0
4
+ data.tar.gz: 3b460f304e49170e26503e75a11a51748b36d4e5
5
5
  SHA512:
6
- metadata.gz: 8a0cb957078ff8de8d49884fc1befd66d0e57d03cc67c4590ff98a1974e3b20d221b6b8dffe1a6bc16357584b1158f24688d986fc720e39a5d2e57cc07ce9477
7
- data.tar.gz: f6f39b782ca092afe12e094edc086ce2930b56b2a62332511142160f0d5b7a7cd13bab42b5bb83802e407f60eceac0a85463f3be72c5b2bd339b2bb4ebb6a978
6
+ metadata.gz: e8eef33d157d26d8239c61f9a25ba16345c05edb46f8c1570e342d6c543ad71af4ffd1fa53822460aaab6d46565380ca77dc51271a294dadeb984265594e13b6
7
+ data.tar.gz: ff778fe80f3a45e139a19e6a229fd3da81e9ea20e9ee5bc878c336e8ca75b233294b5474a00711b96645da769da16c49caf5af76b89ceab0e60b19fedfc9a14b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.722
1
+ 3.0.723
@@ -9714,10 +9714,14 @@ module TencentCloud
9714
9714
  # @param SubPageCode: 副页编码
9715
9715
  # 注意:此字段可能返回 null,表示取不到有效值。
9716
9716
  # @type SubPageCode: String
9717
+ # @param FuelType: 燃料种类
9717
9718
 
9718
- attr_accessor :PlateNo, :FileNo, :AllowNum, :TotalMass, :CurbWeight, :LoadQuality, :ExternalSize, :Marks, :Record, :TotalQuasiMass, :SubPageCode
9719
+ # 注意:此字段可能返回 null,表示取不到有效值。
9720
+ # @type FuelType: String
9721
+
9722
+ attr_accessor :PlateNo, :FileNo, :AllowNum, :TotalMass, :CurbWeight, :LoadQuality, :ExternalSize, :Marks, :Record, :TotalQuasiMass, :SubPageCode, :FuelType
9719
9723
 
9720
- def initialize(plateno=nil, fileno=nil, allownum=nil, totalmass=nil, curbweight=nil, loadquality=nil, externalsize=nil, marks=nil, record=nil, totalquasimass=nil, subpagecode=nil)
9724
+ def initialize(plateno=nil, fileno=nil, allownum=nil, totalmass=nil, curbweight=nil, loadquality=nil, externalsize=nil, marks=nil, record=nil, totalquasimass=nil, subpagecode=nil, fueltype=nil)
9721
9725
  @PlateNo = plateno
9722
9726
  @FileNo = fileno
9723
9727
  @AllowNum = allownum
@@ -9729,6 +9733,7 @@ module TencentCloud
9729
9733
  @Record = record
9730
9734
  @TotalQuasiMass = totalquasimass
9731
9735
  @SubPageCode = subpagecode
9736
+ @FuelType = fueltype
9732
9737
  end
9733
9738
 
9734
9739
  def deserialize(params)
@@ -9743,6 +9748,7 @@ module TencentCloud
9743
9748
  @Record = params['Record']
9744
9749
  @TotalQuasiMass = params['TotalQuasiMass']
9745
9750
  @SubPageCode = params['SubPageCode']
9751
+ @FuelType = params['FuelType']
9746
9752
  end
9747
9753
  end
9748
9754
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ocr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.722
4
+ version: 3.0.723
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-12-06 00:00:00.000000000 Z
11
+ date: 2023-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common