tencentcloud-sdk-ocr 3.0.1199 → 3.0.1202
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 +6 -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: 9e3654fa09d408bd8056210e8456cbb262ff6a62
|
|
4
|
+
data.tar.gz: e8ad1c0a29f82c92882b2594da02119e4d194816
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f774ef5bbe186706a55e07dd8a460432fdf68fa72543d0f0f384861a93e3fdbfc35a1b4865e780cdd623237d9897504eef1dc07ba823442758c1639fe21d7c6
|
|
7
|
+
data.tar.gz: b4b04e9070fab4c713fc70feefa673c4f8cd1eef5709bfb614edbb8a32d996551240250c46d5aceee5dcc331bdc6cac5d279b45de73fc4d98321a5c7ed9cf7f7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1202
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -6241,17 +6241,19 @@ module TencentCloud
|
|
|
6241
6241
|
# @type WarnCardInfos: Array
|
|
6242
6242
|
# @param CardCount: 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
|
|
6243
6243
|
# @type CardCount: Integer
|
|
6244
|
+
# @param IsComplete: 是否完整
|
|
6245
|
+
# @type IsComplete: Boolean
|
|
6244
6246
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6245
6247
|
# @type RequestId: String
|
|
6246
6248
|
|
|
6247
|
-
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :Type, :PassportRecognizeInfos, :WarnCardInfos, :CardCount, :RequestId
|
|
6249
|
+
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :Type, :PassportRecognizeInfos, :WarnCardInfos, :CardCount, :IsComplete, :RequestId
|
|
6248
6250
|
extend Gem::Deprecate
|
|
6249
6251
|
deprecate :Warn, :none, 2026, 1
|
|
6250
6252
|
deprecate :Warn=, :none, 2026, 1
|
|
6251
6253
|
deprecate :AdvancedInfo, :none, 2026, 1
|
|
6252
6254
|
deprecate :AdvancedInfo=, :none, 2026, 1
|
|
6253
6255
|
|
|
6254
|
-
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, cardcount=nil, requestid=nil)
|
|
6256
|
+
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, cardcount=nil, iscomplete=nil, requestid=nil)
|
|
6255
6257
|
@ID = id
|
|
6256
6258
|
@Name = name
|
|
6257
6259
|
@DateOfBirth = dateofbirth
|
|
@@ -6270,6 +6272,7 @@ module TencentCloud
|
|
|
6270
6272
|
@PassportRecognizeInfos = passportrecognizeinfos
|
|
6271
6273
|
@WarnCardInfos = warncardinfos
|
|
6272
6274
|
@CardCount = cardcount
|
|
6275
|
+
@IsComplete = iscomplete
|
|
6273
6276
|
@RequestId = requestid
|
|
6274
6277
|
end
|
|
6275
6278
|
|
|
@@ -6295,6 +6298,7 @@ module TencentCloud
|
|
|
6295
6298
|
end
|
|
6296
6299
|
@WarnCardInfos = params['WarnCardInfos']
|
|
6297
6300
|
@CardCount = params['CardCount']
|
|
6301
|
+
@IsComplete = params['IsComplete']
|
|
6298
6302
|
@RequestId = params['RequestId']
|
|
6299
6303
|
end
|
|
6300
6304
|
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.1202
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|