tencentcloud-sdk-nodejs-vod 4.0.246 → 4.0.255

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.
@@ -672,9 +672,20 @@ export interface AiReviewProhibitedOcrTaskOutput {
672
672
  Suggestion: string
673
673
 
674
674
  /**
675
- * Ocr 文字有涉违禁嫌疑的视频片段列表。
676
- */
675
+ * Ocr 文字有涉违禁嫌疑的视频片段列表。
676
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
677
+ */
677
678
  SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
679
+
680
+ /**
681
+ * Ocr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
682
+ */
683
+ SegmentSetFileUrl: string
684
+
685
+ /**
686
+ * Ocr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
687
+ */
688
+ SegmentSetFileUrlExpireTime: string
678
689
  }
679
690
 
680
691
  /**
@@ -758,9 +769,20 @@ export interface ModifyEventConfigResponse {
758
769
  */
759
770
  export interface AiAnalysisTaskCoverOutput {
760
771
  /**
761
- * 智能封面列表。
762
- */
772
+ * 智能封面列表。
773
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 CoverSetFileUrl 对应的文件中获取。
774
+ */
763
775
  CoverSet: Array<MediaAiAnalysisCoverItem>
776
+
777
+ /**
778
+ * 智能封面列表文件 URL。文件的内容为 JSON,数据结构与 CoverSet 字段一致。 (文件不会永久存储,到达 CoverSetFileUrlExpireTime 时间点后文件将被删除)。
779
+ */
780
+ CoverSetFileUrl: string
781
+
782
+ /**
783
+ * 智能封面列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
784
+ */
785
+ CoverSetFileUrlExpireTime: string
764
786
  }
765
787
 
766
788
  /**
@@ -2562,9 +2584,20 @@ export interface DescribeEventConfigRequest {
2562
2584
  */
2563
2585
  export interface AiAnalysisTaskClassificationOutput {
2564
2586
  /**
2565
- * 视频智能分类列表。
2566
- */
2587
+ * 视频智能分类列表。
2588
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 ClassificationSetFileUrl 对应的文件中获取。
2589
+ */
2567
2590
  ClassificationSet: Array<MediaAiAnalysisClassificationItem>
2591
+
2592
+ /**
2593
+ * 视频智能分类列表文件 URL。文件的内容为 JSON,数据结构与 ClassificationSet 字段一致。 (文件不会永久存储,到达 ClassificationSetFileUrlExpireTime 时间点后文件将被删除)。
2594
+ */
2595
+ ClassificationSetFileUrl: string
2596
+
2597
+ /**
2598
+ * 视频智能分类列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2599
+ */
2600
+ ClassificationSetFileUrlExpireTime: string
2568
2601
  }
2569
2602
 
2570
2603
  /**
@@ -4241,9 +4274,20 @@ export interface AiReviewPornAsrTaskOutput {
4241
4274
  Suggestion: string
4242
4275
 
4243
4276
  /**
4244
- * Asr 文字有涉黄嫌疑的视频片段列表。
4245
- */
4277
+ * Asr 文字有涉黄嫌疑的视频片段列表。
4278
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
4279
+ */
4246
4280
  SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
4281
+
4282
+ /**
4283
+ * Asr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
4284
+ */
4285
+ SegmentSetFileUrl: string
4286
+
4287
+ /**
4288
+ * Asr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4289
+ */
4290
+ SegmentSetFileUrlExpireTime: string
4247
4291
  }
4248
4292
 
4249
4293
  /**
@@ -5307,6 +5351,49 @@ export interface AiRecognitionTaskSegmentSegmentItem {
5307
5351
  SpecialInfo: string
5308
5352
  }
5309
5353
 
5354
+ /**
5355
+ * 取回视频任务信息
5356
+ */
5357
+ export interface RestoreMediaTask {
5358
+ /**
5359
+ * 文件ID。
5360
+ */
5361
+ FileId: string
5362
+
5363
+ /**
5364
+ * 文件原始存储类型。
5365
+ */
5366
+ OriginalStorageClass: string
5367
+
5368
+ /**
5369
+ * 文件目标存储类型。对于临时取回,目标存储类型与原始存储类型相同。
5370
+ */
5371
+ TargetStorageClass: string
5372
+
5373
+ /**
5374
+ * 取回模式,取值:
5375
+ <li>Expedited:极速模式</li>
5376
+ <li>Standard:标准模式</li>
5377
+ <li>Bulk:批量模式</li>
5378
+ */
5379
+ RestoreTier: string
5380
+
5381
+ /**
5382
+ * 临时取回副本有效期,单位:天。对于永久取回,取值为0。
5383
+ */
5384
+ RestoreDay: number
5385
+
5386
+ /**
5387
+ * 该字段已废弃。
5388
+ */
5389
+ Status: number
5390
+
5391
+ /**
5392
+ * 该字段已废弃。
5393
+ */
5394
+ Message: string
5395
+ }
5396
+
5310
5397
  /**
5311
5398
  * 内容审核 Ocr 文字鉴黄任务输入参数类型
5312
5399
  */
@@ -5350,9 +5437,20 @@ export interface CreateSuperPlayerConfigResponse {
5350
5437
  */
5351
5438
  export interface AiAnalysisTaskFrameTagOutput {
5352
5439
  /**
5353
- * 视频按帧标签列表。
5354
- */
5440
+ * 视频按帧标签列表。
5441
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
5442
+ */
5355
5443
  SegmentSet: Array<MediaAiAnalysisFrameTagSegmentItem>
5444
+
5445
+ /**
5446
+ * 视频按帧标签列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
5447
+ */
5448
+ SegmentSetFileUrl: string
5449
+
5450
+ /**
5451
+ * 视频按帧标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5452
+ */
5453
+ SegmentSetFileUrlExpireTime: string
5356
5454
  }
5357
5455
 
5358
5456
  /**
@@ -5636,9 +5734,20 @@ export interface SearchMediaResponse {
5636
5734
  */
5637
5735
  export interface AiAnalysisTaskTagOutput {
5638
5736
  /**
5639
- * 视频智能标签列表。
5640
- */
5737
+ * 视频智能标签列表。
5738
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。
5739
+ */
5641
5740
  TagSet: Array<MediaAiAnalysisTagItem>
5741
+
5742
+ /**
5743
+ * 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。
5744
+ */
5745
+ TagSetFileUrl: string
5746
+
5747
+ /**
5748
+ * 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5749
+ */
5750
+ TagSetFileUrlExpireTime: string
5642
5751
  }
5643
5752
 
5644
5753
  /**
@@ -5646,9 +5755,20 @@ export interface AiAnalysisTaskTagOutput {
5646
5755
  */
5647
5756
  export interface AiAnalysisTaskHighlightOutput {
5648
5757
  /**
5649
- * 视频智能精彩片段列表。
5650
- */
5758
+ * 视频智能精彩片段列表。
5759
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 HighlightSetFileUrl 对应的文件中获取。
5760
+ */
5651
5761
  HighlightSet: Array<MediaAiAnalysisHighlightItem>
5762
+
5763
+ /**
5764
+ * 视频智能精彩片段列表文件 URL。文件的内容为 JSON,数据结构与 HighlightSet 字段一致。 (文件不会永久存储,到达 HighlightSetFileUrlExpireTime 时间点后文件将被删除)。
5765
+ */
5766
+ HighlightSetFileUrl: string
5767
+
5768
+ /**
5769
+ * 视频智能精彩片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5770
+ */
5771
+ HighlightSetFileUrlExpireTime: string
5652
5772
  }
5653
5773
 
5654
5774
  /**
@@ -7623,9 +7743,20 @@ export interface AiReviewTerrorismTaskOutput {
7623
7743
  Label: string
7624
7744
 
7625
7745
  /**
7626
- * 有暴恐嫌疑的视频片段列表。
7627
- */
7746
+ * 有暴恐嫌疑的视频片段列表。
7747
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
7748
+ */
7628
7749
  SegmentSet: Array<MediaContentReviewSegmentItem>
7750
+
7751
+ /**
7752
+ * 暴恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
7753
+ */
7754
+ SegmentSetFileUrl: string
7755
+
7756
+ /**
7757
+ * 暴恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7758
+ */
7759
+ SegmentSetFileUrlExpireTime: string
7629
7760
  }
7630
7761
 
7631
7762
  /**
@@ -7750,9 +7881,20 @@ export interface AiReviewTerrorismOcrTaskOutput {
7750
7881
  Suggestion: string
7751
7882
 
7752
7883
  /**
7753
- * Ocr 文字有涉恐嫌疑的视频片段列表。
7754
- */
7884
+ * Ocr 文字有涉恐嫌疑的视频片段列表。
7885
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
7886
+ */
7755
7887
  SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
7888
+
7889
+ /**
7890
+ * Ocr 文字有涉恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
7891
+ */
7892
+ SegmentSetFileUrl: string
7893
+
7894
+ /**
7895
+ * Ocr 文字有涉恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7896
+ */
7897
+ SegmentSetFileUrlExpireTime: string
7756
7898
  }
7757
7899
 
7758
7900
  /**
@@ -8799,9 +8941,20 @@ export interface AiReviewPornOcrTaskOutput {
8799
8941
  Suggestion: string
8800
8942
 
8801
8943
  /**
8802
- * Ocr 文字有涉黄嫌疑的视频片段列表。
8803
- */
8944
+ * Ocr 文字有涉黄嫌疑的视频片段列表。
8945
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
8946
+ */
8804
8947
  SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
8948
+
8949
+ /**
8950
+ * Ocr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
8951
+ */
8952
+ SegmentSetFileUrl: string
8953
+
8954
+ /**
8955
+ * Ocr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8956
+ */
8957
+ SegmentSetFileUrlExpireTime: string
8805
8958
  }
8806
8959
 
8807
8960
  /**
@@ -9494,9 +9647,20 @@ export interface AiReviewProhibitedAsrTaskOutput {
9494
9647
  Suggestion: string
9495
9648
 
9496
9649
  /**
9497
- * Asr 文字有涉违禁嫌疑的视频片段列表。
9498
- */
9650
+ * Asr 文字有涉违禁嫌疑的视频片段列表。
9651
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
9652
+ */
9499
9653
  SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
9654
+
9655
+ /**
9656
+ * Asr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
9657
+ */
9658
+ SegmentSetFileUrl: string
9659
+
9660
+ /**
9661
+ * Asr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9662
+ */
9663
+ SegmentSetFileUrlExpireTime: string
9500
9664
  }
9501
9665
 
9502
9666
  /**
@@ -10297,6 +10461,12 @@ export interface EventContent {
10297
10461
  注意:此字段可能返回 null,表示取不到有效值。
10298
10462
  */
10299
10463
  WechatMiniProgramPublishCompleteEvent: WechatMiniProgramPublishTask
10464
+
10465
+ /**
10466
+ * 视频取回完成事件,当事件类型为RestoreMediaComplete 时有效。
10467
+ 注意:此字段可能返回 null,表示取不到有效值。
10468
+ */
10469
+ RestoreMediaCompleteEvent: RestoreMediaTask
10300
10470
  }
10301
10471
 
10302
10472
  /**
@@ -10385,9 +10555,20 @@ export interface AiReviewPoliticalAsrTaskOutput {
10385
10555
  Suggestion: string
10386
10556
 
10387
10557
  /**
10388
- * Asr 文字有涉政、敏感嫌疑的视频片段列表。
10389
- */
10558
+ * Asr 文字有涉政、敏感嫌疑的视频片段列表。
10559
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
10560
+ */
10390
10561
  SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
10562
+
10563
+ /**
10564
+ * Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
10565
+ */
10566
+ SegmentSetFileUrl: string
10567
+
10568
+ /**
10569
+ * Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10570
+ */
10571
+ SegmentSetFileUrlExpireTime: string
10391
10572
  }
10392
10573
 
10393
10574
  /**
@@ -10783,9 +10964,20 @@ export interface AiReviewPornTaskOutput {
10783
10964
  Label: string
10784
10965
 
10785
10966
  /**
10786
- * 有涉黄嫌疑的视频片段列表。
10787
- */
10967
+ * 有涉黄嫌疑的视频片段列表。
10968
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
10969
+ */
10788
10970
  SegmentSet: Array<MediaContentReviewSegmentItem>
10971
+
10972
+ /**
10973
+ * 涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
10974
+ */
10975
+ SegmentSetFileUrl: string
10976
+
10977
+ /**
10978
+ * 涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10979
+ */
10980
+ SegmentSetFileUrlExpireTime: string
10789
10981
  }
10790
10982
 
10791
10983
  /**
@@ -12050,9 +12242,20 @@ violation_photo:
12050
12242
  Label: string
12051
12243
 
12052
12244
  /**
12053
- * 有涉政嫌疑的视频片段列表。
12054
- */
12245
+ * 有涉政嫌疑的视频片段列表。
12246
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
12247
+ */
12055
12248
  SegmentSet: Array<MediaContentReviewPoliticalSegmentItem>
12249
+
12250
+ /**
12251
+ * 涉政嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
12252
+ */
12253
+ SegmentSetFileUrl: string
12254
+
12255
+ /**
12256
+ * 涉政嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
12257
+ */
12258
+ SegmentSetFileUrlExpireTime: string
12056
12259
  }
12057
12260
 
12058
12261
  /**
@@ -14677,9 +14880,20 @@ export interface AiReviewPoliticalOcrTaskOutput {
14677
14880
  Suggestion: string
14678
14881
 
14679
14882
  /**
14680
- * Ocr 文字有涉政、敏感嫌疑的视频片段列表。
14681
- */
14883
+ * Ocr 文字有涉政、敏感嫌疑的视频片段列表。
14884
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
14885
+ */
14682
14886
  SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
14887
+
14888
+ /**
14889
+ * Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
14890
+ */
14891
+ SegmentSetFileUrl: string
14892
+
14893
+ /**
14894
+ * Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
14895
+ */
14896
+ SegmentSetFileUrlExpireTime: string
14683
14897
  }
14684
14898
 
14685
14899
  /**
@@ -320,7 +320,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
320
320
  ModifyPersonSample(req: ModifyPersonSampleRequest, cb?: (error: string, rep: ModifyPersonSampleResponse) => void): Promise<ModifyPersonSampleResponse>;
321
321
  /**
322
322
  * 该接口用于查询指定日期范围内每天的播放统计数据。
323
- * 可以查询最近30天的播放统计数据。
323
+ * 可以查询最近一年的播放统计数据。
324
+ * 结束日期和起始日期的时间跨度最大为90天。
324
325
  */
325
326
  DescribeDailyMediaPlayStat(req: DescribeDailyMediaPlayStatRequest, cb?: (error: string, rep: DescribeDailyMediaPlayStatResponse) => void): Promise<DescribeDailyMediaPlayStatResponse>;
326
327
  /**
@@ -333,7 +334,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
333
334
  CreateAIAnalysisTemplate(req: CreateAIAnalysisTemplateRequest, cb?: (error: string, rep: CreateAIAnalysisTemplateResponse) => void): Promise<CreateAIAnalysisTemplateResponse>;
334
335
  /**
335
336
  * 该接口用于查询每日播放Top100 的媒体文件的播放统计数据。
336
- * 可以查询最近30天的播放统计数据。
337
+ * 可以查询最近一年的播放统计数据。
337
338
  * 可以按播放次数或者播放流量查询。
338
339
  * 播放次数统计说明:
339
340
  1. HLS 文件:访问 M3U8 文件时统计播放次数;访问 TS 文件不统计播放次数。
@@ -662,7 +663,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
662
663
  DescribeSuperPlayerConfigs(req: DescribeSuperPlayerConfigsRequest, cb?: (error: string, rep: DescribeSuperPlayerConfigsResponse) => void): Promise<DescribeSuperPlayerConfigsResponse>;
663
664
  /**
664
665
  * 该接口用于查询播放统计文件的下载地址。
665
- * 可以查询最近30天的播放统计文件下载地址。
666
+ * 可以查询最近一年的播放统计文件下载地址,查询的起始日期和结束日期的时间跨度不超过90天。
666
667
  * 云点播每天对前一天的 CDN 请求日志进行分析处理,生成播放统计文件。
667
668
  * 播放统计文件内容包含媒体文件的播放次数、播放流量等统计信息。
668
669
  * 播放次数统计说明:
@@ -447,7 +447,8 @@ class Client extends TencentCloudCommon.AbstractClient {
447
447
  }
448
448
  /**
449
449
  * 该接口用于查询指定日期范围内每天的播放统计数据。
450
- * 可以查询最近30天的播放统计数据。
450
+ * 可以查询最近一年的播放统计数据。
451
+ * 结束日期和起始日期的时间跨度最大为90天。
451
452
  */
452
453
  async DescribeDailyMediaPlayStat(req, cb) {
453
454
  return this.request("DescribeDailyMediaPlayStat", req, cb);
@@ -466,7 +467,7 @@ class Client extends TencentCloudCommon.AbstractClient {
466
467
  }
467
468
  /**
468
469
  * 该接口用于查询每日播放Top100 的媒体文件的播放统计数据。
469
- * 可以查询最近30天的播放统计数据。
470
+ * 可以查询最近一年的播放统计数据。
470
471
  * 可以按播放次数或者播放流量查询。
471
472
  * 播放次数统计说明:
472
473
  1. HLS 文件:访问 M3U8 文件时统计播放次数;访问 TS 文件不统计播放次数。
@@ -913,7 +914,7 @@ class Client extends TencentCloudCommon.AbstractClient {
913
914
  }
914
915
  /**
915
916
  * 该接口用于查询播放统计文件的下载地址。
916
- * 可以查询最近30天的播放统计文件下载地址。
917
+ * 可以查询最近一年的播放统计文件下载地址,查询的起始日期和结束日期的时间跨度不超过90天。
917
918
  * 云点播每天对前一天的 CDN 请求日志进行分析处理,生成播放统计文件。
918
919
  * 播放统计文件内容包含媒体文件的播放次数、播放流量等统计信息。
919
920
  * 播放次数统计说明: