tencentcloud-sdk-faceid 3.0.1001 → 3.0.1003
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 +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: 592ca851ac239f70ab890949c3e323ea9ee9c2fa
|
4
|
+
data.tar.gz: e17018a8370d2ecd62bcae5dd4200a030108a0c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdce629b96a57ec7e5a5a6d2998ce0f1bfe16c11ba7119132999971ba3e202dba36e37143ae35d789b247849c589b78c09849bec9689f4c4538b5269331a5642
|
7
|
+
data.tar.gz: 66eeba094eee93d530f3288fffcd6a2bc3b71549fa6ac268f318d692d5ed40fbd578494e5e34d7b0f41ab8891396e5dce6a885d9b6c814cff87ebdee4657be00
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1003
|
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.1003
|
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
|