tencentcloud-sdk-ocr 3.0.1191 → 3.0.1193
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 -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: 4a951aaf9b5fe92523e8f8404ec1b1b968c04f83
|
|
4
|
+
data.tar.gz: 0422e62df7187faab5be8da54ca2817fe6fd053a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2f319b2cdd6b74a1f09736732b2a8a57c1c81245cbac79287982ad198145b9f292a6c6885babca5413bc89a5de9353e9dbc758630807c7411465f22ed3c0836
|
|
7
|
+
data.tar.gz: b6e1fe7feb2d87f0a9e2582ff5b86bc375113feb59fd5f7c1de0c3a1444c2e92798cd297865541c34912a01a7477e7cc80cade8eeb5b388327db156dbb7a47b8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1193
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -9711,15 +9711,17 @@ module TencentCloud
|
|
|
9711
9711
|
# @type AdvancedInfo: String
|
|
9712
9712
|
# @param CardCount: 卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
|
|
9713
9713
|
# @type CardCount: Integer
|
|
9714
|
+
# @param IsComplete: 卡证字段是否完整,true:完整;false:不完整
|
|
9715
|
+
# @type IsComplete: Boolean
|
|
9714
9716
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9715
9717
|
# @type RequestId: String
|
|
9716
9718
|
|
|
9717
|
-
attr_accessor :ID, :ThaiName, :EnFirstName, :EnLastName, :IssueDate, :ExpirationDate, :EnIssueDate, :EnExpirationDate, :Birthday, :EnBirthday, :Religion, :SerialNumber, :Address, :LaserID, :PortraitImage, :WarnCardInfos, :AdvancedInfo, :CardCount, :RequestId
|
|
9719
|
+
attr_accessor :ID, :ThaiName, :EnFirstName, :EnLastName, :IssueDate, :ExpirationDate, :EnIssueDate, :EnExpirationDate, :Birthday, :EnBirthday, :Religion, :SerialNumber, :Address, :LaserID, :PortraitImage, :WarnCardInfos, :AdvancedInfo, :CardCount, :IsComplete, :RequestId
|
|
9718
9720
|
extend Gem::Deprecate
|
|
9719
9721
|
deprecate :AdvancedInfo, :none, 2025, 12
|
|
9720
9722
|
deprecate :AdvancedInfo=, :none, 2025, 12
|
|
9721
9723
|
|
|
9722
|
-
def initialize(id=nil, thainame=nil, enfirstname=nil, enlastname=nil, issuedate=nil, expirationdate=nil, enissuedate=nil, enexpirationdate=nil, birthday=nil, enbirthday=nil, religion=nil, serialnumber=nil, address=nil, laserid=nil, portraitimage=nil, warncardinfos=nil, advancedinfo=nil, cardcount=nil, requestid=nil)
|
|
9724
|
+
def initialize(id=nil, thainame=nil, enfirstname=nil, enlastname=nil, issuedate=nil, expirationdate=nil, enissuedate=nil, enexpirationdate=nil, birthday=nil, enbirthday=nil, religion=nil, serialnumber=nil, address=nil, laserid=nil, portraitimage=nil, warncardinfos=nil, advancedinfo=nil, cardcount=nil, iscomplete=nil, requestid=nil)
|
|
9723
9725
|
@ID = id
|
|
9724
9726
|
@ThaiName = thainame
|
|
9725
9727
|
@EnFirstName = enfirstname
|
|
@@ -9738,6 +9740,7 @@ module TencentCloud
|
|
|
9738
9740
|
@WarnCardInfos = warncardinfos
|
|
9739
9741
|
@AdvancedInfo = advancedinfo
|
|
9740
9742
|
@CardCount = cardcount
|
|
9743
|
+
@IsComplete = iscomplete
|
|
9741
9744
|
@RequestId = requestid
|
|
9742
9745
|
end
|
|
9743
9746
|
|
|
@@ -9760,6 +9763,7 @@ module TencentCloud
|
|
|
9760
9763
|
@WarnCardInfos = params['WarnCardInfos']
|
|
9761
9764
|
@AdvancedInfo = params['AdvancedInfo']
|
|
9762
9765
|
@CardCount = params['CardCount']
|
|
9766
|
+
@IsComplete = params['IsComplete']
|
|
9763
9767
|
@RequestId = params['RequestId']
|
|
9764
9768
|
end
|
|
9765
9769
|
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: 3.0.
|
|
4
|
+
version: 3.0.1193
|
|
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-12-
|
|
11
|
+
date: 2025-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|