tencentcloud-sdk-nodejs-mps 4.0.1030 → 4.0.1045

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mps",
3
- "version": "4.0.1030",
3
+ "version": "4.0.1045",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -6841,6 +6841,10 @@ export interface ProcessMediaRequest {
6841
6841
  <li> Offline:闲时任务,不保证实效性,默认3天内处理完</li>
6842
6842
  */
6843
6843
  TaskType?: string
6844
+ /**
6845
+ * 资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。
6846
+ */
6847
+ ResourceId?: string
6844
6848
  }
6845
6849
 
6846
6850
  /**
@@ -14346,6 +14350,9 @@ export interface DrmInfo {
14346
14350
  /**
14347
14351
  * 加密类型:
14348
14352
  <li> simpleaes: aes-128 加密</li>
14353
+ <li> widevine</li>
14354
+ <li> fairplay:Dash不支持fairplay加密</li>
14355
+ <li> playready</li>
14349
14356
  注意:此字段可能返回 null,表示取不到有效值。
14350
14357
  */
14351
14358
  Type: string
@@ -15914,7 +15921,11 @@ export interface AiAnalysisTaskInput {
15914
15921
  Definition: number
15915
15922
  /**
15916
15923
  * 扩展参数,其值为序列化的 json字符串。
15917
- 注意:此参数为定制需求参数,需要线下对接。
15924
+ 注意:此参数为定制需求参数,参考如下:
15925
+ 智能檫除:https://cloud.tencent.com/document/product/862/101530
15926
+ 智能拆条:https://cloud.tencent.com/document/product/862/112098
15927
+ 高光集锦:https://cloud.tencent.com/document/product/862/107280
15928
+ 智能横转竖:https://cloud.tencent.com/document/product/862/112112
15918
15929
  注意:此字段可能返回 null,表示取不到有效值。
15919
15930
  */
15920
15931
  ExtendedParameter?: string
@@ -6560,6 +6560,10 @@ export interface ProcessMediaRequest {
6560
6560
  <li> Offline:闲时任务,不保证实效性,默认3天内处理完</li>
6561
6561
  */
6562
6562
  TaskType?: string;
6563
+ /**
6564
+ * 资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。
6565
+ */
6566
+ ResourceId?: string;
6563
6567
  }
6564
6568
  /**
6565
6569
  * ProcessImage返回参数结构体
@@ -13768,6 +13772,9 @@ export interface DrmInfo {
13768
13772
  /**
13769
13773
  * 加密类型:
13770
13774
  <li> simpleaes: aes-128 加密</li>
13775
+ <li> widevine</li>
13776
+ <li> fairplay:Dash不支持fairplay加密</li>
13777
+ <li> playready</li>
13771
13778
  注意:此字段可能返回 null,表示取不到有效值。
13772
13779
  */
13773
13780
  Type: string;
@@ -15274,7 +15281,11 @@ export interface AiAnalysisTaskInput {
15274
15281
  Definition: number;
15275
15282
  /**
15276
15283
  * 扩展参数,其值为序列化的 json字符串。
15277
- 注意:此参数为定制需求参数,需要线下对接。
15284
+ 注意:此参数为定制需求参数,参考如下:
15285
+ 智能檫除:https://cloud.tencent.com/document/product/862/101530
15286
+ 智能拆条:https://cloud.tencent.com/document/product/862/112098
15287
+ 高光集锦:https://cloud.tencent.com/document/product/862/107280
15288
+ 智能横转竖:https://cloud.tencent.com/document/product/862/112112
15278
15289
  注意:此字段可能返回 null,表示取不到有效值。
15279
15290
  */
15280
15291
  ExtendedParameter?: string;