tencentcloud-sdk-ocr 3.0.588 → 3.0.590

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1ab777d1eb36e9d10862ffcfc622613dd17819a
4
- data.tar.gz: 2d57a18146a9e031e43a037f29d100e270eea2b9
3
+ metadata.gz: 6ac67f559f5684157c67c5e52db590315a55ac1d
4
+ data.tar.gz: f2da210a19173413648bb52545bf0dbf99dd3439
5
5
  SHA512:
6
- metadata.gz: feb671600104d091fe0f19545cc7ac2d234d9fac43d5986428273c77f1f131b1ceffe331d4ec4c82ce1d5a95fb2e30901a2250bc11dc113ea824c315069d54e6
7
- data.tar.gz: 1a45ec4e8b77e3b7197059909c9b456c84487ee2323c1ffabc2499ff156057aa5d5698aa87417b74cd49bc9314be407120bff344928b7b9fb4ba9defeef07aa8
6
+ metadata.gz: 8f6aad78c1e43b2c30b5b9f9edef607223449ee5edab9e6b34557250635b551f507be544fb8f50b46b111497157d6e838bbada0348dedf4859a38c941e7c131c
7
+ data.tar.gz: 8842e7625dcc40f4a60ff330ad456dbd11fb21d9e510a02e582f2cadb1eea296b223fec852f948dd4cee3ebc7dd860da639f79b32725fc897771bf98a828f2b6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.588
1
+ 3.0.590
@@ -511,17 +511,21 @@ module TencentCloud
511
511
  # 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
512
512
  # 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
513
513
  # @type ImageUrl: String
514
+ # @param EnableCopyWarn: 是否返回黑白复印件告警码,默认为false
515
+ # @type EnableCopyWarn: Boolean
514
516
 
515
- attr_accessor :ImageBase64, :ImageUrl
517
+ attr_accessor :ImageBase64, :ImageUrl, :EnableCopyWarn
516
518
 
517
- def initialize(imagebase64=nil, imageurl=nil)
519
+ def initialize(imagebase64=nil, imageurl=nil, enablecopywarn=nil)
518
520
  @ImageBase64 = imagebase64
519
521
  @ImageUrl = imageurl
522
+ @EnableCopyWarn = enablecopywarn
520
523
  end
521
524
 
522
525
  def deserialize(params)
523
526
  @ImageBase64 = params['ImageBase64']
524
527
  @ImageUrl = params['ImageUrl']
528
+ @EnableCopyWarn = params['EnableCopyWarn']
525
529
  end
526
530
  end
527
531
 
@@ -548,14 +552,10 @@ module TencentCloud
548
552
  # @param SetDate: 成立日期
549
553
  # @type SetDate: String
550
554
  # @param RecognizeWarnCode: Code 告警码列表和释义:
551
- # -20001 非营业执照
552
555
  # -9102 黑白复印件告警
553
- # 注:告警码可以同时存在多个
554
556
  # @type RecognizeWarnCode: Array
555
557
  # @param RecognizeWarnMsg: 告警码说明:
556
- # OCR_WARNING_TYPE_NOT_MATCH 非营业执照
557
558
  # WARN_COPY_CARD 黑白复印件告警
558
- # 注:告警信息可以同时存在多个
559
559
  # @type RecognizeWarnMsg: Array
560
560
  # @param IsDuplication: 是否为副本。1为是,-1为不是。
561
561
  # @type IsDuplication: Integer
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.588
4
+ version: 3.0.590
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-08 00:00:00.000000000 Z
11
+ date: 2023-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common