tencentcloud-sdk-nodejs-trtc 4.1.188 → 4.1.190

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.188",
3
+ "version": "4.1.190",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -549,11 +549,12 @@ export interface VoiceCloneRequest {
549
549
  */
550
550
  VoiceName: string;
551
551
  /**
552
- * 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在10秒~180秒之间
552
+ * 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在6秒~180秒之间
553
553
  */
554
554
  PromptAudio: string;
555
555
  /**
556
556
  * TTS的API密钥
557
+ * @deprecated
557
558
  */
558
559
  APIKey?: string;
559
560
  /**