tencentcloud-sdk-ocr 3.0.802 → 3.0.804

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 +16 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aaffe635d912c94fbc7b97c08221b63641be2f3c
4
- data.tar.gz: 8c3579e6c8e33ac158883ba1fe35c71ebe2ab348
3
+ metadata.gz: cc6f322da6587dd25f03dc62bdb08023e2c758af
4
+ data.tar.gz: 8f2ac5b63ffc652f798279b53915333f527c9736
5
5
  SHA512:
6
- metadata.gz: 9c41c1056d8fb6b8cfe1abf6bfaaad618ea4e2808c0dd0a7a8cb3b4ef1b5921bb4f447b3004a8668477c8527dec77087ac7a5a19e79c7dcfdb597e90d5c9b61b
7
- data.tar.gz: ae64b08d0c98b6dd449a02e14a31e8ee44fd258cc303e2a2d21323a80b6d38bb55a8daeaf3b2ee5533361b5afbbe20be49f2c47bf31e74b897c2c4998e815795
6
+ metadata.gz: 028c80c75dad747a6928eb073329ed88f3152d2c71548b89dccdc635068f7491419e1f74e1e4cc65776053a7829989f9f4a7fbebbd510cad96cddc42045a57ad
7
+ data.tar.gz: b3a453c4b0528280a6c80f21d89d866fa082c6a7f5d35cbb2d02cd736a45773f629ba0b5664c951825b61d5bf8f4fb2dfbb909a2c47fb23c654cc41766735063
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.802
1
+ 3.0.804
@@ -8287,32 +8287,32 @@ module TencentCloud
8287
8287
  # @type ThaiName: String
8288
8288
  # @param EnFirstName: 英文姓名
8289
8289
  # @type EnFirstName: String
8290
- # @param Address: 地址
8291
- # @type Address: String
8292
- # @param Birthday: 出生日期
8293
- # @type Birthday: String
8294
- # @param IssueDate: 签发日期
8295
- # @type IssueDate: String
8296
- # @param ExpirationDate: 到期日期
8297
- # @type ExpirationDate: String
8298
8290
  # @param EnLastName: 英文姓名
8299
8291
  # @type EnLastName: String
8292
+ # @param IssueDate: 泰文签发日期
8293
+ # @type IssueDate: String
8294
+ # @param ExpirationDate: 泰文到期日期
8295
+ # @type ExpirationDate: String
8296
+ # @param Birthday: 泰文出生日期
8297
+ # @type Birthday: String
8298
+ # @param Address: 地址
8299
+ # @type Address: String
8300
8300
  # @param PortraitImage: 证件人像照片抠取
8301
8301
  # @type PortraitImage: String
8302
8302
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8303
8303
  # @type RequestId: String
8304
8304
 
8305
- attr_accessor :ID, :ThaiName, :EnFirstName, :Address, :Birthday, :IssueDate, :ExpirationDate, :EnLastName, :PortraitImage, :RequestId
8305
+ attr_accessor :ID, :ThaiName, :EnFirstName, :EnLastName, :IssueDate, :ExpirationDate, :Birthday, :Address, :PortraitImage, :RequestId
8306
8306
 
8307
- def initialize(id=nil, thainame=nil, enfirstname=nil, address=nil, birthday=nil, issuedate=nil, expirationdate=nil, enlastname=nil, portraitimage=nil, requestid=nil)
8307
+ def initialize(id=nil, thainame=nil, enfirstname=nil, enlastname=nil, issuedate=nil, expirationdate=nil, birthday=nil, address=nil, portraitimage=nil, requestid=nil)
8308
8308
  @ID = id
8309
8309
  @ThaiName = thainame
8310
8310
  @EnFirstName = enfirstname
8311
- @Address = address
8312
- @Birthday = birthday
8311
+ @EnLastName = enlastname
8313
8312
  @IssueDate = issuedate
8314
8313
  @ExpirationDate = expirationdate
8315
- @EnLastName = enlastname
8314
+ @Birthday = birthday
8315
+ @Address = address
8316
8316
  @PortraitImage = portraitimage
8317
8317
  @RequestId = requestid
8318
8318
  end
@@ -8321,11 +8321,11 @@ module TencentCloud
8321
8321
  @ID = params['ID']
8322
8322
  @ThaiName = params['ThaiName']
8323
8323
  @EnFirstName = params['EnFirstName']
8324
- @Address = params['Address']
8325
- @Birthday = params['Birthday']
8324
+ @EnLastName = params['EnLastName']
8326
8325
  @IssueDate = params['IssueDate']
8327
8326
  @ExpirationDate = params['ExpirationDate']
8328
- @EnLastName = params['EnLastName']
8327
+ @Birthday = params['Birthday']
8328
+ @Address = params['Address']
8329
8329
  @PortraitImage = params['PortraitImage']
8330
8330
  @RequestId = params['RequestId']
8331
8331
  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.802
4
+ version: 3.0.804
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-04-12 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common