tencentcloud-sdk-nodejs-trtc 4.1.50 → 4.1.54
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
|
@@ -316,6 +316,9 @@ export interface STTConfig {
|
|
|
316
316
|
- "zh": 中文(简体)
|
|
317
317
|
- "zh-TW": 中文(繁体)
|
|
318
318
|
- "en": 英语
|
|
319
|
+
- "16k_zh_edu":中文教育
|
|
320
|
+
- "16k_zh_medical":中文医疗
|
|
321
|
+
- "16k_zh_court":中文法庭
|
|
319
322
|
|
|
320
323
|
**标准版:**
|
|
321
324
|
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
|
@@ -351,8 +354,9 @@ export interface STTConfig {
|
|
|
351
354
|
*/
|
|
352
355
|
Language?: string;
|
|
353
356
|
/**
|
|
354
|
-
*
|
|
355
|
-
注意:不支持填写"zh-dialect"
|
|
357
|
+
* **发起模糊识别为高级版能力,默认按照高级版收费**
|
|
358
|
+
注意:不支持填写"zh-dialect", "16k_zh_edu", "16k_zh_medical", "16k_zh_court", "8k_zh_large", "16k_zh_large","16k_multi_lang", "16k_zh_en"
|
|
359
|
+
|
|
356
360
|
*/
|
|
357
361
|
AlternativeLanguage?: Array<string>;
|
|
358
362
|
/**
|