tencentcloud-sdk-ocr 3.0.529 → 3.0.531
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 +12 -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: 3b4bd55573c4e2f3d976a5f1a9077a5d92843e48
|
4
|
+
data.tar.gz: daf2215327ff732c6c75a709fff49ad3f4490027
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f674585f19ed5a26d6d593e356d0e11723778e8e0b90e9abe9be4faaa53abebcb334ddc7eadba904c70a08870bf0958485269570839d314cd625e301d3ad1c5
|
7
|
+
data.tar.gz: 2e929c10a453f98c0231c231ff61a41adf6df813a9ae7976119373ec773ed7b3f0b051854fbbd87c02ba0c9f283007f5994d84c0fb3b72efaa42a60af29425b4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.531
|
data/lib/v20181119/models.rb
CHANGED
@@ -3319,12 +3319,18 @@ module TencentCloud
|
|
3319
3319
|
# @type CodeSet: String
|
3320
3320
|
# @param CodeCrc: 最下方第二行 MRZ Code 序列
|
3321
3321
|
# @type CodeCrc: String
|
3322
|
+
# @param Surname: 姓
|
3323
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3324
|
+
# @type Surname: String
|
3325
|
+
# @param GivenName: 名
|
3326
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3327
|
+
# @type GivenName: String
|
3322
3328
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3323
3329
|
# @type RequestId: String
|
3324
3330
|
|
3325
|
-
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :RequestId
|
3331
|
+
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :RequestId
|
3326
3332
|
|
3327
|
-
def initialize(id=nil, name=nil, dateofbirth=nil, sex=nil, dateofexpiration=nil, issuingcountry=nil, nationality=nil, warn=nil, image=nil, advancedinfo=nil, codeset=nil, codecrc=nil, requestid=nil)
|
3333
|
+
def initialize(id=nil, name=nil, dateofbirth=nil, sex=nil, dateofexpiration=nil, issuingcountry=nil, nationality=nil, warn=nil, image=nil, advancedinfo=nil, codeset=nil, codecrc=nil, surname=nil, givenname=nil, requestid=nil)
|
3328
3334
|
@ID = id
|
3329
3335
|
@Name = name
|
3330
3336
|
@DateOfBirth = dateofbirth
|
@@ -3337,6 +3343,8 @@ module TencentCloud
|
|
3337
3343
|
@AdvancedInfo = advancedinfo
|
3338
3344
|
@CodeSet = codeset
|
3339
3345
|
@CodeCrc = codecrc
|
3346
|
+
@Surname = surname
|
3347
|
+
@GivenName = givenname
|
3340
3348
|
@RequestId = requestid
|
3341
3349
|
end
|
3342
3350
|
|
@@ -3353,6 +3361,8 @@ module TencentCloud
|
|
3353
3361
|
@AdvancedInfo = params['AdvancedInfo']
|
3354
3362
|
@CodeSet = params['CodeSet']
|
3355
3363
|
@CodeCrc = params['CodeCrc']
|
3364
|
+
@Surname = params['Surname']
|
3365
|
+
@GivenName = params['GivenName']
|
3356
3366
|
@RequestId = params['RequestId']
|
3357
3367
|
end
|
3358
3368
|
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.531
|
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-03-
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|