tencentcloud-sdk-nodejs-intl-en 3.0.1389 → 3.0.1391
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1391";
|
|
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
|
|
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;
|
|
@@ -38361,6 +38374,12 @@ class CreateAigcImageTaskRequest extends AbstractModel {
|
|
|
38361
38374
|
*/
|
|
38362
38375
|
this.ImageInfos = null;
|
|
38363
38376
|
|
|
38377
|
+
/**
|
|
38378
|
+
*
|
|
38379
|
+
* @type {number || null}
|
|
38380
|
+
*/
|
|
38381
|
+
this.OutputImageCount = null;
|
|
38382
|
+
|
|
38364
38383
|
/**
|
|
38365
38384
|
* <p>Additional parameters required for the model.</p>
|
|
38366
38385
|
* @type {AigcImageExtraParam || null}
|
|
@@ -38409,6 +38428,7 @@ class CreateAigcImageTaskRequest extends AbstractModel {
|
|
|
38409
38428
|
this.ImageInfos.push(obj);
|
|
38410
38429
|
}
|
|
38411
38430
|
}
|
|
38431
|
+
this.OutputImageCount = 'OutputImageCount' in params ? params.OutputImageCount : null;
|
|
38412
38432
|
|
|
38413
38433
|
if (params.ExtraParameters) {
|
|
38414
38434
|
let obj = new AigcImageExtraParam();
|