tencentcloud-sdk-nodejs-mps 4.1.96 → 4.1.100

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.96",
3
+ "version": "4.1.100",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -474,6 +474,16 @@ export interface MediaAiAnalysisHighlightItem {
474
474
  * 智能精彩集锦子片段列表。
475
475
  */
476
476
  SegmentSet?: Array<HighlightSegmentItem>;
477
+ /**
478
+ * 智能精彩集锦地址。
479
+ 注意:此字段可能返回 null,表示取不到有效值。
480
+ */
481
+ HighlightUrl?: string;
482
+ /**
483
+ * 智能精彩集锦封面地址。
484
+ 注意:此字段可能返回 null,表示取不到有效值。
485
+ */
486
+ CovImgUrl?: string;
477
487
  }
478
488
  /**
479
489
  * DeleteLiveRecordTemplate请求参数结构体
@@ -18254,6 +18264,14 @@ export interface HighlightSegmentItem {
18254
18264
  * 直播切片对应直播结束时间点,采用 ISO 日期格式。
18255
18265
  */
18256
18266
  EndTime?: string;
18267
+ /**
18268
+ * 集锦标题。
18269
+ */
18270
+ Title?: string;
18271
+ /**
18272
+ * 集锦概要。
18273
+ */
18274
+ Summary?: string;
18257
18275
  }
18258
18276
  /**
18259
18277
  * DeleteWatermarkTemplate返回参数结构体