tencentcloud-sdk-faceid 1.0.289 → 1.0.290
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 -3
- 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: 32cfda78f64cb92b31120e801712ecd1d4b8166a
|
|
4
|
+
data.tar.gz: e6c5fec854ae889e631609b4a6a93bf3ef0e862e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e2114d7cea18112645297f3e28d85e9be8a7d1ebcbf3e845a058bb6c5df9b5bfa6f600be0e627e2642ff0d411bebc8f34ea35070dd726fed6839b0b6542dac9
|
|
7
|
+
data.tar.gz: 9610eeb94b07ec73b0a635b64f97942fa459e4adcc5e5e755223e0d3a375fadee342d3595e99d006b979a1ee35cacf514ca0ea2f08c80794ab605dcc7e6c9c6e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.290
|
data/lib/v20180301/models.rb
CHANGED
|
@@ -677,7 +677,7 @@ module TencentCloud
|
|
|
677
677
|
# @type ImageBase64: String
|
|
678
678
|
# @param Encryption: 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
|
679
679
|
# @type Encryption: :class:`Tencentcloud::Faceid.v20180301.models.Encryption`
|
|
680
|
-
# @param IntentionVerifyText: 意愿核身使用的文案,若未使用意愿核身功能,该字段无需传入。默认为空,最长可接受
|
|
680
|
+
# @param IntentionVerifyText: 意愿核身使用的文案,若未使用意愿核身功能,该字段无需传入。默认为空,最长可接受120的字符串长度。
|
|
681
681
|
# @type IntentionVerifyText: String
|
|
682
682
|
|
|
683
683
|
attr_accessor :RuleId, :TerminalType, :IdCard, :Name, :RedirectUrl, :Extra, :ImageBase64, :Encryption, :IntentionVerifyText
|
|
@@ -2200,15 +2200,19 @@ module TencentCloud
|
|
|
2200
2200
|
# @param IntentionVerifyBestFrame: 意愿确认环节中录制视频的最佳帧(base64)。若不存在则为空字符串。
|
|
2201
2201
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2202
2202
|
# @type IntentionVerifyBestFrame: String
|
|
2203
|
+
# @param AsrResultSimilarity: 本次流程用户语音与传入文本比对的相似度分值,取值范围 [0.00, 100.00]。只有配置了相似度阈值后才进行语音校验并返回相似度分值。
|
|
2204
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2205
|
+
# @type AsrResultSimilarity: String
|
|
2203
2206
|
|
|
2204
|
-
attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame
|
|
2207
|
+
attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
|
|
2205
2208
|
|
|
2206
|
-
def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil)
|
|
2209
|
+
def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
|
|
2207
2210
|
@IntentionVerifyVideo = intentionverifyvideo
|
|
2208
2211
|
@AsrResult = asrresult
|
|
2209
2212
|
@ErrorCode = errorcode
|
|
2210
2213
|
@ErrorMessage = errormessage
|
|
2211
2214
|
@IntentionVerifyBestFrame = intentionverifybestframe
|
|
2215
|
+
@AsrResultSimilarity = asrresultsimilarity
|
|
2212
2216
|
end
|
|
2213
2217
|
|
|
2214
2218
|
def deserialize(params)
|
|
@@ -2217,6 +2221,7 @@ module TencentCloud
|
|
|
2217
2221
|
@ErrorCode = params['ErrorCode']
|
|
2218
2222
|
@ErrorMessage = params['ErrorMessage']
|
|
2219
2223
|
@IntentionVerifyBestFrame = params['IntentionVerifyBestFrame']
|
|
2224
|
+
@AsrResultSimilarity = params['AsrResultSimilarity']
|
|
2220
2225
|
end
|
|
2221
2226
|
end
|
|
2222
2227
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.290
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|