tencentcloud-sdk-nodejs-trtc 4.1.80 → 4.1.85

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-trtc",
3
- "version": "4.1.80",
3
+ "version": "4.1.85",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -113,6 +113,12 @@ export interface AgentConfig {
113
113
  * 语义断句检测
114
114
  */
115
115
  TurnDetection?: TurnDetection;
116
+ /**
117
+ * 机器人字幕显示模式。
118
+ - 0表示尽快显示,不会和音频播放进行同步。此时字幕全量下发,后面的字幕会包含前面的字幕。
119
+ - 1表示句子级别的实时显示,会和音频播放进行同步,只有当前句子对应的音频播放完后,下一条字幕才会下发。此时字幕增量下发,端上需要把前后的字幕进行拼接才是完整字幕。
120
+ */
121
+ SubtitleMode?: number;
116
122
  }
117
123
  /**
118
124
  * CreatePicture请求参数结构体