tencentcloud-sdk-ocr 3.0.529 → 3.0.530
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 +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: 3ff149f67629608cdca0385c3fefedc11d15dc98
|
|
4
|
+
data.tar.gz: 83fe01ea78124d5e1f9e40ad3bdafc2a2fd85550
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 287aac2c8a20cb99ae6dbef6dd355141795117487288441994ce891eb5483f3d878bd08690ceb06b74207e496a9942c3348c847c13674c9fcb1c1b57eba1127a
|
|
7
|
+
data.tar.gz: 57e72c9ccb2a4b6cd3a18a80d82eb7241c07ad876329ec9522ecd82bd5a6f090395f266d14857b2073789066673e32ea3d30e822350a0d712af34343ad667ab4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.530
|
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.530
|
|
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-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|