tencentcloud-sdk-nodejs-vod 4.1.262 → 4.1.266

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.
@@ -1,6 +1,6 @@
1
- import { v20180717 } from "./v20180717";
2
1
  import { v20240718 } from "./v20240718";
2
+ import { v20180717 } from "./v20180717";
3
3
  export const vod = {
4
- v20180717: v20180717,
5
4
  v20240718: v20240718,
5
+ v20180717: v20180717,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vod",
3
- "version": "4.1.262",
3
+ "version": "4.1.266",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const vod: {
2
- v20180717: {
3
- Client: typeof import("./v20180717/vod_client").Client;
4
- Models: typeof import("./v20180717/vod_models");
5
- };
6
2
  v20240718: {
7
3
  Client: typeof import("./v20240718/vod_client").Client;
8
4
  Models: typeof import("./v20240718/vod_models");
9
5
  };
6
+ v20180717: {
7
+ Client: typeof import("./v20180717/vod_client").Client;
8
+ Models: typeof import("./v20180717/vod_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vod = void 0;
4
- const v20180717_1 = require("./v20180717");
5
4
  const v20240718_1 = require("./v20240718");
5
+ const v20180717_1 = require("./v20180717");
6
6
  exports.vod = {
7
- v20180717: v20180717_1.v20180717,
8
7
  v20240718: v20240718_1.v20240718,
8
+ v20180717: v20180717_1.v20180717,
9
9
  };
@@ -7880,19 +7880,24 @@ export interface LicenseUsageDataItem {
7880
7880
  Count: number;
7881
7881
  }
7882
7882
  /**
7883
- * 图片异步处理配置
7883
+ * 图片异步处理配置。
7884
7884
  */
7885
7885
  export interface ProcessImageAsyncTask {
7886
7886
  /**
7887
- * 图片转码输出配置。
7887
+ * <p>图片转码输出配置。</p>
7888
7888
  注意:此字段可能返回 null,表示取不到有效值。
7889
7889
  */
7890
7890
  EncodeConfig?: ImageEncodeConfig;
7891
7891
  /**
7892
- * 图片增强配置。
7892
+ * <p>图片增强配置。</p>
7893
7893
  注意:此字段可能返回 null,表示取不到有效值。
7894
7894
  */
7895
7895
  EnhanceConfig?: ImageEnhanceConfig;
7896
+ /**
7897
+ * <p>图片美颜配置。</p>
7898
+ 注意:此字段可能返回 null,表示取不到有效值。
7899
+ */
7900
+ BeautyConfig?: ImageBeautyConfig;
7896
7901
  }
7897
7902
  /**
7898
7903
  * 画质重生输出的音频信息
@@ -12985,6 +12990,31 @@ export interface ModifyJustInTimeTranscodeTemplateResponse {
12985
12990
  */
12986
12991
  RequestId?: string;
12987
12992
  }
12993
+ /**
12994
+ * 图片美颜效果项。
12995
+ */
12996
+ export interface BeautyEffectItem {
12997
+ /**
12998
+ * <p>是否开启美颜。</p><p>枚举值:</p><ul><li>ON: 开</li><li>OFF: 关</li></ul>
12999
+ */
13000
+ Switch?: string;
13001
+ /**
13002
+ * <p>美颜项。</p>
13003
+ */
13004
+ Type?: string;
13005
+ /**
13006
+ * <p>美颜强度。</p>
13007
+ */
13008
+ Value?: number;
13009
+ /**
13010
+ * <p>附加资源路径。</p>
13011
+ */
13012
+ ResourcePath?: string;
13013
+ /**
13014
+ * <p>附加信息。</p>
13015
+ */
13016
+ ExtInfo?: string;
13017
+ }
12988
13018
  /**
12989
13019
  * 图片智能内容识别任务输入
12990
13020
  */
@@ -14080,15 +14110,19 @@ export interface CreateAIRecognitionTemplateResponse {
14080
14110
  */
14081
14111
  export interface ProcessImageAsyncInput {
14082
14112
  /**
14083
- * 图片处理的FileId
14113
+ * <p>图片处理的FileId。</p>
14084
14114
  */
14085
14115
  FileId?: string;
14086
14116
  /**
14087
- * 图片处理参数。
14117
+ * <p>图片URL。</p>
14118
+ */
14119
+ Url?: string;
14120
+ /**
14121
+ * <p>图片处理参数。</p>
14088
14122
  */
14089
14123
  ImageTaskInput?: ProcessImageAsyncTaskInput;
14090
14124
  /**
14091
- * 图片处理任务的输出媒体文件配置。
14125
+ * <p>图片处理任务的输出媒体文件配置。</p>
14092
14126
  */
14093
14127
  OutputConfig?: ProcessImageAsyncOutputConfig;
14094
14128
  }
@@ -21622,6 +21656,19 @@ export interface DescribeReviewDetailsResponse {
21622
21656
  */
21623
21657
  RequestId?: string;
21624
21658
  }
21659
+ /**
21660
+ * 图片美颜配置。
21661
+ */
21662
+ export interface ImageBeautyConfig {
21663
+ /**
21664
+ * <p>美颜效果项。</p>
21665
+ */
21666
+ BeautyEffectItems?: Array<BeautyEffectItem>;
21667
+ /**
21668
+ * <p>美颜滤镜项。</p>
21669
+ */
21670
+ BeautyFilterItems?: Array<BeautyFilterItem>;
21671
+ }
21625
21672
  /**
21626
21673
  * CreateTranscodeTemplate返回参数结构体
21627
21674
  */
@@ -25484,6 +25531,23 @@ export interface ObjectConfigureInfo {
25484
25531
  */
25485
25532
  ObjectLibrary?: string;
25486
25533
  }
25534
+ /**
25535
+ * 美颜滤镜项。
25536
+ */
25537
+ export interface BeautyFilterItem {
25538
+ /**
25539
+ * <p>是否开启滤镜。</p><p>枚举值:</p><ul><li>ON: 开</li><li>OFF: 关</li></ul>
25540
+ */
25541
+ Switch?: string;
25542
+ /**
25543
+ * <p>滤镜项。</p>
25544
+ */
25545
+ Type?: string;
25546
+ /**
25547
+ * <p>滤镜强度。</p>
25548
+ */
25549
+ Value?: number;
25550
+ }
25487
25551
  /**
25488
25552
  * DescribeHeadTailTemplates返回参数结构体
25489
25553
  */