tencentcloud-sdk-nodejs-mps 4.1.91 → 4.1.95

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.91",
3
+ "version": "4.1.95",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -18121,14 +18121,20 @@ export interface LiveStreamAiAnalysisResultItem {
18121
18121
  /**
18122
18122
  * 结果的类型,取值范围:
18123
18123
  <li>SegmentRecognition:拆条。</li>
18124
+ <li>Highlight :集锦。</li>
18124
18125
  */
18125
- Type: string;
18126
+ Type?: string;
18126
18127
  /**
18127
18128
  * 拆条结果,当 Type 为
18128
18129
  SegmentRecognition 时有效。
18129
18130
  注意:此字段可能返回 null,表示取不到有效值。
18130
18131
  */
18131
- SegmentResultSet: Array<SegmentRecognitionItem>;
18132
+ SegmentResultSet?: Array<SegmentRecognitionItem>;
18133
+ /**
18134
+ * 集锦结果,当Type 为 Highlight 时有效。
18135
+ 注意:此字段可能返回 null,表示取不到有效值。
18136
+ */
18137
+ HighlightResultSet?: Array<MediaAiAnalysisHighlightItem>;
18132
18138
  }
18133
18139
  /**
18134
18140
  * 翻译结果。