tencentcloud-sdk-ocr 3.0.903 → 3.0.904

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 152522a0a523108a9c14f24d62cab4189d95659b
4
- data.tar.gz: 4babd8796f54e343a64a5dcf1cae9a2c1fce93ba
3
+ metadata.gz: 1e0972c8d2489991fa0f2075c132698b1ec2eb7d
4
+ data.tar.gz: 769ebdca19152057f8f58701c6786056dba8c301
5
5
  SHA512:
6
- metadata.gz: f2f4d86667a8a4e6a35855c1b89386438e77d228e08855bd6c0e00d36e6514a6dbdfe3180a3a24cf2df43c0467e8cedeff7ca775ee9d017981972b645649dd13
7
- data.tar.gz: 06972f0086883f90de1033ce3f2f4c06e89f3a48e2fd86387f3a75020a053982a59f7f9f5a2876f8d33fdd90095951c5a70def0ad7b975dc30f883fb40293fd4
6
+ metadata.gz: b0a9ada63297941f61a5fdde7239dae755e1d94352adf22e9763bf3f367eb4aca6644888578311acae950c76a85138d3bad5b59d44bd204d4b5d19b608d2fcbf
7
+ data.tar.gz: 7f96c47019c868a17b4c89cd8239069ebb186299128f7e779bccc7b14fa93f2f24f6067b6de1d1507094f9bd6644e222aec8c933c10de80acc56bf5b983e96f7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.903
1
+ 3.0.904
@@ -5428,14 +5428,16 @@ module TencentCloud
5428
5428
  # @type Type: String
5429
5429
  # @param Profile: RetProfile为True时返回头像字段, Base64编码
5430
5430
  # @type Profile: String
5431
+ # @param Nationality: 国籍
5432
+ # @type Nationality: String
5431
5433
  # @param MainlandTravelPermitBackInfos: 背面字段信息
5432
5434
  # @type MainlandTravelPermitBackInfos: :class:`Tencentcloud::Ocr.v20181119.models.MainlandTravelPermitBackInfos`
5433
5435
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5434
5436
  # @type RequestId: String
5435
5437
 
5436
- attr_accessor :Name, :EnglishName, :Sex, :Birthday, :IssueAuthority, :ValidDate, :Number, :IssueAddress, :IssueNumber, :Type, :Profile, :MainlandTravelPermitBackInfos, :RequestId
5438
+ attr_accessor :Name, :EnglishName, :Sex, :Birthday, :IssueAuthority, :ValidDate, :Number, :IssueAddress, :IssueNumber, :Type, :Profile, :Nationality, :MainlandTravelPermitBackInfos, :RequestId
5437
5439
 
5438
- def initialize(name=nil, englishname=nil, sex=nil, birthday=nil, issueauthority=nil, validdate=nil, number=nil, issueaddress=nil, issuenumber=nil, type=nil, profile=nil, mainlandtravelpermitbackinfos=nil, requestid=nil)
5440
+ def initialize(name=nil, englishname=nil, sex=nil, birthday=nil, issueauthority=nil, validdate=nil, number=nil, issueaddress=nil, issuenumber=nil, type=nil, profile=nil, nationality=nil, mainlandtravelpermitbackinfos=nil, requestid=nil)
5439
5441
  @Name = name
5440
5442
  @EnglishName = englishname
5441
5443
  @Sex = sex
@@ -5447,6 +5449,7 @@ module TencentCloud
5447
5449
  @IssueNumber = issuenumber
5448
5450
  @Type = type
5449
5451
  @Profile = profile
5452
+ @Nationality = nationality
5450
5453
  @MainlandTravelPermitBackInfos = mainlandtravelpermitbackinfos
5451
5454
  @RequestId = requestid
5452
5455
  end
@@ -5463,6 +5466,7 @@ module TencentCloud
5463
5466
  @IssueNumber = params['IssueNumber']
5464
5467
  @Type = params['Type']
5465
5468
  @Profile = params['Profile']
5469
+ @Nationality = params['Nationality']
5466
5470
  unless params['MainlandTravelPermitBackInfos'].nil?
5467
5471
  @MainlandTravelPermitBackInfos = MainlandTravelPermitBackInfos.new
5468
5472
  @MainlandTravelPermitBackInfos.deserialize(params['MainlandTravelPermitBackInfos'])
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.903
4
+ version: 3.0.904
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-09-10 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common