tencentcloud-sdk-nodejs-trtc 4.1.261 → 4.1.263
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
|
@@ -1557,7 +1557,7 @@ export interface DescribeAsyncTextToSpeechResponse {
|
|
|
1557
1557
|
*/
|
|
1558
1558
|
export interface TranslationParam {
|
|
1559
1559
|
/**
|
|
1560
|
-
* <p>翻译的目标语言,示例值["en", "ja"]。目标语种列表[中文 "zh",英语 "en",越南语 "vi",日语 "ja",韩语 "ko",印度尼西亚语 "id",泰语 "th",葡萄牙语 "pt",阿拉伯语 "ar",西班牙语 "es",法语 "fr",马来语 "ms",德语 "de",意大利语 "it",俄语 "ru"]。</p>
|
|
1560
|
+
* <p>翻译的目标语言,示例值["en", "ja"]。目标语种列表[中文 "zh",英语 "en",粤语"yue",越南语 "vi",日语 "ja",韩语 "ko",印度尼西亚语 "id",泰语 "th",葡萄牙语 "pt",阿拉伯语 "ar",西班牙语 "es",法语 "fr",马来语 "ms",德语 "de",意大利语 "it",俄语 "ru"]。</p>
|
|
1561
1561
|
*/
|
|
1562
1562
|
TargetLang?: Array<string>;
|
|
1563
1563
|
/**
|
|
@@ -3264,7 +3264,7 @@ export interface AsrParam {
|
|
|
3264
3264
|
*/
|
|
3265
3265
|
AlternativeLanguage?: Array<string>;
|
|
3266
3266
|
/**
|
|
3267
|
-
* <p>vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0,
|
|
3267
|
+
* <p>vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 1],默认为0。推荐设置为1,有较好的远场人声抑制能力。</p>
|
|
3268
3268
|
*/
|
|
3269
3269
|
VadLevel?: number;
|
|
3270
3270
|
/**
|