tencentcloud-sdk-faceid 3.0.573 → 3.0.575
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180301/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: 3ab63a2b1a0737fc40ca707dd5f47d5a66f4359c
|
4
|
+
data.tar.gz: 8c4c15aeffb0a6e9f54da96cc0bcd3bf0de0bdc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c133197466d3d68cacf085f162a19980d756d5be90c0d83eea6ec6fb83593c6b02b9f39faca1484f616a941161df811f420aeef95ecd5b5eed61abfdadb1a02c
|
7
|
+
data.tar.gz: dbf40e074639610cd35eb83375c468d1410ad07a243bb8c0524346a1fc8bf137ed755c8634b5aba376d30d2e6c89c33b3997b87c1c209564dc8640243af54094
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.575
|
data/lib/v20180301/models.rb
CHANGED
@@ -1606,16 +1606,19 @@ module TencentCloud
|
|
1606
1606
|
# @type IntentionQuestions: Array
|
1607
1607
|
# @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
|
1608
1608
|
# @type IntentionRecognition: Boolean
|
1609
|
+
# @param IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
|
1610
|
+
# @type IsSupportHMTResidentPermitOCR: Boolean
|
1609
1611
|
|
1610
|
-
attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionRecognition
|
1612
|
+
attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionRecognition, :IsSupportHMTResidentPermitOCR
|
1611
1613
|
|
1612
|
-
def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionrecognition=nil)
|
1614
|
+
def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionrecognition=nil, issupporthmtresidentpermitocr=nil)
|
1613
1615
|
@InputType = inputtype
|
1614
1616
|
@UseIntentionVerify = useintentionverify
|
1615
1617
|
@IntentionMode = intentionmode
|
1616
1618
|
@IntentionVerifyText = intentionverifytext
|
1617
1619
|
@IntentionQuestions = intentionquestions
|
1618
1620
|
@IntentionRecognition = intentionrecognition
|
1621
|
+
@IsSupportHMTResidentPermitOCR = issupporthmtresidentpermitocr
|
1619
1622
|
end
|
1620
1623
|
|
1621
1624
|
def deserialize(params)
|
@@ -1632,6 +1635,7 @@ module TencentCloud
|
|
1632
1635
|
end
|
1633
1636
|
end
|
1634
1637
|
@IntentionRecognition = params['IntentionRecognition']
|
1638
|
+
@IsSupportHMTResidentPermitOCR = params['IsSupportHMTResidentPermitOCR']
|
1635
1639
|
end
|
1636
1640
|
end
|
1637
1641
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-faceid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.575
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|