tencentcloud-sdk-ocr 3.0.1049 → 3.0.1050

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: 467b6807af9e082e33ed5c9aba650613b2583cc8
4
- data.tar.gz: aa3c0c8952b0884b20622c5c8981f21d4dde33f8
3
+ metadata.gz: f086ddbf57b270a353a5c71456f1669d98ada9df
4
+ data.tar.gz: 5ca8c71a36df7bb49b4cdc2df2af0a7edbda4328
5
5
  SHA512:
6
- metadata.gz: 96c85004cf2291216167227e70788960bcc8ccd8425305c571ed0012babb11a24a57934f375552e62c7b68d61b6ae17a7992c353d13f970a82ff7c6c6b69b034
7
- data.tar.gz: 79684766ba4bbd53b39e9d54359c22471f956aea5998a52151a7092529e66a083869e2482d9720b9e698d878810387c9510d3f48f1ec7c28c4537ba3c3f199c2
6
+ metadata.gz: 83a6bc29303f7777dd4425fbc59abec9810989292e3f2123f134171bef6bc9f0e6960b93d1de451d6217e38c9e0cbb6050ffcf8f37063ca2447a97eed3a27aa1
7
+ data.tar.gz: caa58205855660d27b6b92632e8bbc6c6ab216bcdad977650da7d7e59b2753df7c8a47ef4e81e652386d739f6739e4c4d1cee57f1da239d380c765f36a706f68
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1049
1
+ 3.0.1050
@@ -531,12 +531,14 @@ module TencentCloud
531
531
  # @param QualityValue: 图片质量分数,请求EnableQualityValue时返回(取值范围:0-100,分数越低越模糊,建议阈值≥50)。
532
532
  # 注意:此字段可能返回 null,表示取不到有效值。
533
533
  # @type QualityValue: Integer
534
+ # @param CardCategory: 卡类别, 如: 标准实体银行卡、电子银行卡信息截图
535
+ # @type CardCategory: String
534
536
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
535
537
  # @type RequestId: String
536
538
 
537
- attr_accessor :CardNo, :BankInfo, :ValidDate, :CardType, :CardName, :BorderCutImage, :CardNoImage, :WarningCode, :QualityValue, :RequestId
539
+ attr_accessor :CardNo, :BankInfo, :ValidDate, :CardType, :CardName, :BorderCutImage, :CardNoImage, :WarningCode, :QualityValue, :CardCategory, :RequestId
538
540
 
539
- def initialize(cardno=nil, bankinfo=nil, validdate=nil, cardtype=nil, cardname=nil, bordercutimage=nil, cardnoimage=nil, warningcode=nil, qualityvalue=nil, requestid=nil)
541
+ def initialize(cardno=nil, bankinfo=nil, validdate=nil, cardtype=nil, cardname=nil, bordercutimage=nil, cardnoimage=nil, warningcode=nil, qualityvalue=nil, cardcategory=nil, requestid=nil)
540
542
  @CardNo = cardno
541
543
  @BankInfo = bankinfo
542
544
  @ValidDate = validdate
@@ -546,6 +548,7 @@ module TencentCloud
546
548
  @CardNoImage = cardnoimage
547
549
  @WarningCode = warningcode
548
550
  @QualityValue = qualityvalue
551
+ @CardCategory = cardcategory
549
552
  @RequestId = requestid
550
553
  end
551
554
 
@@ -559,6 +562,7 @@ module TencentCloud
559
562
  @CardNoImage = params['CardNoImage']
560
563
  @WarningCode = params['WarningCode']
561
564
  @QualityValue = params['QualityValue']
565
+ @CardCategory = params['CardCategory']
562
566
  @RequestId = params['RequestId']
563
567
  end
564
568
  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.1049
4
+ version: 3.0.1050
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-27 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common