tencentcloud-sdk-ocr 3.0.947 → 3.0.948

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 +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9223c2c85815a0098ae3d056e4dcd881b481af55
4
- data.tar.gz: db857d0637145271533be9c6ca8139ced07d2e89
3
+ metadata.gz: 0995f80ee7ce88fea735cebda15b5e3f2655fe52
4
+ data.tar.gz: da5af3b2010581ea7b62cdb60bba5f94e338e6fb
5
5
  SHA512:
6
- metadata.gz: 8e1b52fd6373ba8fbb2aac26767fa99b8d7d4dc021f53ef8c8476a63679cd65c1b58192927f27566a9eaff09cb31babb42522f3548b4a972026e726f94e5df3a
7
- data.tar.gz: 6660e362bf3a7ad79e7b230f8c510487e55cd514428982d438e930b1e9e0b450d8383a7f786242843223edc7b03c95c7ef80ccf305a15b6a2106ec97faee02b5
6
+ metadata.gz: 2ea1cb108ca95d1e0aa16df79f0a64fe57eedb12f748f5d2f6afb33d78d98a51a4f78af5654d9cb56c078bb8bfc44856ac2060765ca7ff7d805dff75652d296b
7
+ data.tar.gz: 08094d1e79fb2c2eab52fb748cc09d1fa14bd9bac748da62eb30da309d2fb3de19eae60d24da78a30d92028e7d8e1a26cd4d77a6cb4c7ee10d4134754c7b56ce
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.947
1
+ 3.0.948
@@ -9448,12 +9448,22 @@ module TencentCloud
9448
9448
  # -9108 证件模糊告警
9449
9449
  # -9109 告警能力未开通
9450
9450
  # @type WarnCardInfos: Array
9451
+ # @param AdvancedInfo: 字段置信度:
9452
+ # {
9453
+ # "ID": {
9454
+ # "Confidence": 0.9999
9455
+ # },
9456
+ # "ThaiName": {
9457
+ # "Confidence": 0.9996
9458
+ # }
9459
+ # }
9460
+ # @type AdvancedInfo: String
9451
9461
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9452
9462
  # @type RequestId: String
9453
9463
 
9454
- attr_accessor :ID, :ThaiName, :EnFirstName, :EnLastName, :IssueDate, :ExpirationDate, :EnIssueDate, :EnExpirationDate, :Birthday, :EnBirthday, :Religion, :SerialNumber, :Address, :PortraitImage, :WarnCardInfos, :RequestId
9464
+ attr_accessor :ID, :ThaiName, :EnFirstName, :EnLastName, :IssueDate, :ExpirationDate, :EnIssueDate, :EnExpirationDate, :Birthday, :EnBirthday, :Religion, :SerialNumber, :Address, :PortraitImage, :WarnCardInfos, :AdvancedInfo, :RequestId
9455
9465
 
9456
- def initialize(id=nil, thainame=nil, enfirstname=nil, enlastname=nil, issuedate=nil, expirationdate=nil, enissuedate=nil, enexpirationdate=nil, birthday=nil, enbirthday=nil, religion=nil, serialnumber=nil, address=nil, portraitimage=nil, warncardinfos=nil, requestid=nil)
9466
+ def initialize(id=nil, thainame=nil, enfirstname=nil, enlastname=nil, issuedate=nil, expirationdate=nil, enissuedate=nil, enexpirationdate=nil, birthday=nil, enbirthday=nil, religion=nil, serialnumber=nil, address=nil, portraitimage=nil, warncardinfos=nil, advancedinfo=nil, requestid=nil)
9457
9467
  @ID = id
9458
9468
  @ThaiName = thainame
9459
9469
  @EnFirstName = enfirstname
@@ -9469,6 +9479,7 @@ module TencentCloud
9469
9479
  @Address = address
9470
9480
  @PortraitImage = portraitimage
9471
9481
  @WarnCardInfos = warncardinfos
9482
+ @AdvancedInfo = advancedinfo
9472
9483
  @RequestId = requestid
9473
9484
  end
9474
9485
 
@@ -9488,6 +9499,7 @@ module TencentCloud
9488
9499
  @Address = params['Address']
9489
9500
  @PortraitImage = params['PortraitImage']
9490
9501
  @WarnCardInfos = params['WarnCardInfos']
9502
+ @AdvancedInfo = params['AdvancedInfo']
9491
9503
  @RequestId = params['RequestId']
9492
9504
  end
9493
9505
  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.947
4
+ version: 3.0.948
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-11-24 00:00:00.000000000 Z
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common