tencentcloud-sdk-nodejs-trtc 4.1.63 → 4.1.69
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
|
@@ -173,6 +173,10 @@ export interface ServerPushText {
|
|
|
173
173
|
|
|
174
174
|
*/
|
|
175
175
|
Priority?: number;
|
|
176
|
+
/**
|
|
177
|
+
* 是否将文本加入到llm历史上下文中
|
|
178
|
+
*/
|
|
179
|
+
AddHistory?: boolean;
|
|
176
180
|
}
|
|
177
181
|
/**
|
|
178
182
|
* DescribeTRTCMarketQualityMetricData返回参数结构体
|
|
@@ -384,6 +388,10 @@ export interface STTConfig {
|
|
|
384
388
|
* 热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
|
|
385
389
|
*/
|
|
386
390
|
HotWordList?: string;
|
|
391
|
+
/**
|
|
392
|
+
* vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。
|
|
393
|
+
*/
|
|
394
|
+
VadLevel?: number;
|
|
387
395
|
}
|
|
388
396
|
/**
|
|
389
397
|
* DescribeTRTCMarketScaleData请求参数结构体
|
|
@@ -4129,6 +4137,10 @@ export interface TranscriptionParams {
|
|
|
4129
4137
|
仅 TranscriptionMode 为 1或者 TranscriptionMode 为无限上麦模式支持传入多个用户列表
|
|
4130
4138
|
*/
|
|
4131
4139
|
TargetUserIdList?: Array<string>;
|
|
4140
|
+
/**
|
|
4141
|
+
* 声纹配置
|
|
4142
|
+
*/
|
|
4143
|
+
VoicePrint?: VoicePrint;
|
|
4132
4144
|
}
|
|
4133
4145
|
/**
|
|
4134
4146
|
* SeriesInfos类型
|