tencentcloud-sdk-faceid 3.0.574 → 3.0.576
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: c1c2be91d3118db6a98efe3bee9badc28c36d883
|
4
|
+
data.tar.gz: c6dd1df5f05606559012eade3444165f693a1fd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14e3a697ac0c1d9360cbd0e530b761b94affa504f18c0f2e7e553fd489d275dbabda8bf0da7bef345748f0f97716356cb873379028cd1d3bfdf00f450859e256
|
7
|
+
data.tar.gz: f494e2a49e47fee5a806654f4c5007f569c179128af689d2bbb00bc6aeaeaa7fb2ecd72303e01f47df4c048be3fd0e49ab00670df7812cf5f4e7b720f25b35dc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.576
|
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.576
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|