tencentcloud-sdk-trtc 3.0.971 → 3.0.973
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/v20190722/models.rb +7 -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: b86c64733cefa8041036efdce1b237744f19f6fb
|
4
|
+
data.tar.gz: dbaf61d1f13fed4a88868c06e09a67c2530b007f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a64edfea5af5f5bf8b738282014a64c240a8dc1d71c44bd3284b89c8c54c7dbb3707611b1b4d99d58a68a9e664115a14781f4f8cd8e156cce35b19491f21c36c
|
7
|
+
data.tar.gz: 1c166bb6437a056c72390dd823cb38d5230095e8c1bb4897473756e004b3fe2a111ed8730cbd2b097252e88cc37b8258b31b7a3375f9260faa7e7be423bc1cd5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.973
|
data/lib/v20190722/models.rb
CHANGED
@@ -97,10 +97,12 @@ module TencentCloud
|
|
97
97
|
# - 0表示当服务端语音识别检测出的完整一句话后,自动触发一轮新的对话。
|
98
98
|
# - 1表示客户端在收到字幕消息后,自行决定是否手动发送聊天信令触发一轮新的对话。
|
99
99
|
# @type TurnDetectionMode: Integer
|
100
|
+
# @param FilterOneWord: 是否过滤掉用户只说了一个字的句子,true表示过滤,false表示不过滤,默认值为true
|
101
|
+
# @type FilterOneWord: Boolean
|
100
102
|
|
101
|
-
attr_accessor :UserId, :UserSig, :TargetUserId, :MaxIdleTime, :WelcomeMessage, :InterruptMode, :InterruptSpeechDuration, :TurnDetectionMode
|
103
|
+
attr_accessor :UserId, :UserSig, :TargetUserId, :MaxIdleTime, :WelcomeMessage, :InterruptMode, :InterruptSpeechDuration, :TurnDetectionMode, :FilterOneWord
|
102
104
|
|
103
|
-
def initialize(userid=nil, usersig=nil, targetuserid=nil, maxidletime=nil, welcomemessage=nil, interruptmode=nil, interruptspeechduration=nil, turndetectionmode=nil)
|
105
|
+
def initialize(userid=nil, usersig=nil, targetuserid=nil, maxidletime=nil, welcomemessage=nil, interruptmode=nil, interruptspeechduration=nil, turndetectionmode=nil, filteroneword=nil)
|
104
106
|
@UserId = userid
|
105
107
|
@UserSig = usersig
|
106
108
|
@TargetUserId = targetuserid
|
@@ -109,6 +111,7 @@ module TencentCloud
|
|
109
111
|
@InterruptMode = interruptmode
|
110
112
|
@InterruptSpeechDuration = interruptspeechduration
|
111
113
|
@TurnDetectionMode = turndetectionmode
|
114
|
+
@FilterOneWord = filteroneword
|
112
115
|
end
|
113
116
|
|
114
117
|
def deserialize(params)
|
@@ -120,6 +123,7 @@ module TencentCloud
|
|
120
123
|
@InterruptMode = params['InterruptMode']
|
121
124
|
@InterruptSpeechDuration = params['InterruptSpeechDuration']
|
122
125
|
@TurnDetectionMode = params['TurnDetectionMode']
|
126
|
+
@FilterOneWord = params['FilterOneWord']
|
123
127
|
end
|
124
128
|
end
|
125
129
|
|
@@ -5514,6 +5518,7 @@ module TencentCloud
|
|
5514
5518
|
# @param TargetUserId: TranscriptionMode为1时必填,机器人只会拉该userid的流,忽略房间里其他用户。
|
5515
5519
|
# @type TargetUserId: String
|
5516
5520
|
# @param TargetUserIdList: 机器人订阅的用户列表
|
5521
|
+
# 仅 TranscriptionMode 为 1或者 TranscriptionMode 为无限上麦模式支持传入多个用户列表
|
5517
5522
|
# @type TargetUserIdList: Array
|
5518
5523
|
|
5519
5524
|
attr_accessor :UserId, :UserSig, :IMAdminUserId, :IMAdminUserSig, :MaxIdleTime, :TranscriptionMode, :TargetUserId, :TargetUserIdList
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trtc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.973
|
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-12-
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|