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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: feba38bc946526d6391f9ee45722fffc68127cc8
4
- data.tar.gz: e7194ef073d5ff639a079456a3d673e64a23ef33
3
+ metadata.gz: 9e3654fa09d408bd8056210e8456cbb262ff6a62
4
+ data.tar.gz: e8ad1c0a29f82c92882b2594da02119e4d194816
5
5
  SHA512:
6
- metadata.gz: 4be62c6e2b2fbdb30632663894a4bf93ec69c8a62392d85e67bb299822f041774e2dd8eab87f154e786fbe95a4e2e1b64b7271d783243a65884f260fc73fc2da
7
- data.tar.gz: 9b7fd7df3ee34a5c6b8e67723a3d395eb05895c7ad518323e51b7aceb2fea86bffdbbd7c70233f99c7a94e80c4bf5b842c321d697d650f2af03318a21073b15d
6
+ metadata.gz: 5f774ef5bbe186706a55e07dd8a460432fdf68fa72543d0f0f384861a93e3fdbfc35a1b4865e780cdd623237d9897504eef1dc07ba823442758c1639fe21d7c6
7
+ data.tar.gz: b4b04e9070fab4c713fc70feefa673c4f8cd1eef5709bfb614edbb8a32d996551240250c46d5aceee5dcc331bdc6cac5d279b45de73fc4d98321a5c7ed9cf7f7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1199
1
+ 3.0.1202
@@ -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.1199
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-08 00:00:00.000000000 Z
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