tencentcloud-sdk-iotexplorer 3.0.1153 → 3.0.1154

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190423/models.rb +11 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d0d7cbaf8098573d8c4f51a6e36792d1ba42d5c
4
- data.tar.gz: af58b62d78dc98d3bbdb81058cb80566a76a5a62
3
+ metadata.gz: 188e49f232cb995dd6008331b43391d540628c55
4
+ data.tar.gz: 40b4df0d8920b6ae54766ab16413acd1f1daa838
5
5
  SHA512:
6
- metadata.gz: e0b52d7cbe0cb7c4c47db5d6ec0900fa59c52665a4a8f7e74ebe44e8ca87cca309270875d9d31ada0ccebd94b568da49c98defdec8a9b1fd22600002e68d5973
7
- data.tar.gz: 8025bcb11bcbf0d40108d2488078dcee6775cdff66520b6ba3add18086f2a0418757cd750a9497074dfb5269fb6016e33a5359403062f7f2b9c7ba3cee5548b9
6
+ metadata.gz: 857752b2797ffeb68c2929736d36a91d3bd763f7a87cf73b070f7a481a235597b46e8387a17eccd969a1e08b1a2b4fc843508017c712a482d8c03c11488ed995
7
+ data.tar.gz: 2e65db517cbbc652a6e250dc5fa520bb090b57dbbde0cbd74997bea43e38518e393492b11a2e49d5bfd4b626b33008e9783be6045a9e8ff45c4d2e32a0aebcc2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1153
1
+ 3.0.1154
@@ -12409,7 +12409,7 @@ module TencentCloud
12409
12409
  end
12410
12410
  end
12411
12411
 
12412
- # TTS配置信息。
12412
+ # 会话配置信息。
12413
12413
  class TalkConversationConfigInfo < TencentCloud::Common::AbstractModel
12414
12414
  # @param SessionTimeout: 会话超时(秒)
12415
12415
  # @type SessionTimeout: Integer
@@ -12421,15 +12421,21 @@ module TencentCloud
12421
12421
  # @type IdleDetection: :class:`Tencentcloud::Iotexplorer.v20190423.models.TalkIdleDetectionConfigInfo`
12422
12422
  # @param EmotionEnabled: 是否启用情绪识别
12423
12423
  # @type EmotionEnabled: Boolean
12424
+ # @param SemanticVADEnabled: 是否启用语义vad
12425
+ # @type SemanticVADEnabled: Boolean
12426
+ # @param NoiseFilterEnabled: 是否启用噪声过滤
12427
+ # @type NoiseFilterEnabled: Boolean
12424
12428
 
12425
- attr_accessor :SessionTimeout, :InterruptionEnabled, :MaxContextTokens, :IdleDetection, :EmotionEnabled
12429
+ attr_accessor :SessionTimeout, :InterruptionEnabled, :MaxContextTokens, :IdleDetection, :EmotionEnabled, :SemanticVADEnabled, :NoiseFilterEnabled
12426
12430
 
12427
- def initialize(sessiontimeout=nil, interruptionenabled=nil, maxcontexttokens=nil, idledetection=nil, emotionenabled=nil)
12431
+ def initialize(sessiontimeout=nil, interruptionenabled=nil, maxcontexttokens=nil, idledetection=nil, emotionenabled=nil, semanticvadenabled=nil, noisefilterenabled=nil)
12428
12432
  @SessionTimeout = sessiontimeout
12429
12433
  @InterruptionEnabled = interruptionenabled
12430
12434
  @MaxContextTokens = maxcontexttokens
12431
12435
  @IdleDetection = idledetection
12432
12436
  @EmotionEnabled = emotionenabled
12437
+ @SemanticVADEnabled = semanticvadenabled
12438
+ @NoiseFilterEnabled = noisefilterenabled
12433
12439
  end
12434
12440
 
12435
12441
  def deserialize(params)
@@ -12441,6 +12447,8 @@ module TencentCloud
12441
12447
  @IdleDetection.deserialize(params['IdleDetection'])
12442
12448
  end
12443
12449
  @EmotionEnabled = params['EmotionEnabled']
12450
+ @SemanticVADEnabled = params['SemanticVADEnabled']
12451
+ @NoiseFilterEnabled = params['NoiseFilterEnabled']
12444
12452
  end
12445
12453
  end
12446
12454
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1153
4
+ version: 3.0.1154
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-10-15 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common