tencentcloud-sdk-ocr 3.0.1203 → 3.0.1204

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: fb20d6b899b8f844b64cd0f3d9c46361130de092
4
- data.tar.gz: 46de0eb8e2a63948051c0e0e27d15cc5532a0ae6
3
+ metadata.gz: d1ff35d5d04077f168d7174451922c91d1886960
4
+ data.tar.gz: dc2a0c1cf0bf12cde566b8f21cdab9f6e130dde3
5
5
  SHA512:
6
- metadata.gz: 168cc5a5f11e8644f32361bfe5cc72d153217140648e591224bd792465553e9cd03e109dd39d39fbde18f78dbf89d3c20a26e1bce840f8023615d6eee2ec386f
7
- data.tar.gz: a8e1c2e5347b15f2a06f739945a04d4df17fc9b76d852d44e799470f65aad26e578bb4c9296d6b9ca4807d1fb43365a910e5d09480b0c8be2c478a398f08bf5e
6
+ metadata.gz: c4ff2244824dc9187c64f9d89f85cc55c910be1053384e4621bc581bb24fba0f24d43f344115c798a725c997f70bf5be98ba0ce2ae0b0836c89f7cbc66bcec0f
7
+ data.tar.gz: d236e7e752f4f8deb8e05df1f4a438ade12174b45eafe890a2e596c7c7133f9cf2960d9da8301b5166cbd079d5138cb05cf6756207d0c3ab48591ed0ef75f412
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1203
1
+ 3.0.1204
@@ -6241,19 +6241,17 @@ 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
6246
6244
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6247
6245
  # @type RequestId: String
6248
6246
 
6249
- attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :Type, :PassportRecognizeInfos, :WarnCardInfos, :CardCount, :IsComplete, :RequestId
6247
+ attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :Surname, :GivenName, :Type, :PassportRecognizeInfos, :WarnCardInfos, :CardCount, :RequestId
6250
6248
  extend Gem::Deprecate
6251
6249
  deprecate :Warn, :none, 2026, 1
6252
6250
  deprecate :Warn=, :none, 2026, 1
6253
6251
  deprecate :AdvancedInfo, :none, 2026, 1
6254
6252
  deprecate :AdvancedInfo=, :none, 2026, 1
6255
6253
 
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)
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)
6257
6255
  @ID = id
6258
6256
  @Name = name
6259
6257
  @DateOfBirth = dateofbirth
@@ -6272,7 +6270,6 @@ module TencentCloud
6272
6270
  @PassportRecognizeInfos = passportrecognizeinfos
6273
6271
  @WarnCardInfos = warncardinfos
6274
6272
  @CardCount = cardcount
6275
- @IsComplete = iscomplete
6276
6273
  @RequestId = requestid
6277
6274
  end
6278
6275
 
@@ -6298,7 +6295,6 @@ module TencentCloud
6298
6295
  end
6299
6296
  @WarnCardInfos = params['WarnCardInfos']
6300
6297
  @CardCount = params['CardCount']
6301
- @IsComplete = params['IsComplete']
6302
6298
  @RequestId = params['RequestId']
6303
6299
  end
6304
6300
  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.1203
4
+ version: 3.0.1204
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-18 00:00:00.000000000 Z
11
+ date: 2026-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common