tencentcloud-sdk-ocr 3.0.803 → 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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cce8ec9583b43cded555cd8cb6643dcc5ef73a6e
4
- data.tar.gz: fee5a07724bd149ad0fd1ea896e17b12b9820e4a
3
+ metadata.gz: cc6f322da6587dd25f03dc62bdb08023e2c758af
4
+ data.tar.gz: 8f2ac5b63ffc652f798279b53915333f527c9736
5
5
  SHA512:
6
- metadata.gz: d226f606367db33f421e20b97d37dfedd53a80af13f6db7c3f4d6fc1920e88d1220dbfdbdfa10320dc49b1e428cfb901aed8b888e6a376225bba70ec4a39c654
7
- data.tar.gz: 5fd62e29a957338c89a2fc67f051b0400758bc5124ba572c1c8c0c8f05833d43fafa106207a3c4a1c53f82cac670a8e8698ed02c74e2c1aeadd9c75ae8340e20
6
+ metadata.gz: 028c80c75dad747a6928eb073329ed88f3152d2c71548b89dccdc635068f7491419e1f74e1e4cc65776053a7829989f9f4a7fbebbd510cad96cddc42045a57ad
7
+ data.tar.gz: b3a453c4b0528280a6c80f21d89d866fa082c6a7f5d35cbb2d02cd736a45773f629ba0b5664c951825b61d5bf8f4fb2dfbb909a2c47fb23c654cc41766735063
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.803
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ocr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.803
4
+ version: 3.0.804
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud