tencentcloud-sdk-ocr 3.0.903 → 3.0.904
Sign up to get free protection for your applications and to get access to all the features.
- 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: 1e0972c8d2489991fa0f2075c132698b1ec2eb7d
|
4
|
+
data.tar.gz: 769ebdca19152057f8f58701c6786056dba8c301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0a9ada63297941f61a5fdde7239dae755e1d94352adf22e9763bf3f367eb4aca6644888578311acae950c76a85138d3bad5b59d44bd204d4b5d19b608d2fcbf
|
7
|
+
data.tar.gz: 7f96c47019c868a17b4c89cd8239069ebb186299128f7e779bccc7b14fa93f2f24f6067b6de1d1507094f9bd6644e222aec8c933c10de80acc56bf5b983e96f7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.904
|
data/lib/v20181119/models.rb
CHANGED
@@ -5428,14 +5428,16 @@ module TencentCloud
|
|
5428
5428
|
# @type Type: String
|
5429
5429
|
# @param Profile: RetProfile为True时返回头像字段, Base64编码
|
5430
5430
|
# @type Profile: String
|
5431
|
+
# @param Nationality: 国籍
|
5432
|
+
# @type Nationality: String
|
5431
5433
|
# @param MainlandTravelPermitBackInfos: 背面字段信息
|
5432
5434
|
# @type MainlandTravelPermitBackInfos: :class:`Tencentcloud::Ocr.v20181119.models.MainlandTravelPermitBackInfos`
|
5433
5435
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5434
5436
|
# @type RequestId: String
|
5435
5437
|
|
5436
|
-
attr_accessor :Name, :EnglishName, :Sex, :Birthday, :IssueAuthority, :ValidDate, :Number, :IssueAddress, :IssueNumber, :Type, :Profile, :MainlandTravelPermitBackInfos, :RequestId
|
5438
|
+
attr_accessor :Name, :EnglishName, :Sex, :Birthday, :IssueAuthority, :ValidDate, :Number, :IssueAddress, :IssueNumber, :Type, :Profile, :Nationality, :MainlandTravelPermitBackInfos, :RequestId
|
5437
5439
|
|
5438
|
-
def initialize(name=nil, englishname=nil, sex=nil, birthday=nil, issueauthority=nil, validdate=nil, number=nil, issueaddress=nil, issuenumber=nil, type=nil, profile=nil, mainlandtravelpermitbackinfos=nil, requestid=nil)
|
5440
|
+
def initialize(name=nil, englishname=nil, sex=nil, birthday=nil, issueauthority=nil, validdate=nil, number=nil, issueaddress=nil, issuenumber=nil, type=nil, profile=nil, nationality=nil, mainlandtravelpermitbackinfos=nil, requestid=nil)
|
5439
5441
|
@Name = name
|
5440
5442
|
@EnglishName = englishname
|
5441
5443
|
@Sex = sex
|
@@ -5447,6 +5449,7 @@ module TencentCloud
|
|
5447
5449
|
@IssueNumber = issuenumber
|
5448
5450
|
@Type = type
|
5449
5451
|
@Profile = profile
|
5452
|
+
@Nationality = nationality
|
5450
5453
|
@MainlandTravelPermitBackInfos = mainlandtravelpermitbackinfos
|
5451
5454
|
@RequestId = requestid
|
5452
5455
|
end
|
@@ -5463,6 +5466,7 @@ module TencentCloud
|
|
5463
5466
|
@IssueNumber = params['IssueNumber']
|
5464
5467
|
@Type = params['Type']
|
5465
5468
|
@Profile = params['Profile']
|
5469
|
+
@Nationality = params['Nationality']
|
5466
5470
|
unless params['MainlandTravelPermitBackInfos'].nil?
|
5467
5471
|
@MainlandTravelPermitBackInfos = MainlandTravelPermitBackInfos.new
|
5468
5472
|
@MainlandTravelPermitBackInfos.deserialize(params['MainlandTravelPermitBackInfos'])
|
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.904
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|