tencentcloud-sdk-ocr 3.0.587 → 3.0.589

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: 3787d9a305eff3d670ef5b88a931cab1f467d699
4
- data.tar.gz: 402c025b9b6a3f33e031d473be8bf4447b973e5c
3
+ metadata.gz: 341df78d019955c812d50dcfd738bb8adc414348
4
+ data.tar.gz: 52529000b5986f974603b75563cfc0e70bd5a1cb
5
5
  SHA512:
6
- metadata.gz: 66c025afea57bcc1edac2d21e8ba583e8f52da25c2cc3127479de365ee09cf6a72c6b0479b987c57a259b725fb6708d9cc0805744fd53973f91b575bae76445f
7
- data.tar.gz: 40ac83d6a3dfcaeefc199a191acd511fd139c4ee7316b61c73c15f5586a97b3c11d892e42e64ea2ea6c05a11ff7435f5821c68c3cfa32b0b539025a573744492
6
+ metadata.gz: 73f815077f49607a664a65094d6d43fbaa4ca596c194db2eb0ab51897dd8636134565763dbc4dc771769aee7a0f95ece7873e0c4c102e058cb55de0f0e55060f
7
+ data.tar.gz: db1a81068ebcde5aa03799540dd8ef01568497d2db2f4df5470544e51ef24fd96130c801993e29039c30d5e1c7d10ab78bd510021fd2766457d4655779d40791
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.587
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.587
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