tencentcloud-sdk-nodejs-mps 4.1.304 → 4.1.305
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
|
@@ -16671,7 +16671,7 @@ export interface AiReviewProhibitedAsrTaskInput {
|
|
|
16671
16671
|
*/
|
|
16672
16672
|
export interface DescribeMediaMetaDataResponse {
|
|
16673
16673
|
/**
|
|
16674
|
-
*
|
|
16674
|
+
* <p>媒体元信息。</p>
|
|
16675
16675
|
*/
|
|
16676
16676
|
MetaData?: MediaMetaData;
|
|
16677
16677
|
/**
|
|
@@ -26683,9 +26683,13 @@ export interface LowLightEnhanceConfig {
|
|
|
26683
26683
|
*/
|
|
26684
26684
|
export interface DescribeMediaMetaDataRequest {
|
|
26685
26685
|
/**
|
|
26686
|
-
*
|
|
26686
|
+
* <p>需要获取元信息的文件输入信息。</p>
|
|
26687
26687
|
*/
|
|
26688
26688
|
InputInfo: MediaInputInfo;
|
|
26689
|
+
/**
|
|
26690
|
+
* <p>指定为slow时,增加接口超时时间</p><p>枚举值:</p><ul><li>slow: 增加接口超时时间</li></ul>
|
|
26691
|
+
*/
|
|
26692
|
+
Mode?: string;
|
|
26689
26693
|
}
|
|
26690
26694
|
/**
|
|
26691
26695
|
* DescribeImageTasks请求参数结构体
|