tencentcloud-sdk-nodejs-mps 4.1.78 → 4.1.82
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
|
@@ -13506,6 +13506,11 @@ export interface AdaptiveDynamicStreamingTaskInput {
|
|
|
13506
13506
|
PureAudio:纯音频类型
|
|
13507
13507
|
*/
|
|
13508
13508
|
DefinitionType?: string;
|
|
13509
|
+
/**
|
|
13510
|
+
* 字幕参数
|
|
13511
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13512
|
+
*/
|
|
13513
|
+
SubtitleTemplate?: SubtitleTemplate;
|
|
13509
13514
|
}
|
|
13510
13515
|
/**
|
|
13511
13516
|
* ModifyQualityControlTemplate请求参数结构体
|