tencentcloud-sdk-faceid 3.0.912 → 3.0.913
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 +6 -2
- 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
@@ -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
|
|
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
|