tencentcloud-sdk-ocr 3.0.755 → 3.0.756
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 +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03ff3b09596ca12232a49ac5a92e5bafcaecbcdf
|
|
4
|
+
data.tar.gz: 5df5ad4d7cafff6c5496e2618bb47b5cec0e8f03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00437526553f0fb842ba8e97555ae36de34b585bd9620767246fc0b0fd612567387975102b41d61bbfe33cfefb3b0cf3b76e4b0f043ce26df19ac7cf056b4611
|
|
7
|
+
data.tar.gz: b6b26f858fc448c780dc28b1fa8359ddb8207beddf338976a4633de42e6ac010ee202f30755261a61a5eb262d47840fd34b27661145a352bb3aafc437c657bb8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.756
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -630,7 +630,7 @@ module TencentCloud
|
|
|
630
630
|
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
|
631
631
|
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
632
632
|
# @type ImageUrl: String
|
|
633
|
-
# @param EnableCopyWarn:
|
|
633
|
+
# @param EnableCopyWarn: 是否返回告警码,默认为false
|
|
634
634
|
# @type EnableCopyWarn: Boolean
|
|
635
635
|
|
|
636
636
|
attr_accessor :ImageBase64, :ImageUrl, :EnableCopyWarn
|
|
@@ -676,7 +676,7 @@ module TencentCloud
|
|
|
676
676
|
# @type RecognizeWarnCode: Array
|
|
677
677
|
# @param RecognizeWarnMsg: 告警码说明:
|
|
678
678
|
# WARN_COPY_CARD 黑白复印件告警
|
|
679
|
-
#
|
|
679
|
+
# WARN_RESHOOT_CARD翻拍件告警
|
|
680
680
|
# @type RecognizeWarnMsg: Array
|
|
681
681
|
# @param IsDuplication: 是否为副本。1为是,-1为不是。
|
|
682
682
|
# @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.756
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20181119/client.rb
|
|
37
36
|
- lib/v20181119/models.rb
|
|
37
|
+
- lib/v20181119/client.rb
|
|
38
38
|
- lib/tencentcloud-sdk-ocr.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|