tencentcloud-sdk-nodejs-intl-en 3.0.1389 → 3.0.1390

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-intl-en",
3
- "version": "3.0.1389",
3
+ "version": "3.0.1390",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1389";
1
+ const sdkVersion = "3.0.1390";
2
2
  module.exports = sdkVersion
@@ -3994,7 +3994,20 @@ class SyncDubbingRequest extends AbstractModel {
3994
3994
  this.ResourceId = null;
3995
3995
 
3996
3996
  /**
3997
- * <p>Extended parameters in the format of a JSON string.</p><p><strong>synExt</strong> Object Extended text to speech parameter.<br>  <strong>duration</strong> Float Synthesized audio duration, in seconds. Example: 5.2.<br>  <strong>sampleRate</strong> Integer Synthesized audio sample rate. Default value: 16000. Valid values: [8000, 16000, 22050, 24000, 32000, 44100].<br>  <strong>pitch</strong> Integer Pitch. Default value: 0 (original voice output). Valid values: [-12, 12].<br><strong>cloneExt</strong> Object Extended voice cloning parameter.<br>  <strong>timeRanges</strong> Float[][] Specifies the time ranges for audio cloning. The default value is the first 20 seconds of the audio. Example: [[5.2, 10], [45, 59.8]].</p>
3997
+ * <p>Extended parameters in the format of a JSON string.</p>
3998
+ <p>
3999
+
4000
+ - <strong>synExt</strong> Object; Extended text to speech parameter.<br>
4001
+ - <strong>duration</strong> Float; Synthesized audio duration, in seconds. Example: 5.2.<br>
4002
+ - <strong>sampleRate</strong> Integer; Synthesized audio sample rate. Default value: 16000. Valid values: [8000, 16000, 22050, 24000, 32000, 44100].<br>
4003
+ - <strong>pitch</strong> Integer; Pitch. Default value: 0 (original voice output). Valid values: [-12, 12].<br>
4004
+ - <strong>cloneExt</strong> Object; Extended voice cloning parameter.<br>
4005
+ - <strong>timeRanges</strong> Float; Specifies the time ranges for audio cloning. The default value is the first 20 seconds of the audio. Example: [[5.2, 10], [45, 59.8]].
4006
+
4007
+ </p>
4008
+
4009
+
4010
+
3998
4011
  * @type {string || null}
3999
4012
  */
4000
4013
  this.ExtParam = null;