tencentcloud-sdk-ocr 3.0.588 → 3.0.589

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: e1ab777d1eb36e9d10862ffcfc622613dd17819a
4
- data.tar.gz: 2d57a18146a9e031e43a037f29d100e270eea2b9
3
+ metadata.gz: 341df78d019955c812d50dcfd738bb8adc414348
4
+ data.tar.gz: 52529000b5986f974603b75563cfc0e70bd5a1cb
5
5
  SHA512:
6
- metadata.gz: feb671600104d091fe0f19545cc7ac2d234d9fac43d5986428273c77f1f131b1ceffe331d4ec4c82ce1d5a95fb2e30901a2250bc11dc113ea824c315069d54e6
7
- data.tar.gz: 1a45ec4e8b77e3b7197059909c9b456c84487ee2323c1ffabc2499ff156057aa5d5698aa87417b74cd49bc9314be407120bff344928b7b9fb4ba9defeef07aa8
6
+ metadata.gz: 73f815077f49607a664a65094d6d43fbaa4ca596c194db2eb0ab51897dd8636134565763dbc4dc771769aee7a0f95ece7873e0c4c102e058cb55de0f0e55060f
7
+ data.tar.gz: db1a81068ebcde5aa03799540dd8ef01568497d2db2f4df5470544e51ef24fd96130c801993e29039c30d5e1c7d10ab78bd510021fd2766457d4655779d40791
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.588
1
+ 3.0.589
@@ -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.589
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common