tencentcloud-sdk-ocr 3.0.686 → 3.0.687
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 +13 -4
- 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: 2d399340ac148371a6fcf2a8ed97789da8b5381c
|
|
4
|
+
data.tar.gz: 1ef8f18c2d4c7dfc9388104ac4a10c73ab091c9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8786b6206d75c99ef3006796e8feba55174d24976ab9866472d717d90acd3c289a02381e4f2edf340702bef091769a02e98d088b8d31ea6bd9d40e15895fb857
|
|
7
|
+
data.tar.gz: 0ecba1b1083eac4400d45affc49102dbd834e76c3b3668568a53f857bc0b9f9e57a1a854ccf23aefc1dd3a41862a6b2e71bba3f745a24d851c0bd0935f700cec
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.687
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -1279,6 +1279,7 @@ module TencentCloud
|
|
|
1279
1279
|
# @type ImageUrl: String
|
|
1280
1280
|
# @param CardSide: FRONT 为驾驶证主页正面(有红色印章的一面),
|
|
1281
1281
|
# BACK 为驾驶证副页正面(有档案编号的一面)。
|
|
1282
|
+
# DOUBLE 支持自动识别驾驶证正副页单面,和正副双面同框识别
|
|
1282
1283
|
# 默认值为:FRONT。
|
|
1283
1284
|
# @type CardSide: String
|
|
1284
1285
|
|
|
@@ -1299,7 +1300,7 @@ module TencentCloud
|
|
|
1299
1300
|
|
|
1300
1301
|
# DriverLicenseOCR返回参数结构体
|
|
1301
1302
|
class DriverLicenseOCRResponse < TencentCloud::Common::AbstractModel
|
|
1302
|
-
# @param Name:
|
|
1303
|
+
# @param Name: 驾驶证正页姓名
|
|
1303
1304
|
# @type Name: String
|
|
1304
1305
|
# @param Sex: 性别
|
|
1305
1306
|
# @type Sex: String
|
|
@@ -1318,7 +1319,7 @@ module TencentCloud
|
|
|
1318
1319
|
# @param EndDate: 有效期截止时间(新版驾驶证返回 YYYY-MM-DD,
|
|
1319
1320
|
# 老版驾驶证返回有效期限 X年)
|
|
1320
1321
|
# @type EndDate: String
|
|
1321
|
-
# @param CardCode:
|
|
1322
|
+
# @param CardCode: 驾驶证正页证号
|
|
1322
1323
|
# @type CardCode: String
|
|
1323
1324
|
# @param ArchivesCode: 档案编号
|
|
1324
1325
|
# @type ArchivesCode: String
|
|
@@ -1344,12 +1345,16 @@ module TencentCloud
|
|
|
1344
1345
|
# @type CurrentTime: String
|
|
1345
1346
|
# @param GenerateTime: 生成时间(仅电子驾驶证支持返回该字段)
|
|
1346
1347
|
# @type GenerateTime: String
|
|
1348
|
+
# @param BackPageName: 驾驶证副页姓名
|
|
1349
|
+
# @type BackPageName: String
|
|
1350
|
+
# @param BackPageCardCode: 驾驶证副页证号
|
|
1351
|
+
# @type BackPageCardCode: String
|
|
1347
1352
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1348
1353
|
# @type RequestId: String
|
|
1349
1354
|
|
|
1350
|
-
attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :CurrentTime, :GenerateTime, :RequestId
|
|
1355
|
+
attr_accessor :Name, :Sex, :Nationality, :Address, :DateOfBirth, :DateOfFirstIssue, :Class, :StartDate, :EndDate, :CardCode, :ArchivesCode, :Record, :RecognizeWarnCode, :RecognizeWarnMsg, :IssuingAuthority, :State, :CumulativeScore, :CurrentTime, :GenerateTime, :BackPageName, :BackPageCardCode, :RequestId
|
|
1351
1356
|
|
|
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)
|
|
1357
|
+
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, backpagename=nil, backpagecardcode=nil, requestid=nil)
|
|
1353
1358
|
@Name = name
|
|
1354
1359
|
@Sex = sex
|
|
1355
1360
|
@Nationality = nationality
|
|
@@ -1369,6 +1374,8 @@ module TencentCloud
|
|
|
1369
1374
|
@CumulativeScore = cumulativescore
|
|
1370
1375
|
@CurrentTime = currenttime
|
|
1371
1376
|
@GenerateTime = generatetime
|
|
1377
|
+
@BackPageName = backpagename
|
|
1378
|
+
@BackPageCardCode = backpagecardcode
|
|
1372
1379
|
@RequestId = requestid
|
|
1373
1380
|
end
|
|
1374
1381
|
|
|
@@ -1392,6 +1399,8 @@ module TencentCloud
|
|
|
1392
1399
|
@CumulativeScore = params['CumulativeScore']
|
|
1393
1400
|
@CurrentTime = params['CurrentTime']
|
|
1394
1401
|
@GenerateTime = params['GenerateTime']
|
|
1402
|
+
@BackPageName = params['BackPageName']
|
|
1403
|
+
@BackPageCardCode = params['BackPageCardCode']
|
|
1395
1404
|
@RequestId = params['RequestId']
|
|
1396
1405
|
end
|
|
1397
1406
|
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.687
|
|
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-10-
|
|
11
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|