tencentcloud-sdk-ocr 3.0.1067 → 3.0.1068
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/v20181119/models.rb +6 -2
- 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: 9a9bd992122dfbd60262d2039887752c6930b2b9
|
4
|
+
data.tar.gz: 0b3cfd79ebbfb2de71ea0b795bb6321f523afb27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c36d55d4d1593fe985d9419a85c2464ce185deb7060634d33395cb7088fc1ca8babb61120a8db1412c67a6085ee694f2abcaa4185039b53fe4320333df04602
|
7
|
+
data.tar.gz: 98f5cf2fcebabaab9cf7badfa94beb44d0e593857804594c6d6ff186612b5267904f0184196318a65cd41b0ff1a997960ccaca0dba3688d63c611a8e68c7fc55
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1068
|
data/lib/v20181119/models.rb
CHANGED
@@ -12096,10 +12096,12 @@ module TencentCloud
|
|
12096
12096
|
# @type AddressElectronic: String
|
12097
12097
|
# @param IssueAuthorityElectronic: 发证机关
|
12098
12098
|
# @type IssueAuthorityElectronic: String
|
12099
|
+
# @param CarBodyColor: 车身颜色
|
12100
|
+
# @type CarBodyColor: String
|
12099
12101
|
|
12100
|
-
attr_accessor :PlateNo, :FileNo, :AllowNum, :TotalMass, :CurbWeight, :LoadQuality, :ExternalSize, :Marks, :Record, :TotalQuasiMass, :SubPageCode, :FuelType, :AddressElectronic, :IssueAuthorityElectronic
|
12102
|
+
attr_accessor :PlateNo, :FileNo, :AllowNum, :TotalMass, :CurbWeight, :LoadQuality, :ExternalSize, :Marks, :Record, :TotalQuasiMass, :SubPageCode, :FuelType, :AddressElectronic, :IssueAuthorityElectronic, :CarBodyColor
|
12101
12103
|
|
12102
|
-
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, addresselectronic=nil, issueauthorityelectronic=nil)
|
12104
|
+
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, addresselectronic=nil, issueauthorityelectronic=nil, carbodycolor=nil)
|
12103
12105
|
@PlateNo = plateno
|
12104
12106
|
@FileNo = fileno
|
12105
12107
|
@AllowNum = allownum
|
@@ -12114,6 +12116,7 @@ module TencentCloud
|
|
12114
12116
|
@FuelType = fueltype
|
12115
12117
|
@AddressElectronic = addresselectronic
|
12116
12118
|
@IssueAuthorityElectronic = issueauthorityelectronic
|
12119
|
+
@CarBodyColor = carbodycolor
|
12117
12120
|
end
|
12118
12121
|
|
12119
12122
|
def deserialize(params)
|
@@ -12131,6 +12134,7 @@ module TencentCloud
|
|
12131
12134
|
@FuelType = params['FuelType']
|
12132
12135
|
@AddressElectronic = params['AddressElectronic']
|
12133
12136
|
@IssueAuthorityElectronic = params['IssueAuthorityElectronic']
|
12137
|
+
@CarBodyColor = params['CarBodyColor']
|
12134
12138
|
end
|
12135
12139
|
end
|
12136
12140
|
|
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.
|
4
|
+
version: 3.0.1068
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|