tencentcloud-sdk-faceid 3.0.1001 → 3.0.1002
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 +8 -7
- 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: ae522388325c7606cd56e134fffa7bbd3e72a6fc
|
4
|
+
data.tar.gz: 49786263ee2432213de92da642a29e50e44bbbce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d33f79f0fc96183ada06741472713835e8a5e5d5854318664e331ffb1c7db29834ed79b039e32851f45372c2943e6ec02825afcfbe40beb005f3deb18919f8f7
|
7
|
+
data.tar.gz: 77bd5f8cd35efbc047cbde569602a697197872d59c4d2db62e2af27b6a6ed8d1adf3547297e8a6639c0da8b1a6c0a313ca3022a2e5c3004908639127b000f001
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1002
|
data/lib/v20180301/models.rb
CHANGED
@@ -316,8 +316,8 @@ module TencentCloud
|
|
316
316
|
|
317
317
|
attr_accessor :ReqTime, :Seq, :IdCard, :Idcard, :Name, :Sim, :IsNeedCharge, :ChargeType, :ErrorCode, :ErrorMessage
|
318
318
|
extend Gem::Deprecate
|
319
|
-
deprecate :Idcard, :none, 2025,
|
320
|
-
deprecate :Idcard=, :none, 2025,
|
319
|
+
deprecate :Idcard, :none, 2025, 2
|
320
|
+
deprecate :Idcard=, :none, 2025, 2
|
321
321
|
|
322
322
|
def initialize(reqtime=nil, seq=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, chargetype=nil, errorcode=nil, errormessage=nil)
|
323
323
|
@ReqTime = reqtime
|
@@ -871,11 +871,11 @@ module TencentCloud
|
|
871
871
|
# @type IntentionVerifyText: String
|
872
872
|
# @param IntentionQuestions: 意愿核身(语音播报+语音回答模式)使用的文案。
|
873
873
|
# - 包括:系统语音播报的文本、需要核验的标准文本。
|
874
|
-
# -
|
874
|
+
# - 问答模式支持1-10轮(不超过10轮)的意愿确认。
|
875
875
|
# @type IntentionQuestions: Array
|
876
876
|
# @param IntentionActions: 意愿核身(点头确认模式)使用的文案。
|
877
877
|
# - 若未使用意愿核身(点头确认模式),则该字段无需传入。
|
878
|
-
# -
|
878
|
+
# - 点头确认模式支持1-10轮(不超过10轮)的意愿确认。
|
879
879
|
# @type IntentionActions: Array
|
880
880
|
# @param Config: 意愿核身流程配置。
|
881
881
|
# @type Config: :class:`Tencentcloud::Faceid.v20180301.models.RuleIdConfig`
|
@@ -1965,11 +1965,12 @@ module TencentCloud
|
|
1965
1965
|
# - 默认为空,最长可接受120的字符串长度。
|
1966
1966
|
# @type IntentionVerifyText: String
|
1967
1967
|
# @param IntentionQuestions: 意愿核身问答模式的配置列表。
|
1968
|
-
# -
|
1968
|
+
# - 问答模式支持1-10轮(不超过10轮)的意愿确认。
|
1969
1969
|
# @type IntentionQuestions: Array
|
1970
1970
|
# @param IntentionActions: 意愿核身(点头确认模式)使用的文案。
|
1971
1971
|
# - 若未使用意愿核身(点头确认模式),则该字段无需传入。
|
1972
1972
|
# - 默认为空,最长可接受150的字符串长度。
|
1973
|
+
# - 点头确认模式支持1-10轮(不超过10轮)的意愿确认。
|
1973
1974
|
# @type IntentionActions: Array
|
1974
1975
|
# @param IntentionRecognition: 意愿核身过程中识别用户的回答意图。
|
1975
1976
|
# - 开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过。
|
@@ -3101,8 +3102,8 @@ module TencentCloud
|
|
3101
3102
|
|
3102
3103
|
attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
|
3103
3104
|
extend Gem::Deprecate
|
3104
|
-
deprecate :AsrResultSimilarity, :none, 2025,
|
3105
|
-
deprecate :AsrResultSimilarity=, :none, 2025,
|
3105
|
+
deprecate :AsrResultSimilarity, :none, 2025, 2
|
3106
|
+
deprecate :AsrResultSimilarity=, :none, 2025, 2
|
3106
3107
|
|
3107
3108
|
def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
|
3108
3109
|
@IntentionVerifyVideo = intentionverifyvideo
|
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.1002
|
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-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|