tencentcloud-sdk-ocr 3.0.914 → 3.0.915
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +13 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 497cf02016588ef5c9b48dff11bd8f4e1596e97d
|
4
|
+
data.tar.gz: d124fa4365b0cdc56c37688688228fac27368997
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3fad99adf8613381a282b6614add9bd3a9a792f7638f5ca02ce3864947d6937e26557f6fa44c96c6d27cf27d29c78ed229e3b032306cc69db4b944990d31ac4
|
7
|
+
data.tar.gz: 31dd247e74244e596edbc1299e0e5253cb08ef3184deb21e74db9716af174ce629f8d21a84b4b867f7458129a534b1495912445ec353cd4594eeeda3602b9db4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.915
|
data/lib/v20181119/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.915
|
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-
|
11
|
+
date: 2024-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|