tencentcloud-sdk-nodejs-vod 4.0.585 → 4.0.589

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.
@@ -3393,11 +3393,11 @@ export interface DescribeAIRecognitionTemplatesResponse {
3393
3393
  /**
3394
3394
  * 符合过滤条件的记录总数。
3395
3395
  */
3396
- TotalCount: number;
3396
+ TotalCount?: number;
3397
3397
  /**
3398
3398
  * 音视频内容识别模板详情列表。
3399
3399
  */
3400
- AIRecognitionTemplateSet: Array<AIRecognitionTemplateItem>;
3400
+ AIRecognitionTemplateSet?: Array<AIRecognitionTemplateItem>;
3401
3401
  /**
3402
3402
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3403
3403
  */
@@ -5355,6 +5355,14 @@ export interface AsrFullTextConfigureInfoForUpdate {
5355
5355
  <font color='red'>注意:此字段已废弃,建议使用 SubtitleFormatsOperation。</font>
5356
5356
  */
5357
5357
  SubtitleFormat?: string;
5358
+ /**
5359
+ * 媒体源语言,取值范围:
5360
+ <li>zh:中文普通话;</li>
5361
+ <li>en:英语;</li>
5362
+ <li>ja:日语;</li>
5363
+ <li>zh-ca:粤语。</li>
5364
+ */
5365
+ SrcLanguage?: string;
5358
5366
  }
5359
5367
  /**
5360
5368
  * DeleteHeadTailTemplate返回参数结构体
@@ -6594,9 +6602,21 @@ export interface ReviewAudioVideoTaskOutput {
6594
6602
  */
6595
6603
  export interface RemoveWaterMarkTaskOutput {
6596
6604
  /**
6597
- * 视频 ID。
6605
+ * 媒体文件 ID。
6598
6606
  */
6599
6607
  FileId: string;
6608
+ /**
6609
+ * 文件类型,例如 mp4、mp3 等。
6610
+ */
6611
+ FileType?: string;
6612
+ /**
6613
+ * 媒体文件播放地址。
6614
+ */
6615
+ FileUrl?: string;
6616
+ /**
6617
+ * 文件名称,最长 64 个字符。
6618
+ */
6619
+ MediaName?: string;
6600
6620
  /**
6601
6621
  * 元信息。包括大小、时长、视频流信息、音频流信息等。
6602
6622
  */
@@ -7280,6 +7300,11 @@ export interface DomainDetailInfo {
7280
7300
  <li>格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。</li>
7281
7301
  */
7282
7302
  CreateTime: string;
7303
+ /**
7304
+ * 域名 QUIC 配置信息。
7305
+ 注意:此字段可能返回 null,表示取不到有效值。
7306
+ */
7307
+ QUICConfig?: DomainQUICConfig;
7283
7308
  }
7284
7309
  /**
7285
7310
  * 视频流配置信息
@@ -8681,6 +8706,10 @@ export interface ModifyVodDomainConfigRequest {
8681
8706
  * [Key 防盗链](/document/product/266/14047)规则。
8682
8707
  */
8683
8708
  UrlSignatureAuthPolicy?: UrlSignatureAuthPolicy;
8709
+ /**
8710
+ * QUIC 配置。
8711
+ */
8712
+ QUICConfig?: DomainQUICConfig;
8684
8713
  }
8685
8714
  /**
8686
8715
  * AI 样本管理,标签操作。
@@ -8792,7 +8821,7 @@ export interface CreateAIRecognitionTemplateResponse {
8792
8821
  /**
8793
8822
  * 音视频内容识别模板唯一标识。
8794
8823
  */
8795
- Definition: number;
8824
+ Definition?: number;
8796
8825
  /**
8797
8826
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8798
8827
  */
@@ -11949,6 +11978,15 @@ export interface AsrFullTextConfigureInfo {
11949
11978
  <font color='red'>注意:此字段已废弃,建议使用 SubtitleFormats。</font>
11950
11979
  */
11951
11980
  SubtitleFormat?: string;
11981
+ /**
11982
+ * 媒体源语言,取值范围:
11983
+ <li>zh:中文普通话;</li>
11984
+ <li>en:英语;</li>
11985
+ <li>ja:日语;</li>
11986
+ <li>zh-ca:粤语。</li>
11987
+ <font color=red>注意:</font> 填空字符串,或者不填该参数,则自动识别(效果较难保证,推荐填写原始媒体对应的语言,以提高识别的准确率)。
11988
+ */
11989
+ SrcLanguage?: string;
11952
11990
  }
11953
11991
  /**
11954
11992
  * 图片画面审核涉及令人不安全的信息的任务结果类型
@@ -13959,38 +13997,15 @@ export interface DescribeSnapshotByTimeOffsetTemplatesResponse {
13959
13997
  RequestId?: string;
13960
13998
  }
13961
13999
  /**
13962
- * 点播文件视频流信息
14000
+ * 域名 QUIC 配置信息
13963
14001
  */
13964
- export interface MediaVideoStreamItem {
13965
- /**
13966
- * 视频流的码率,单位:bps。
13967
- */
13968
- Bitrate?: number;
13969
- /**
13970
- * 视频流的高度,单位:px。
13971
- */
13972
- Height?: number;
13973
- /**
13974
- * 视频流的宽度,单位:px。
13975
- */
13976
- Width?: number;
13977
- /**
13978
- * 视频流的编码格式,例如 h264。
13979
- */
13980
- Codec?: string;
13981
- /**
13982
- * 帧率,单位:hz。
13983
- */
13984
- Fps?: number;
13985
- /**
13986
- * 编码标签,仅当 Codec 为 hevc 时有效。
13987
- */
13988
- CodecTag?: string;
14002
+ export interface DomainQUICConfig {
13989
14003
  /**
13990
- * 画面动态范围信息。
13991
- <li><font color=red>注意</font>:在 2023-01-10T00:00:00Z 后处理的转码文件,此字段有效。</li>
14004
+ * QUIC 配置状态,可选值:
14005
+ <li>Enabled: 启用;</li>
14006
+ <li>Disabled: 禁用。</li>
13992
14007
  */
13993
- DynamicRangeInfo: DynamicRangeInfo;
14008
+ Status: string;
13994
14009
  }
13995
14010
  /**
13996
14011
  * SetDrmKeyProviderInfo请求参数结构体
@@ -14893,6 +14908,40 @@ export interface UserDefineAsrTextReviewTemplateInfoForUpdate {
14893
14908
  */
14894
14909
  ReviewConfidence?: number;
14895
14910
  }
14911
+ /**
14912
+ * 点播文件视频流信息
14913
+ */
14914
+ export interface MediaVideoStreamItem {
14915
+ /**
14916
+ * 视频流的码率,单位:bps。
14917
+ */
14918
+ Bitrate?: number;
14919
+ /**
14920
+ * 视频流的高度,单位:px。
14921
+ */
14922
+ Height?: number;
14923
+ /**
14924
+ * 视频流的宽度,单位:px。
14925
+ */
14926
+ Width?: number;
14927
+ /**
14928
+ * 视频流的编码格式,例如 h264。
14929
+ */
14930
+ Codec?: string;
14931
+ /**
14932
+ * 帧率,单位:hz。
14933
+ */
14934
+ Fps?: number;
14935
+ /**
14936
+ * 编码标签,仅当 Codec 为 hevc 时有效。
14937
+ */
14938
+ CodecTag?: string;
14939
+ /**
14940
+ * 画面动态范围信息。
14941
+ <li><font color=red>注意</font>:在 2023-01-10T00:00:00Z 后处理的转码文件,此字段有效。</li>
14942
+ */
14943
+ DynamicRangeInfo: DynamicRangeInfo;
14944
+ }
14896
14945
  /**
14897
14946
  * CreateRebuildMediaTemplate请求参数结构体
14898
14947
  */