tencentcloud-sdk-nodejs-trtc 4.1.185 → 4.1.187

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.185",
3
+ "version": "4.1.187",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4913,7 +4913,15 @@ export interface TextToSpeechRequest {
4913
4913
  */
4914
4914
  Model?: string;
4915
4915
  /**
4916
- * 需要合成的语言(ISO 639-1),支持 zh(中文)、en(英文)、yue(粤语)、ja(日语)、ko(韩语),默认自动识别
4916
+ * 需要合成的语言(ISO 639-1),默认自动识别,支持的语言如下:
4917
+ - zh(中文)
4918
+ - en(英文)
4919
+ - yue(粤语)
4920
+ - ja(日语)
4921
+ - ko(韩语)
4922
+ - ar(阿拉伯语)
4923
+ - id(印尼语)
4924
+ - th(泰语)
4917
4925
  */
4918
4926
  Language?: string;
4919
4927
  }