tencentcloud-sdk-ocr 3.0.947 → 3.0.949

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: b06bb88dc33039b6ff285d21760f2724a9f4c3c6
4
+ data.tar.gz: 67b68ad6e241346c5a2667085648b7e28828200b
5
5
  SHA512:
6
- metadata.gz: 8e1b52fd6373ba8fbb2aac26767fa99b8d7d4dc021f53ef8c8476a63679cd65c1b58192927f27566a9eaff09cb31babb42522f3548b4a972026e726f94e5df3a
7
- data.tar.gz: 6660e362bf3a7ad79e7b230f8c510487e55cd514428982d438e930b1e9e0b450d8383a7f786242843223edc7b03c95c7ef80ccf305a15b6a2106ec97faee02b5
6
+ metadata.gz: 0563d8f5b136f5661bbf692758f10bfa94f770103f6d99c357cf6466f4d923eb4407ba2b998339801d612b59771044fd873bd179c39e639f501ce45e73f0fa59
7
+ data.tar.gz: 03838b976367a100cae6ae2403d1e6f5901656c4c4aaa501f9a66d116f777893269267f97e1335defb56dda1b4e50bf2b87dacbefc9d5417a5d923af49877ad2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.947
1
+ 3.0.949
@@ -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.949
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-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common