tencentcloud-sdk-faceid 3.0.835 → 3.0.837
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/v20180301/models.rb +6 -6
- 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: 11cefa18fb213d18f3cc28a940380067113a4db7
|
|
4
|
+
data.tar.gz: ba05424104886ef107ff3b3fcf2a573f76c2ae65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 616e4cf1c60013ca4c1b26695b16e1a182920d8d9ba5b2a292de35e940f9446d237f92266cc5b8feead4716b51e1e4554fc1f1858541e4a17a6ed365ee810f17
|
|
7
|
+
data.tar.gz: 8c16c291d3770a5e5c990fc56ee26a767e73fe6ddceca0f672ce6256f6fd81ae54a987a190707b2610f5cadd8ada3ea3f21db032aedae96caeab20b2e22015a2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.837
|
data/lib/v20180301/models.rb
CHANGED
|
@@ -304,8 +304,8 @@ module TencentCloud
|
|
|
304
304
|
|
|
305
305
|
attr_accessor :ReqTime, :Seq, :IdCard, :Idcard, :Name, :Sim, :IsNeedCharge, :ChargeType, :ErrorCode, :ErrorMessage
|
|
306
306
|
extend Gem::Deprecate
|
|
307
|
-
deprecate :Idcard, :none, 2024,
|
|
308
|
-
deprecate :Idcard=, :none, 2024,
|
|
307
|
+
deprecate :Idcard, :none, 2024, 6
|
|
308
|
+
deprecate :Idcard=, :none, 2024, 6
|
|
309
309
|
|
|
310
310
|
def initialize(reqtime=nil, seq=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, chargetype=nil, errorcode=nil, errormessage=nil)
|
|
311
311
|
@ReqTime = reqtime
|
|
@@ -1799,7 +1799,7 @@ module TencentCloud
|
|
|
1799
1799
|
# @type IntentionQuestions: Array
|
|
1800
1800
|
# @param IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。
|
|
1801
1801
|
# @type IntentionActions: Array
|
|
1802
|
-
# @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers
|
|
1802
|
+
# @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
|
|
1803
1803
|
# @type IntentionRecognition: Boolean
|
|
1804
1804
|
# @param IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
|
|
1805
1805
|
# @type IsSupportHMTResidentPermitOCR: Boolean
|
|
@@ -2815,8 +2815,8 @@ module TencentCloud
|
|
|
2815
2815
|
|
|
2816
2816
|
attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
|
|
2817
2817
|
extend Gem::Deprecate
|
|
2818
|
-
deprecate :AsrResultSimilarity, :none, 2024,
|
|
2819
|
-
deprecate :AsrResultSimilarity=, :none, 2024,
|
|
2818
|
+
deprecate :AsrResultSimilarity, :none, 2024, 6
|
|
2819
|
+
deprecate :AsrResultSimilarity=, :none, 2024, 6
|
|
2820
2820
|
|
|
2821
2821
|
def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
|
|
2822
2822
|
@IntentionVerifyVideo = intentionverifyvideo
|
|
@@ -3767,7 +3767,7 @@ module TencentCloud
|
|
|
3767
3767
|
|
|
3768
3768
|
# RuleId相关配置
|
|
3769
3769
|
class RuleIdConfig < TencentCloud::Common::AbstractModel
|
|
3770
|
-
# @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers
|
|
3770
|
+
# @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
|
|
3771
3771
|
# @type IntentionRecognition: Boolean
|
|
3772
3772
|
# @param IntentionType: 意愿核身类型,默认为0:
|
|
3773
3773
|
# 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
|
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.837
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|