tencentcloud-sdk-ocr 3.0.656 → 3.0.657
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 +10 -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: 8d6bb359a40c865ad00d923e42a6139c5d90cb30
|
|
4
|
+
data.tar.gz: 213615d7ed21f0dc6a0915b0e9df970ba5e840cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a708d75f471918e67c3ea00a394b5059d7d8d1febff3a6ae5204335c910d2c22333a92d4e7107f8072eed188b22b8ba2e834d65992ea16ebb54d87e9d6de8f6e
|
|
7
|
+
data.tar.gz: 8b354edf9926a6b4a47b57fe91353c38c5334e45d0557bc021d5c2cabe44fe8e83b4752a57774b1b418819cafc625ca31274be54e6e3a58658623e18203be5a9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.657
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -1340,12 +1340,16 @@ module TencentCloud
|
|
|
1340
1340
|
# @type State: String
|
|
1341
1341
|
# @param CumulativeScore: 累积记分(仅电子驾驶证支持返回该字段)
|
|
1342
1342
|
# @type CumulativeScore: String
|
|
1343
|
+
# @param CurrentTime: 当前时间(仅电子驾驶证支持返回该字段)
|
|
1344
|
+
# @type CurrentTime: String
|
|
1345
|
+
# @param GenerateTime: 生成时间(仅电子驾驶证支持返回该字段)
|
|
1346
|
+
# @type GenerateTime: String
|
|
1343
1347
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1344
1348
|
# @type RequestId: String
|
|
1345
1349
|
|
|
1346
|
-
attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :RequestId
|
|
1350
|
+
attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :CurrentTime, :GenerateTime, :RequestId
|
|
1347
1351
|
|
|
1348
|
-
def initialize(name=nil, sex=nil, nationality=nil, address=nil, dateofbirth=nil, dateoffirstissue=nil, _class=nil, startdate=nil, enddate=nil, cardcode=nil, archivescode=nil, record=nil, recognizewarncode=nil, recognizewarnmsg=nil, issuingauthority=nil, state=nil, cumulativescore=nil, requestid=nil)
|
|
1352
|
+
def initialize(name=nil, sex=nil, nationality=nil, address=nil, dateofbirth=nil, dateoffirstissue=nil, _class=nil, startdate=nil, enddate=nil, cardcode=nil, archivescode=nil, record=nil, recognizewarncode=nil, recognizewarnmsg=nil, issuingauthority=nil, state=nil, cumulativescore=nil, currenttime=nil, generatetime=nil, requestid=nil)
|
|
1349
1353
|
@Name = name
|
|
1350
1354
|
@Sex = sex
|
|
1351
1355
|
@Nationality = nationality
|
|
@@ -1363,6 +1367,8 @@ module TencentCloud
|
|
|
1363
1367
|
@IssuingAuthority = issuingauthority
|
|
1364
1368
|
@State = state
|
|
1365
1369
|
@CumulativeScore = cumulativescore
|
|
1370
|
+
@CurrentTime = currenttime
|
|
1371
|
+
@GenerateTime = generatetime
|
|
1366
1372
|
@RequestId = requestid
|
|
1367
1373
|
end
|
|
1368
1374
|
|
|
@@ -1384,6 +1390,8 @@ module TencentCloud
|
|
|
1384
1390
|
@IssuingAuthority = params['IssuingAuthority']
|
|
1385
1391
|
@State = params['State']
|
|
1386
1392
|
@CumulativeScore = params['CumulativeScore']
|
|
1393
|
+
@CurrentTime = params['CurrentTime']
|
|
1394
|
+
@GenerateTime = params['GenerateTime']
|
|
1387
1395
|
@RequestId = params['RequestId']
|
|
1388
1396
|
end
|
|
1389
1397
|
end
|
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.657
|
|
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-09-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|