tencentcloud-sdk-nodejs-mps 4.1.284 → 4.1.286

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.1.284",
3
+ "version": "4.1.286",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -804,8 +804,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
804
804
  */
805
805
  DescribeStreamLinkFlow(req: DescribeStreamLinkFlowRequest, cb?: (error: string, rep: DescribeStreamLinkFlowResponse) => void): Promise<DescribeStreamLinkFlowResponse>;
806
806
  /**
807
- * 创建 AiGC 文档生成视频任务
808
- */
807
+ * 创建 AIGC 文档生成视频任务
808
+ (使用 DescribeAigcTaskStatus 接口进行任务查询)
809
+ */
809
810
  CreateDocToVideoTask(req: CreateDocToVideoTaskRequest, cb?: (error: string, rep: CreateDocToVideoTaskResponse) => void): Promise<CreateDocToVideoTaskResponse>;
810
811
  /**
811
812
  * 删除用户自定义智能擦除模板。
@@ -1190,8 +1190,9 @@ class Client extends TencentCloudCommon.AbstractClient {
1190
1190
  return this.request("DescribeStreamLinkFlow", req, cb);
1191
1191
  }
1192
1192
  /**
1193
- * 创建 AiGC 文档生成视频任务
1194
- */
1193
+ * 创建 AIGC 文档生成视频任务
1194
+ (使用 DescribeAigcTaskStatus 接口进行任务查询)
1195
+ */
1195
1196
  async CreateDocToVideoTask(req, cb) {
1196
1197
  return this.request("CreateDocToVideoTask", req, cb);
1197
1198
  }
@@ -1050,6 +1050,10 @@ export interface AiCutoutConfig {
1050
1050
  * <p>图案抠图配置。仅在Type为pattern时生效。</p>
1051
1051
  */
1052
1052
  PatternConfig?: PatternConfig;
1053
+ /**
1054
+ * <p>抠图模型选择,可不填。</p><p>枚举值:</p><ul><li>auto: 自动选择合适的模型</li><li>WAND-cutout-1.0-lite: 标准版,速度最快</li><li>WAND-cutout-2.0-lite: 增强版,速度最快</li><li>WAND-cutout-2.0-flash: 增强版,质量-速度平衡</li></ul>
1055
+ */
1056
+ Model?: string;
1053
1057
  }
1054
1058
  /**
1055
1059
  * DisableSchedule返回参数结构体
@@ -13216,6 +13220,10 @@ export interface CreateDocToVideoTaskRequest {
13216
13220
  * <p>用户cos信息,用于保存生成结果</p>
13217
13221
  */
13218
13222
  CosInfo?: DocToVideoCosInfo;
13223
+ /**
13224
+ * <p>资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。</p>
13225
+ */
13226
+ ResourceId?: string;
13219
13227
  }
13220
13228
  /**
13221
13229
  * 直播录制任务输入参数类型