tencentcloud-sdk-faceid 3.0.910 → 3.0.912

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180301/models.rb +14 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc121218f936441dc24ef64bb208a671514c2bfc
4
- data.tar.gz: 1161ff9976055c419ee2ab6cd5e0ba2e00dbb30e
3
+ metadata.gz: 5a809685ef21f0203dff815a27754ce026008863
4
+ data.tar.gz: f44d72b20c6633cea7751a1b8fb7f0934c3031ee
5
5
  SHA512:
6
- metadata.gz: a60e77ee788cf218034b47bb3ef12e008e558a694e8ced7b5d0119afc171d6cb490b16744821160d73a45ce70249729743ad0d35fb34c0293b05cdbf9c3b762f
7
- data.tar.gz: a63c740f8ee12b52db3cba0a51c5587ee07ca3b1b3095f56ba9dcd8caddd1de288cd444943cd0477adbe5c0e4275a2d9de0fe520f2046756d8cc141fd5b728c0
6
+ metadata.gz: 6bfb52b3f7fe0c435a2182320cace606adee243d2ce0848985062ac153b28361c6d414f5aea23aac8520ea27ce49d6aff1edae44a0f9f4f0428e65bdeeeb6959
7
+ data.tar.gz: 500f78d386fd0dd9806535f96a5eb9f0123c42d0dccb875849d351d64d77a8fa15b161828b0780ceba8eea7cada5fa5694c1215f8eba5bcee3f7c5534b521425
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.910
1
+ 3.0.912
@@ -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, 8
310
- deprecate :Idcard=, :none, 2024, 8
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
@@ -2830,8 +2830,8 @@ module TencentCloud
2830
2830
 
2831
2831
  attr_accessor :IntentionVerifyVideo, :AsrResult, :ErrorCode, :ErrorMessage, :IntentionVerifyBestFrame, :AsrResultSimilarity
2832
2832
  extend Gem::Deprecate
2833
- deprecate :AsrResultSimilarity, :none, 2024, 8
2834
- deprecate :AsrResultSimilarity=, :none, 2024, 8
2833
+ deprecate :AsrResultSimilarity, :none, 2024, 9
2834
+ deprecate :AsrResultSimilarity=, :none, 2024, 9
2835
2835
 
2836
2836
  def initialize(intentionverifyvideo=nil, asrresult=nil, errorcode=nil, errormessage=nil, intentionverifybestframe=nil, asrresultsimilarity=nil)
2837
2837
  @IntentionVerifyVideo = intentionverifyvideo
@@ -3791,19 +3791,27 @@ module TencentCloud
3791
3791
  # @type IntentionType: Integer
3792
3792
  # @param MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
3793
3793
  # @type MouthOpenRecognition: Boolean
3794
+ # @param Speed: 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
3795
+ # 0:智能语速(根据播报文案的长度自动调整语音播报速度)
3796
+ # 1:固定1倍速
3797
+ # 2:固定1.2倍速
3798
+ # 3:固定1.5倍速
3799
+ # @type Speed: Integer
3794
3800
 
3795
- attr_accessor :IntentionRecognition, :IntentionType, :MouthOpenRecognition
3801
+ attr_accessor :IntentionRecognition, :IntentionType, :MouthOpenRecognition, :Speed
3796
3802
 
3797
- def initialize(intentionrecognition=nil, intentiontype=nil, mouthopenrecognition=nil)
3803
+ def initialize(intentionrecognition=nil, intentiontype=nil, mouthopenrecognition=nil, speed=nil)
3798
3804
  @IntentionRecognition = intentionrecognition
3799
3805
  @IntentionType = intentiontype
3800
3806
  @MouthOpenRecognition = mouthopenrecognition
3807
+ @Speed = speed
3801
3808
  end
3802
3809
 
3803
3810
  def deserialize(params)
3804
3811
  @IntentionRecognition = params['IntentionRecognition']
3805
3812
  @IntentionType = params['IntentionType']
3806
3813
  @MouthOpenRecognition = params['MouthOpenRecognition']
3814
+ @Speed = params['Speed']
3807
3815
  end
3808
3816
  end
3809
3817
 
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.910
4
+ version: 3.0.912
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-22 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common