tencentcloud-sdk-nodejs-mps 4.1.21 → 4.1.23

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.21",
3
+ "version": "4.1.23",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -908,6 +908,10 @@ export interface WordResult {
908
908
  * 字词结束时间戳,单位秒。
909
909
  */
910
910
  End?: number;
911
+ /**
912
+ * 翻译文本
913
+ */
914
+ Trans?: string;
911
915
  }
912
916
  /**
913
917
  * 用户自定义文本审核任务控制参数。
@@ -4055,6 +4059,15 @@ export interface AudioDenoiseConfig {
4055
4059
  */
4056
4060
  Switch?: string;
4057
4061
  }
4062
+ /**
4063
+ * MP4配置参数
4064
+ */
4065
+ export interface MP4ConfigureInfo {
4066
+ /**
4067
+ * 录制周期,单位:秒,取值范围 10 分钟到720分钟。默认值:60分钟(3600秒)。
4068
+ */
4069
+ Interval?: number;
4070
+ }
4058
4071
  /**
4059
4072
  * 语音鉴黄任务控制参数。
4060
4073
  */
@@ -4086,6 +4099,10 @@ export interface LiveRecordTemplate {
4086
4099
  * HLS 配置参数
4087
4100
  */
4088
4101
  HLSConfigure?: HLSConfigureInfo;
4102
+ /**
4103
+ * MP4配置参数
4104
+ */
4105
+ MP4Configure?: MP4ConfigureInfo;
4089
4106
  /**
4090
4107
  * 录制模板名称。
4091
4108
  */
@@ -9205,6 +9222,9 @@ export interface AiReviewTerrorismTaskOutput {
9205
9222
  export interface ModifyAsrHotwordsRequest {
9206
9223
  /**
9207
9224
  * 热词库 id
9225
+ 如果热词库是文本热词:Name 和 Content 至少填一个
9226
+ 如果热词库是:Name、FileContent 和 FileName 至少填一个
9227
+
9208
9228
  */
9209
9229
  HotwordsId: string;
9210
9230
  /**
@@ -12794,9 +12814,13 @@ export interface ExpressionConfigInfo {
12794
12814
  */
12795
12815
  export interface CreateLiveRecordTemplateRequest {
12796
12816
  /**
12797
- * HLS 配置参数
12817
+ * HLS配置参数,和MP4Configure需要二选一必填。
12818
+ */
12819
+ HLSConfigure?: HLSConfigureInfo;
12820
+ /**
12821
+ * MP4配置参数,和HLSConfigure需要二选一必填。
12798
12822
  */
12799
- HLSConfigure: HLSConfigureInfo;
12823
+ MP4Configure?: MP4ConfigureInfo;
12800
12824
  /**
12801
12825
  * 录制模板名称,长度限制:64 个字符。
12802
12826
  */
@@ -14723,10 +14747,15 @@ export interface QualityControlData {
14723
14747
  */
14724
14748
  NoVideo?: boolean;
14725
14749
  /**
14726
- * 视频无参考质量打分,百分制。
14750
+ * 视频无参考质量评分,百分制。
14727
14751
  注意:此字段可能返回 null,表示取不到有效值。
14728
14752
  */
14729
14753
  QualityEvaluationScore?: number;
14754
+ /**
14755
+ * 视频无参考质量评分,MOS分数。
14756
+ 注意:此字段可能返回 null,表示取不到有效值。
14757
+ */
14758
+ QualityEvaluationMeanOpinionScore?: number;
14730
14759
  /**
14731
14760
  * 内容质检检出异常项。
14732
14761
  注意:此字段可能返回 null,表示取不到有效值。
@@ -16428,9 +16457,13 @@ export interface ModifyLiveRecordTemplateRequest {
16428
16457
  */
16429
16458
  Definition: number;
16430
16459
  /**
16431
- * HLS 配置参数
16460
+ * HLS配置参数,和MP4Configure需要二选一必填。
16432
16461
  */
16433
16462
  HLSConfigure?: HLSConfigureInfo;
16463
+ /**
16464
+ * MP4配置参数,和HLSConfigure需要二选一必填。
16465
+ */
16466
+ MP4Configure?: MP4ConfigureInfo;
16434
16467
  /**
16435
16468
  * 录制模板名称,长度限制:64 个字符。
16436
16469
  */