tencentcloud-sdk-nodejs-mps 4.1.194 → 4.1.198
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
|
@@ -7622,20 +7622,19 @@ export interface AiAnalysisTaskFrameTagOutput {
|
|
|
7622
7622
|
*/
|
|
7623
7623
|
export interface AiAnalysisTaskDubbingOutput {
|
|
7624
7624
|
/**
|
|
7625
|
-
*
|
|
7625
|
+
* <p>译制视频路径。</p>
|
|
7626
7626
|
*/
|
|
7627
7627
|
VideoPath?: string;
|
|
7628
7628
|
/**
|
|
7629
|
-
*
|
|
7630
|
-
|
|
7629
|
+
* <p>标记文件路径</p>
|
|
7631
7630
|
*/
|
|
7632
7631
|
SpeakerPath?: string;
|
|
7633
7632
|
/**
|
|
7634
|
-
*
|
|
7633
|
+
* <p>音色id</p>
|
|
7635
7634
|
*/
|
|
7636
7635
|
VoiceId?: string;
|
|
7637
7636
|
/**
|
|
7638
|
-
*
|
|
7637
|
+
* <p>译制视频存储位置。</p>
|
|
7639
7638
|
*/
|
|
7640
7639
|
OutputStorage?: TaskOutputStorage;
|
|
7641
7640
|
}
|