tencentcloud-sdk-nodejs-mps 4.1.288 → 4.1.289

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.288",
3
+ "version": "4.1.289",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4457,6 +4457,10 @@ export interface ImageTaskInput {
4457
4457
  * <p>Ai分镜拆解配置</p>
4458
4458
  */
4459
4459
  AiStoryboardConfig?: AiStoryboardConfig;
4460
+ /**
4461
+ * <p>图片理解配置</p>
4462
+ */
4463
+ UnderstandImageConfig?: UnderstandImageConfig;
4460
4464
  }
4461
4465
  /**
4462
4466
  * 查询输出的HLS拉流URL信息。
@@ -7584,6 +7588,19 @@ export interface DeleteStreamPackageSourceRequest {
7584
7588
  */
7585
7589
  Id: string;
7586
7590
  }
7591
+ /**
7592
+ * 图片理解任务。
7593
+ */
7594
+ export interface UnderstandImageConfig {
7595
+ /**
7596
+ * <p>图片理解模型</p><p>枚举值:</p><ul><li>WAND-understand-1.0-lite: 轻量理解模型</li><li>WAND-understand-1.0-flash: 质量-速度平衡理解模型</li><li>WAND-understand-1.0-pro: 高质量理解模型</li></ul>
7597
+ */
7598
+ Model: string;
7599
+ /**
7600
+ * <p>图片理解指令</p>
7601
+ */
7602
+ Prompt: string;
7603
+ }
7587
7604
  /**
7588
7605
  * DeleteAIAnalysisTemplate请求参数结构体
7589
7606
  */
@@ -21047,6 +21064,10 @@ export interface VoiceInfo {
21047
21064
  * <p>推荐场景</p><p>如:教育</p>
21048
21065
  */
21049
21066
  Scenes?: Array<string>;
21067
+ /**
21068
+ * <p>音色所属引擎</p>
21069
+ */
21070
+ Engine?: string;
21050
21071
  }
21051
21072
  /**
21052
21073
  * DescribeSnapshotByTimeOffsetTemplates返回参数结构体