tencentcloud-sdk-nodejs-mps 4.1.311 → 4.1.312

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-mps",
3
- "version": "4.1.311",
3
+ "version": "4.1.312",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -18285,7 +18285,7 @@ export interface TextToSpeechAsyncRequest {
18285
18285
  */
18286
18286
  VoiceId: string;
18287
18287
  /**
18288
- * <p>文本语言,默认中文</p>
18288
+ * <p>文本语言,不填时默认自动探测</p>
18289
18289
  */
18290
18290
  TextLang?: string;
18291
18291
  /**