tencentcloud-sdk-nodejs-vod 4.1.257 → 4.1.258

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-vod",
3
- "version": "4.1.257",
3
+ "version": "4.1.258",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4582,6 +4582,39 @@ export interface MediaContentReviewOcrTextSegmentItem {
4582
4582
  */
4583
4583
  PicUrlExpireTime?: string;
4584
4584
  }
4585
+ /**
4586
+ * 输出的音频流信息
4587
+ */
4588
+ export interface OutputAudioStream {
4589
+ /**
4590
+ * 音频流的编码格式,可选值:
4591
+ <li>libfdk_aac:适合 mp4 文件。</li>
4592
+ 默认值:libfdk_aac。
4593
+ */
4594
+ Codec?: string;
4595
+ /**
4596
+ * 音频流的采样率,可选值:
4597
+ <li>16000</li>
4598
+ <li>32000</li>
4599
+ <li>44100</li>
4600
+ <li>48000</li>
4601
+ 单位:Hz。
4602
+ 默认值:16000。
4603
+ */
4604
+ SampleRate?: number;
4605
+ /**
4606
+ * 音频声道数,可选值:
4607
+ <li>1:单声道 。</li>
4608
+ <li>2:双声道</li>
4609
+ 默认值:2。
4610
+ */
4611
+ AudioChannel?: number;
4612
+ /**
4613
+ * 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
4614
+ 当取值为 0,将自动设置音频码率。
4615
+ */
4616
+ Bitrate?: number;
4617
+ }
4585
4618
  /**
4586
4619
  * ModifyLLMComprehendTemplate返回参数结构体
4587
4620
  */
@@ -9658,6 +9691,10 @@ export interface KnowledgeBasesInfo {
9658
9691
  * <p>当前媒资当导入的知识库列表</p>
9659
9692
  */
9660
9693
  Bases?: Array<string>;
9694
+ /**
9695
+ * <p>知识库中媒体分析信息</p>
9696
+ */
9697
+ KnowledgeAnalysisInfos?: Array<KnowledgeAnalysisInfo>;
9661
9698
  }
9662
9699
  /**
9663
9700
  * DeleteReviewTemplate返回参数结构体
@@ -10758,6 +10795,19 @@ export interface ModifyEnhanceMediaTemplateResponse {
10758
10795
  */
10759
10796
  RequestId?: string;
10760
10797
  }
10798
+ /**
10799
+ * 知识库媒体分析信息。
10800
+ */
10801
+ export interface KnowledgeAnalysisInfo {
10802
+ /**
10803
+ * <p>大模型解析模板号</p>
10804
+ */
10805
+ Definition?: number;
10806
+ /**
10807
+ * <p>大模型解析结果</p>
10808
+ */
10809
+ AnalysisResults?: Array<KnowledgeAnalysisResult>;
10810
+ }
10761
10811
  /**
10762
10812
  * ModifyWatermarkTemplate返回参数结构体
10763
10813
  */
@@ -18111,37 +18161,17 @@ export interface AiReviewPoliticalAsrTaskOutput {
18111
18161
  SegmentSetFileUrlExpireTime?: string;
18112
18162
  }
18113
18163
  /**
18114
- * 输出的音频流信息
18164
+ * 知识库媒体分析结果。
18115
18165
  */
18116
- export interface OutputAudioStream {
18166
+ export interface KnowledgeAnalysisResult {
18117
18167
  /**
18118
- * 音频流的编码格式,可选值:
18119
- <li>libfdk_aac:适合 mp4 文件。</li>
18120
- 默认值:libfdk_aac。
18168
+ * <p>处理任务类型</p><p>枚举值:</p><ul><li>AiAnalysis.DescriptionTask: 智能摘要任务</li><li>AiAnalysis.VideoComprehensionTask: 视频理解任务</li><li>SmartSubtitle.AsrFullTextTask: 智能语音全文识别任务</li></ul>
18121
18169
  */
18122
- Codec?: string;
18123
- /**
18124
- * 音频流的采样率,可选值:
18125
- <li>16000</li>
18126
- <li>32000</li>
18127
- <li>44100</li>
18128
- <li>48000</li>
18129
- 单位:Hz。
18130
- 默认值:16000。
18131
- */
18132
- SampleRate?: number;
18133
- /**
18134
- * 音频声道数,可选值:
18135
- <li>1:单声道 。</li>
18136
- <li>2:双声道</li>
18137
- 默认值:2。
18138
- */
18139
- AudioChannel?: number;
18170
+ TaskType?: string;
18140
18171
  /**
18141
- * 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
18142
- 当取值为 0,将自动设置音频码率。
18172
+ * <p>任务输出文件集合</p>
18143
18173
  */
18144
- Bitrate?: number;
18174
+ File?: MPSOutputFileInfo;
18145
18175
  }
18146
18176
  /**
18147
18177
  * ModifyClass请求参数结构体