tencentcloud-sdk-ocr 3.0.1034 → 3.0.1035
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: df6a7d2d0059cb4abbc518362e95a75e06b9afa0
|
4
|
+
data.tar.gz: 22543a61eb0915e703bf62b8f58a54f6112d4067
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e75bb8cc31bdfc2e658db994577390198a0b2b4492ce4017921b0851935b750ab467669377fcd4bc9f565899920ac3b9b9cde4c345e21f1bee79214d191b45c
|
7
|
+
data.tar.gz: 4ea84b10d8fb741ce8e97ac804787f8e01d3dd07e758136b5820c47add0d3e25eb7fb80c12d98b93e985400f82768d6c151105a58bad9e3dd91d95c79a5bf8f3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1035
|
data/lib/v20181119/models.rb
CHANGED
@@ -4478,10 +4478,12 @@ module TencentCloud
|
|
4478
4478
|
# @type ImageUrl: String
|
4479
4479
|
# @param PortraitUrl: 身份证头像照片的地址(人像面)
|
4480
4480
|
# @type PortraitUrl: String
|
4481
|
+
# @param IntErrorCode: 整型错误码
|
4482
|
+
# @type IntErrorCode: Integer
|
4481
4483
|
|
4482
|
-
attr_accessor :WarnCodes, :Address, :Authority, :Birth, :IdNum, :Name, :Nation, :Sex, :ValidDate, :RequestId, :ErrorCode, :ErrorMessage, :ImageUrl, :PortraitUrl
|
4484
|
+
attr_accessor :WarnCodes, :Address, :Authority, :Birth, :IdNum, :Name, :Nation, :Sex, :ValidDate, :RequestId, :ErrorCode, :ErrorMessage, :ImageUrl, :PortraitUrl, :IntErrorCode
|
4483
4485
|
|
4484
|
-
def initialize(warncodes=nil, address=nil, authority=nil, birth=nil, idnum=nil, name=nil, nation=nil, sex=nil, validdate=nil, requestid=nil, errorcode=nil, errormessage=nil, imageurl=nil, portraiturl=nil)
|
4486
|
+
def initialize(warncodes=nil, address=nil, authority=nil, birth=nil, idnum=nil, name=nil, nation=nil, sex=nil, validdate=nil, requestid=nil, errorcode=nil, errormessage=nil, imageurl=nil, portraiturl=nil, interrorcode=nil)
|
4485
4487
|
@WarnCodes = warncodes
|
4486
4488
|
@Address = address
|
4487
4489
|
@Authority = authority
|
@@ -4496,6 +4498,7 @@ module TencentCloud
|
|
4496
4498
|
@ErrorMessage = errormessage
|
4497
4499
|
@ImageUrl = imageurl
|
4498
4500
|
@PortraitUrl = portraiturl
|
4501
|
+
@IntErrorCode = interrorcode
|
4499
4502
|
end
|
4500
4503
|
|
4501
4504
|
def deserialize(params)
|
@@ -4513,6 +4516,7 @@ module TencentCloud
|
|
4513
4516
|
@ErrorMessage = params['ErrorMessage']
|
4514
4517
|
@ImageUrl = params['ImageUrl']
|
4515
4518
|
@PortraitUrl = params['PortraitUrl']
|
4519
|
+
@IntErrorCode = params['IntErrorCode']
|
4516
4520
|
end
|
4517
4521
|
end
|
4518
4522
|
|
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.1035
|
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-04-
|
11
|
+
date: 2025-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|