tencentcloud-sdk-ocr 3.0.803 → 3.0.805

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: cce8ec9583b43cded555cd8cb6643dcc5ef73a6e
4
- data.tar.gz: fee5a07724bd149ad0fd1ea896e17b12b9820e4a
3
+ metadata.gz: bb8a284421423b882b3fe87de2a16750d05a4967
4
+ data.tar.gz: 66751f955947074ff1ea8f889e3901dcb7111e0e
5
5
  SHA512:
6
- metadata.gz: d226f606367db33f421e20b97d37dfedd53a80af13f6db7c3f4d6fc1920e88d1220dbfdbdfa10320dc49b1e428cfb901aed8b888e6a376225bba70ec4a39c654
7
- data.tar.gz: 5fd62e29a957338c89a2fc67f051b0400758bc5124ba572c1c8c0c8f05833d43fafa106207a3c4a1c53f82cac670a8e8698ed02c74e2c1aeadd9c75ae8340e20
6
+ metadata.gz: c32353bc9f8a62efea3bf9ad1a5293ae48bd4cc1c7bd9109c02380ebf8b02be675bd57190a1e563c536f83ef973dda73adabc9f0f354a35d646d188d169a4847
7
+ data.tar.gz: d51d2216e48c41d923dc01a151c4f562f51192fccd2ffee95c57f825aec1a34c95b3abefe7902fd4fb849deb5cb19a27b0c15d8d5468101ee0ca434112ae7ae6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.803
1
+ 3.0.805
@@ -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.803
4
+ version: 3.0.805
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-15 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common