tencentcloud-sdk-ocr 3.0.977 → 3.0.978
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 +7 -7
- 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: 09a5fa74c82b3d691ac91c50a9629be85bff2571
|
|
4
|
+
data.tar.gz: 3edf331d093858ce13272dac52ee6c1558877dbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 124aeb0901fcb5f5e58317256a4808a9a2148fac7e74710eb219508e2d93e81fdc5f043f21eee6179452819ff8649d27e7d074ac7c222025e219b123465409bf
|
|
7
|
+
data.tar.gz: 089b731dfe61f5c485a4fa516a6abca7473adc73d604dc000ef6b30dcd07a7a23741d817dce6cffbbc3d0c8e690593d923937d08e8da22843f3d5b1cf883b420
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.978
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -4352,19 +4352,19 @@ module TencentCloud
|
|
|
4352
4352
|
|
|
4353
4353
|
# 身份证配置信息
|
|
4354
4354
|
class IDCardConfig < TencentCloud::Common::AbstractModel
|
|
4355
|
-
# @param CopyWarn:
|
|
4355
|
+
# @param CopyWarn: 复印件告警,默认为false
|
|
4356
4356
|
# @type CopyWarn: Boolean
|
|
4357
|
-
# @param BorderCheckWarn:
|
|
4357
|
+
# @param BorderCheckWarn: 边框和框内遮挡告警,默认为false
|
|
4358
4358
|
# @type BorderCheckWarn: Boolean
|
|
4359
|
-
# @param ReshootWarn:
|
|
4359
|
+
# @param ReshootWarn: 翻拍告警,默认为false
|
|
4360
4360
|
# @type ReshootWarn: Boolean
|
|
4361
|
-
# @param DetectPsWarn:
|
|
4361
|
+
# @param DetectPsWarn: 疑似存在PS痕迹告警,默认为false
|
|
4362
4362
|
# @type DetectPsWarn: Boolean
|
|
4363
|
-
# @param TempIdWarn:
|
|
4363
|
+
# @param TempIdWarn: 临时身份证告警,默认为false
|
|
4364
4364
|
# @type TempIdWarn: Boolean
|
|
4365
|
-
# @param InvalidDateWarn:
|
|
4365
|
+
# @param InvalidDateWarn: 身份证有效日期不合法告警,默认为false
|
|
4366
4366
|
# @type InvalidDateWarn: Boolean
|
|
4367
|
-
# @param ReflectWarn:
|
|
4367
|
+
# @param ReflectWarn: 是否开启反光检测,默认为false
|
|
4368
4368
|
# @type ReflectWarn: Boolean
|
|
4369
4369
|
|
|
4370
4370
|
attr_accessor :CopyWarn, :BorderCheckWarn, :ReshootWarn, :DetectPsWarn, :TempIdWarn, :InvalidDateWarn, :ReflectWarn
|
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.978
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|