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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 341df78d019955c812d50dcfd738bb8adc414348
|
|
4
|
+
data.tar.gz: 52529000b5986f974603b75563cfc0e70bd5a1cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73f815077f49607a664a65094d6d43fbaa4ca596c194db2eb0ab51897dd8636134565763dbc4dc771769aee7a0f95ece7873e0c4c102e058cb55de0f0e55060f
|
|
7
|
+
data.tar.gz: db1a81068ebcde5aa03799540dd8ef01568497d2db2f4df5470544e51ef24fd96130c801993e29039c30d5e1c7d10ab78bd510021fd2766457d4655779d40791
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.589
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|