tencentcloud-sdk-ocr 3.0.1079 → 3.0.1081
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/client.rb +1 -1
- data/lib/v20181119/models.rb +3 -3
- 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: d3f01162910d5f754e19b208c8c06ea1e805e9c4
|
4
|
+
data.tar.gz: 019f994d8303bcaba816659833074b3a64628e44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fcdca38a2b59f08095d175b585855c89f990f816351eb7310aa6d150d8d033b21d6ea58bef522945f91fbff32a138c507fb0f93e3bfd1606652066c1b0057ea
|
7
|
+
data.tar.gz: 5e31c60eda712fe729abc65b8b9f4ac8f50105a35580e75f65dfa36796a742d03426cba8b88e0fd660c2ba8348677d84878a12d58b538b9c9bdd3f220e2dd886
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1081
|
data/lib/v20181119/client.rb
CHANGED
@@ -1078,7 +1078,7 @@ module TencentCloud
|
|
1078
1078
|
|
1079
1079
|
# 本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。
|
1080
1080
|
|
1081
|
-
# 另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备
|
1081
|
+
# 另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备7种告警功能,如下表所示。
|
1082
1082
|
|
1083
1083
|
# <table style="width:650px">
|
1084
1084
|
# <thead>
|
data/lib/v20181119/models.rb
CHANGED
@@ -12830,11 +12830,11 @@ module TencentCloud
|
|
12830
12830
|
# @param Seal: 印章
|
12831
12831
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12832
12832
|
# @type Seal: String
|
12833
|
-
# @param StateElectronic:
|
12833
|
+
# @param StateElectronic: 状态,该字段仅支持电子行驶证返回
|
12834
12834
|
# @type StateElectronic: String
|
12835
|
-
# @param InspectionValidityTimeElectronic:
|
12835
|
+
# @param InspectionValidityTimeElectronic: 检验有效期,该字段仅支持电子行驶证返回
|
12836
12836
|
# @type InspectionValidityTimeElectronic: String
|
12837
|
-
# @param GenerationTimeElectronic:
|
12837
|
+
# @param GenerationTimeElectronic: 生成时间,该字段仅支持电子行驶证返回
|
12838
12838
|
# @type GenerationTimeElectronic: String
|
12839
12839
|
|
12840
12840
|
attr_accessor :PlateNo, :VehicleType, :Owner, :Address, :UseCharacter, :Model, :Vin, :EngineNo, :RegisterDate, :IssueDate, :Seal, :StateElectronic, :InspectionValidityTimeElectronic, :GenerationTimeElectronic
|
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.1081
|
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-06-
|
11
|
+
date: 2025-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|