tencentcloud-sdk-ocr 3.0.914 → 3.0.916

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 +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 062d4ff998bf3faf24869be739b262f2dd9924c3
4
- data.tar.gz: d99e4e887e7e06b2d36fab97131b096730ceffc8
3
+ metadata.gz: ef10d39ea5fcf72e5df5a3fd7c64670ce3efd302
4
+ data.tar.gz: 5984624589582bc27f090cfb6ce5b57115175b75
5
5
  SHA512:
6
- metadata.gz: 22eabd39b6741c44597abad73fb32eb195b7900a4ff2f370f4fd8ca20578b19b46bd0d44e38d39ea7ef460f5618166cd133b08318f32bf510563dd5e69fb986e
7
- data.tar.gz: 82c5ad3db54181226ea0d659b6490d7b3e0d109fb4e9b4ccc76b328041e18196adbee8b375af635e819d164e0052ea1a364c1943e46ae3301cfbf1b5b1230e92
6
+ metadata.gz: fa84584ca0499d5e5a9ac01aed6d80bd4cea746d8d0aca1cb16a49621e4cc4905ecc280ec0f7f851802a708da399cfb40123c4b1ea99c770ba5fd2148a8ec4f2
7
+ data.tar.gz: e5d7ad18a3110378f1aef546458a557c4acbc018bc23e8ac44030264076a41c384cf3b766eadc56db1f0caca5bc28642bc61c52232542ce81ade4697e54b26f6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.914
1
+ 3.0.916
@@ -5162,12 +5162,21 @@ module TencentCloud
5162
5162
  # @type Type: String
5163
5163
  # @param PassportRecognizeInfos: 信息区证件内容
5164
5164
  # @type PassportRecognizeInfos: :class:`Tencentcloud::Ocr.v20181119.models.PassportRecognizeInfos`
5165
+ # @param WarnCardInfos: 告警码
5166
+ # -9101 证件边框不完整告警
5167
+ # -9102 证件复印件告警
5168
+ # -9103 证件翻拍告警
5169
+ # -9104 证件PS告警
5170
+ # -9107 证件反光告警
5171
+ # -9108 证件模糊告警
5172
+ # -9109 告警能力未开通
5173
+ # @type WarnCardInfos: Array
5165
5174
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5166
5175
  # @type RequestId: String
5167
5176
 
5168
- attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :Type, :PassportRecognizeInfos, :RequestId
5177
+ attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :Type, :PassportRecognizeInfos, :WarnCardInfos, :RequestId
5169
5178
 
5170
- def initialize(id=nil, name=nil, dateofbirth=nil, sex=nil, dateofexpiration=nil, issuingcountry=nil, nationality=nil, warn=nil, image=nil, advancedinfo=nil, codeset=nil, codecrc=nil, surname=nil, givenname=nil, type=nil, passportrecognizeinfos=nil, requestid=nil)
5179
+ def initialize(id=nil, name=nil, dateofbirth=nil, sex=nil, dateofexpiration=nil, issuingcountry=nil, nationality=nil, warn=nil, image=nil, advancedinfo=nil, codeset=nil, codecrc=nil, surname=nil, givenname=nil, type=nil, passportrecognizeinfos=nil, warncardinfos=nil, requestid=nil)
5171
5180
  @ID = id
5172
5181
  @Name = name
5173
5182
  @DateOfBirth = dateofbirth
@@ -5184,6 +5193,7 @@ module TencentCloud
5184
5193
  @GivenName = givenname
5185
5194
  @Type = type
5186
5195
  @PassportRecognizeInfos = passportrecognizeinfos
5196
+ @WarnCardInfos = warncardinfos
5187
5197
  @RequestId = requestid
5188
5198
  end
5189
5199
 
@@ -5207,6 +5217,7 @@ module TencentCloud
5207
5217
  @PassportRecognizeInfos = PassportRecognizeInfos.new
5208
5218
  @PassportRecognizeInfos.deserialize(params['PassportRecognizeInfos'])
5209
5219
  end
5220
+ @WarnCardInfos = params['WarnCardInfos']
5210
5221
  @RequestId = params['RequestId']
5211
5222
  end
5212
5223
  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.914
4
+ version: 3.0.916
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-25 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common