tencentcloud-sdk-ocr 1.0.278 → 1.0.281
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 +10 -2
- 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: 9e29e1ddc09f995d4f9f00491a3b69f502c4f4b3
|
4
|
+
data.tar.gz: 1aca7cb899da8250ab2752f7fc1f1708979d71c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c8abaf14e15a392318c1e0b6a30cfd3c679bbea5d46e3f04b7ebc94d9b7e85e6a84924b616eacb19ee83b63a6d791e0d0637c9eb356096a1d448daadf26d460
|
7
|
+
data.tar.gz: bd2f83f703b90a78527a95f97e027b4ad6290399140d7059029b2893fe67bbf045762e586761e794a2bbb55212a2676e612d6811d6eab510532de980d15d4234
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.281
|
data/lib/v20181119/models.rb
CHANGED
@@ -3052,12 +3052,16 @@ module TencentCloud
|
|
3052
3052
|
# }
|
3053
3053
|
# }
|
3054
3054
|
# @type AdvancedInfo: String
|
3055
|
+
# @param CodeSet: 最下方第一行 MRZ Code 序列
|
3056
|
+
# @type CodeSet: String
|
3057
|
+
# @param CodeCrc: 最下方第二行 MRZ Code 序列
|
3058
|
+
# @type CodeCrc: String
|
3055
3059
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3056
3060
|
# @type RequestId: String
|
3057
3061
|
|
3058
|
-
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :RequestId
|
3062
|
+
attr_accessor :ID, :Name, :DateOfBirth, :Sex, :DateOfExpiration, :IssuingCountry, :Nationality, :Warn, :Image, :AdvancedInfo, :CodeSet, :CodeCrc, :RequestId
|
3059
3063
|
|
3060
|
-
def initialize(id=nil, name=nil, dateofbirth=nil, sex=nil, dateofexpiration=nil, issuingcountry=nil, nationality=nil, warn=nil, image=nil, advancedinfo=nil, requestid=nil)
|
3064
|
+
def initialize(id=nil, name=nil, dateofbirth=nil, sex=nil, dateofexpiration=nil, issuingcountry=nil, nationality=nil, warn=nil, image=nil, advancedinfo=nil, codeset=nil, codecrc=nil, requestid=nil)
|
3061
3065
|
@ID = id
|
3062
3066
|
@Name = name
|
3063
3067
|
@DateOfBirth = dateofbirth
|
@@ -3068,6 +3072,8 @@ module TencentCloud
|
|
3068
3072
|
@Warn = warn
|
3069
3073
|
@Image = image
|
3070
3074
|
@AdvancedInfo = advancedinfo
|
3075
|
+
@CodeSet = codeset
|
3076
|
+
@CodeCrc = codecrc
|
3071
3077
|
@RequestId = requestid
|
3072
3078
|
end
|
3073
3079
|
|
@@ -3082,6 +3088,8 @@ module TencentCloud
|
|
3082
3088
|
@Warn = params['Warn']
|
3083
3089
|
@Image = params['Image']
|
3084
3090
|
@AdvancedInfo = params['AdvancedInfo']
|
3091
|
+
@CodeSet = params['CodeSet']
|
3092
|
+
@CodeCrc = params['CodeCrc']
|
3085
3093
|
@RequestId = params['RequestId']
|
3086
3094
|
end
|
3087
3095
|
end
|
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: 1.0.
|
4
|
+
version: 1.0.281
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|