tencentcloud-sdk-faceid 3.0.911 → 3.0.913
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 +20 -8
- 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: bef435613de1d7e67da15a3109526049e2feee3d
|
4
|
+
data.tar.gz: 7a60f3badb13b521fb4bb5b65a67946b91f66420
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b911a4182992c2570edbeb5ee5f7baae76cc8128122e69d9c9aaafe04bf4533e73bf7dec20dd0b1a6539103cc0af0792f2182757590f488f9f378bc71db71d8
|
7
|
+
data.tar.gz: f271ef0e5c625174ac298fd4223baef606fb5d506da735832a7e4aea2b9bda38bfcd4f9c6a24e209caed978baf9330fe139897bc3cfbd0a4f1d39a0116e7c030
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.913
|
data/lib/v20180301/models.rb
CHANGED
@@ -306,8 +306,8 @@ module TencentCloud
|
|
306
306
|
|
307
307
|
attr_accessor :ReqTime, :Seq, :IdCard, :Idcard, :Name, :Sim, :IsNeedCharge, :ChargeType, :ErrorCode, :ErrorMessage
|
308
308
|
extend Gem::Deprecate
|
309
|
-
deprecate :Idcard, :none, 2024,
|
310
|
-
deprecate :Idcard=, :none, 2024,
|
309
|
+
deprecate :Idcard, :none, 2024, 9
|
310
|
+
deprecate :Idcard=, :none, 2024, 9
|
311
311
|
|
312
312
|
def initialize(reqtime=nil, seq=nil, idcard=nil, name=nil, sim=nil, isneedcharge=nil, chargetype=nil, errorcode=nil, errormessage=nil)
|
313
313
|
@ReqTime = reqtime
|
@@ -1835,10 +1835,12 @@ module TencentCloud
|
|
1835
1835
|
# @type IsSupportHMTResidentPermitOCR: Boolean
|
1836
1836
|
# @param MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
1837
1837
|
# @type MouthOpenRecognition: Boolean
|
1838
|
+
# @param Speed: 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0: 0:智能语速(根据播报文案的长度自动调整语音播报速度) 1:固定1倍速 2:固定1.2倍速 3:固定1.5倍速
|
1839
|
+
# @type Speed: Integer
|
1838
1840
|
|
1839
|
-
attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionActions, :IntentionRecognition, :IsSupportHMTResidentPermitOCR, :MouthOpenRecognition
|
1841
|
+
attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionActions, :IntentionRecognition, :IsSupportHMTResidentPermitOCR, :MouthOpenRecognition, :Speed
|
1840
1842
|
|
1841
|
-
def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionactions=nil, intentionrecognition=nil, issupporthmtresidentpermitocr=nil, mouthopenrecognition=nil)
|
1843
|
+
def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionactions=nil, intentionrecognition=nil, issupporthmtresidentpermitocr=nil, mouthopenrecognition=nil, speed=nil)
|
1842
1844
|
@InputType = inputtype
|
1843
1845
|
@UseIntentionVerify = useintentionverify
|
1844
1846
|
@IntentionMode = intentionmode
|
@@ -1848,6 +1850,7 @@ module TencentCloud
|
|
1848
1850
|
@IntentionRecognition = intentionrecognition
|
1849
1851
|
@IsSupportHMTResidentPermitOCR = issupporthmtresidentpermitocr
|
1850
1852
|
@MouthOpenRecognition = mouthopenrecognition
|
1853
|
+
@Speed = speed
|
1851
1854
|
end
|
1852
1855
|
|
1853
1856
|
def deserialize(params)
|
@@ -1874,6 +1877,7 @@ module TencentCloud
|
|
1874
1877
|
@IntentionRecognition = params['IntentionRecognition']
|
1875
1878
|
@IsSupportHMTResidentPermitOCR = params['IsSupportHMTResidentPermitOCR']
|
1876
1879
|
@MouthOpenRecognition = params['MouthOpenRecognition']
|
1880
|
+
@Speed = params['Speed']
|
1877
1881
|
end
|
1878
1882
|
end
|
1879
1883
|
|
@@ -2830,8 +2834,8 @@ module TencentCloud
|
|
2830
2834
|
|
2831
2835
|
attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
|
2832
2836
|
extend Gem::Deprecate
|
2833
|
-
deprecate :AsrResultSimilarity, :none, 2024,
|
2834
|
-
deprecate :AsrResultSimilarity=, :none, 2024,
|
2837
|
+
deprecate :AsrResultSimilarity, :none, 2024, 9
|
2838
|
+
deprecate :AsrResultSimilarity=, :none, 2024, 9
|
2835
2839
|
|
2836
2840
|
def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
|
2837
2841
|
@IntentionVerifyVideo = intentionverifyvideo
|
@@ -3791,19 +3795,27 @@ module TencentCloud
|
|
3791
3795
|
# @type IntentionType: Integer
|
3792
3796
|
# @param MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
3793
3797
|
# @type MouthOpenRecognition: Boolean
|
3798
|
+
# @param Speed: 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
|
3799
|
+
# 0:智能语速(根据播报文案的长度自动调整语音播报速度)
|
3800
|
+
# 1:固定1倍速
|
3801
|
+
# 2:固定1.2倍速
|
3802
|
+
# 3:固定1.5倍速
|
3803
|
+
# @type Speed: Integer
|
3794
3804
|
|
3795
|
-
attr_accessor :IntentionRecognition, :IntentionType, :MouthOpenRecognition
|
3805
|
+
attr_accessor :IntentionRecognition, :IntentionType, :MouthOpenRecognition, :Speed
|
3796
3806
|
|
3797
|
-
def initialize(intentionrecognition=nil, intentiontype=nil, mouthopenrecognition=nil)
|
3807
|
+
def initialize(intentionrecognition=nil, intentiontype=nil, mouthopenrecognition=nil, speed=nil)
|
3798
3808
|
@IntentionRecognition = intentionrecognition
|
3799
3809
|
@IntentionType = intentiontype
|
3800
3810
|
@MouthOpenRecognition = mouthopenrecognition
|
3811
|
+
@Speed = speed
|
3801
3812
|
end
|
3802
3813
|
|
3803
3814
|
def deserialize(params)
|
3804
3815
|
@IntentionRecognition = params['IntentionRecognition']
|
3805
3816
|
@IntentionType = params['IntentionType']
|
3806
3817
|
@MouthOpenRecognition = params['MouthOpenRecognition']
|
3818
|
+
@Speed = params['Speed']
|
3807
3819
|
end
|
3808
3820
|
end
|
3809
3821
|
|
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.913
|
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-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|