tencentcloud-sdk-ocr 3.0.528 → 3.0.530

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181119/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1babd3ca16e62d8cd12ea0f09cae46520760f498
4
- data.tar.gz: 554385d528fad8ad6e78511abd25279edd764bcc
3
+ metadata.gz: 3ff149f67629608cdca0385c3fefedc11d15dc98
4
+ data.tar.gz: 83fe01ea78124d5e1f9e40ad3bdafc2a2fd85550
5
5
  SHA512:
6
- metadata.gz: dc0c7469446f4c0efe83b0c4e0e26788300cbe704d34bfad99b5fb6bdad7d6adb506cc82574f485db2a6f6301c8add502d9e9210558a3e898d62c9e4212e84c0
7
- data.tar.gz: 938c65d6eb80135a433a6279b0c60e3713e9a12e7363e36f6222b5f91f169d752874930ff2e83f9f1b198bd74ceeb950765e5f1a63cd4df4fc44f90d9a1d7532
6
+ metadata.gz: 287aac2c8a20cb99ae6dbef6dd355141795117487288441994ce891eb5483f3d878bd08690ceb06b74207e496a9942c3348c847c13674c9fcb1c1b57eba1127a
7
+ data.tar.gz: 57e72c9ccb2a4b6cd3a18a80d82eb7241c07ad876329ec9522ecd82bd5a6f090395f266d14857b2073789066673e32ea3d30e822350a0d712af34343ad667ab4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.528
1
+ 3.0.530
@@ -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.528
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-13 00:00:00.000000000 Z
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