tencentcloud-sdk-nodejs-vod 4.0.632 → 4.0.639

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.
@@ -1490,7 +1490,7 @@ export interface ModifySuperPlayerConfigRequest {
1490
1490
  */
1491
1491
  ImageSpriteDefinition?: number;
1492
1492
  /**
1493
- * 播放器对不于不同分辨率的子流展示名字。
1493
+ * 播放器对于不同分辨率的子流展示名字。
1494
1494
  */
1495
1495
  ResolutionNames?: Array<ResolutionNameInfo>;
1496
1496
  /**
@@ -3189,7 +3189,7 @@ export interface AiAnalysisTaskHighlightResult {
3189
3189
  */
3190
3190
  export interface CreateRebuildMediaTemplateResponse {
3191
3191
  /**
3192
- * 音画质重生模板 ID。
3192
+ * 视频重生模板 ID。
3193
3193
  */
3194
3194
  Definition?: number;
3195
3195
  /**
@@ -7859,7 +7859,7 @@ export interface CreateSuperPlayerConfigRequest {
7859
7859
  */
7860
7860
  ImageSpriteDefinition?: number;
7861
7861
  /**
7862
- * 播放器对不于不同分辨率的子流展示名字,不填或者填空数组则使用默认配置:
7862
+ * 播放器对于不同分辨率的子流展示名字,不填或者填空数组则使用默认配置:
7863
7863
  <li>MinEdgeLength:240,Name:流畅;</li>
7864
7864
  <li>MinEdgeLength:480,Name:标清;</li>
7865
7865
  <li>MinEdgeLength:720,Name:高清;</li>
@@ -7958,7 +7958,7 @@ export interface DeleteRebuildMediaTemplateResponse {
7958
7958
  */
7959
7959
  export interface DeleteRebuildMediaTemplateRequest {
7960
7960
  /**
7961
- * 音画质重生模板号。
7961
+ * 视频重生模板号。
7962
7962
  */
7963
7963
  Definition: number;
7964
7964
  /**
@@ -11844,11 +11844,11 @@ export interface DescribeVodDomainsResponse {
11844
11844
  /**
11845
11845
  * 域名总数量。
11846
11846
  */
11847
- TotalCount: number;
11847
+ TotalCount?: number;
11848
11848
  /**
11849
11849
  * 域名信息列表。
11850
11850
  */
11851
- DomainSet: Array<DomainDetailInfo>;
11851
+ DomainSet?: Array<DomainDetailInfo>;
11852
11852
  /**
11853
11853
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11854
11854
  */
@@ -15111,7 +15111,7 @@ export interface ProhibitedOcrReviewTemplateInfoForUpdate {
15111
15111
  */
15112
15112
  export interface DescribeVodDomainsRequest {
15113
15113
  /**
15114
- * 域名列表。当该字段不填时,则默认列出所有域名信息。本字段字段限制如下:
15114
+ * 域名列表。当该字段不填时,则默认列出所有域名信息。本字段限制如下:
15115
15115
  <li>域名个数度最大为 20。</li>
15116
15116
  */
15117
15117
  Domains?: Array<string>;
@@ -16118,7 +16118,7 @@ export interface WeChatMiniProgramPublishResponse {
16118
16118
  /**
16119
16119
  * 任务 ID。
16120
16120
  */
16121
- TaskId: string;
16121
+ TaskId?: string;
16122
16122
  /**
16123
16123
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
16124
16124
  */
@@ -16502,55 +16502,55 @@ export interface MediaTranscodeItem {
16502
16502
  /**
16503
16503
  * 转码后的视频文件地址。
16504
16504
  */
16505
- Url: string;
16505
+ Url?: string;
16506
16506
  /**
16507
16507
  * 转码规格 ID,参见[转码参数模板](https://cloud.tencent.com/document/product/266/33476)。
16508
16508
  */
16509
- Definition: number;
16509
+ Definition?: number;
16510
16510
  /**
16511
16511
  * 视频流码率平均值与音频流码率平均值之和, 单位:bps。
16512
16512
  */
16513
- Bitrate: number;
16513
+ Bitrate?: number;
16514
16514
  /**
16515
16515
  * 视频流高度的最大值,单位:px。
16516
16516
  */
16517
- Height: number;
16517
+ Height?: number;
16518
16518
  /**
16519
16519
  * 视频流宽度的最大值,单位:px。
16520
16520
  */
16521
- Width: number;
16521
+ Width?: number;
16522
16522
  /**
16523
16523
  * 媒体文件总大小,单位:字节。
16524
16524
  <li>当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和。</li>
16525
16525
  */
16526
- Size: number;
16526
+ Size?: number;
16527
16527
  /**
16528
16528
  * 视频时长,单位:秒。
16529
16529
  */
16530
- Duration: number;
16530
+ Duration?: number;
16531
16531
  /**
16532
16532
  * 视频的 md5 值。
16533
16533
  */
16534
- Md5: string;
16534
+ Md5?: string;
16535
16535
  /**
16536
16536
  * 容器类型,例如 m4a,mp4 等。
16537
16537
  */
16538
- Container: string;
16538
+ Container?: string;
16539
16539
  /**
16540
16540
  * 视频流信息。
16541
16541
  */
16542
- VideoStreamSet: Array<MediaVideoStreamItem>;
16542
+ VideoStreamSet?: Array<MediaVideoStreamItem>;
16543
16543
  /**
16544
16544
  * 音频流信息。
16545
16545
  */
16546
- AudioStreamSet: Array<MediaAudioStreamItem>;
16546
+ AudioStreamSet?: Array<MediaAudioStreamItem>;
16547
16547
  /**
16548
16548
  * 数字水印类型。可选值:
16549
16549
  <li>Trace 表示经过溯源水印处理;</li>
16550
16550
  <li>CopyRight 表示经过版权水印处理;</li>
16551
16551
  <li>None 表示没有经过数字水印处理。</li>
16552
16552
  */
16553
- DigitalWatermarkType: string;
16553
+ DigitalWatermarkType?: string;
16554
16554
  /**
16555
16555
  * 版权信息。
16556
16556
  */