tencentcloud-sdk-nodejs-mps 4.1.278 → 4.1.280
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
|
@@ -3745,7 +3745,7 @@ export interface CloneViralAIGC {
|
|
|
3745
3745
|
*/
|
|
3746
3746
|
Resolution?: string;
|
|
3747
3747
|
/**
|
|
3748
|
-
* <p>模型等级。flagship
|
|
3748
|
+
* <p>模型等级。flagship(默认)、standard</p>
|
|
3749
3749
|
*/
|
|
3750
3750
|
ModelTier?: string;
|
|
3751
3751
|
}
|
|
@@ -16292,6 +16292,14 @@ export interface AiAnalysisTaskDelLogoOutput {
|
|
|
16292
16292
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16293
16293
|
*/
|
|
16294
16294
|
VoiceClonedMarkFile?: string;
|
|
16295
|
+
/**
|
|
16296
|
+
* <p>仅做擦除的视频结果路径</p>
|
|
16297
|
+
*/
|
|
16298
|
+
ErasedVideoPath?: string;
|
|
16299
|
+
/**
|
|
16300
|
+
* <p>音色克隆编辑信息</p><p>用于音色克隆二次修改的编辑信息</p>
|
|
16301
|
+
*/
|
|
16302
|
+
DubbingEditInfoUrl?: string;
|
|
16295
16303
|
/**
|
|
16296
16304
|
* <p>擦除后文件的FileId。</p>
|
|
16297
16305
|
*/
|