tencentcloud-sdk-nodejs-mps 4.1.269 → 4.1.270
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
|
@@ -8975,6 +8975,10 @@ export interface AiAnalysisTaskDubbingOutput {
|
|
|
8975
8975
|
* <p>译制视频存储位置。</p>
|
|
8976
8976
|
*/
|
|
8977
8977
|
OutputStorage?: TaskOutputStorage;
|
|
8978
|
+
/**
|
|
8979
|
+
* <p>额外结果,目前包含字幕文件结果 Url</p>
|
|
8980
|
+
*/
|
|
8981
|
+
ExtraOutput?: string;
|
|
8978
8982
|
}
|
|
8979
8983
|
/**
|
|
8980
8984
|
* ModifyAdaptiveDynamicStreamingTemplate请求参数结构体
|
|
@@ -18928,15 +18932,15 @@ export interface ModifyStreamLinkInputResponse {
|
|
|
18928
18932
|
*/
|
|
18929
18933
|
export interface VODOutputStorage {
|
|
18930
18934
|
/**
|
|
18931
|
-
*
|
|
18935
|
+
* <p>媒体处理生成的文件输出的目标 <em>Bucket ID</em></p>
|
|
18932
18936
|
*/
|
|
18933
18937
|
Bucket?: string;
|
|
18934
18938
|
/**
|
|
18935
|
-
*
|
|
18939
|
+
* <p>媒体处理生成的文件输出的目标 Bucket 的园区</p>
|
|
18936
18940
|
*/
|
|
18937
18941
|
Region?: string;
|
|
18938
18942
|
/**
|
|
18939
|
-
*
|
|
18943
|
+
* <p>点播专业版应用Id</p>
|
|
18940
18944
|
*/
|
|
18941
18945
|
SubAppId?: number;
|
|
18942
18946
|
}
|