tencentcloud-sdk-nodejs-vod 4.0.245 → 4.0.254
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/CHANGELOG.md +1639 -38
- package/package.json +1 -1
- package/products.md +63 -59
- package/src/services/vod/v20180717/vod_client.ts +5 -3
- package/src/services/vod/v20180717/vod_models.ts +245 -30
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +4 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +207 -30
|
@@ -672,9 +672,20 @@ export interface AiReviewProhibitedOcrTaskOutput {
|
|
|
672
672
|
Suggestion: string
|
|
673
673
|
|
|
674
674
|
/**
|
|
675
|
-
|
|
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
|
-
|
|
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,50 @@ export interface AiRecognitionTaskSegmentSegmentItem {
|
|
|
5307
5351
|
SpecialInfo: string
|
|
5308
5352
|
}
|
|
5309
5353
|
|
|
5354
|
+
/**
|
|
5355
|
+
* 取回视频任务信息
|
|
5356
|
+
*/
|
|
5357
|
+
export interface RestoreMediaTask {
|
|
5358
|
+
/**
|
|
5359
|
+
* 取回任务状态,0表示取回完成,其他值表示取回还未完成。
|
|
5360
|
+
*/
|
|
5361
|
+
Status: number
|
|
5362
|
+
|
|
5363
|
+
/**
|
|
5364
|
+
* 提示信息。
|
|
5365
|
+
*/
|
|
5366
|
+
Message: string
|
|
5367
|
+
|
|
5368
|
+
/**
|
|
5369
|
+
* 文件ID。
|
|
5370
|
+
*/
|
|
5371
|
+
FileId: string
|
|
5372
|
+
|
|
5373
|
+
/**
|
|
5374
|
+
* 文件原始存储类型。
|
|
5375
|
+
*/
|
|
5376
|
+
OriginalStorageClass: string
|
|
5377
|
+
|
|
5378
|
+
/**
|
|
5379
|
+
* 文件目标存储类型。对于临时取回,目标存储类型与原始存储类型相同。
|
|
5380
|
+
*/
|
|
5381
|
+
TargetStorageClass: string
|
|
5382
|
+
|
|
5383
|
+
/**
|
|
5384
|
+
* 取回模式,取值:
|
|
5385
|
+
<li>Expedited:极速模式</li>
|
|
5386
|
+
<li>Standard:标准模式</li>
|
|
5387
|
+
<li>Bulk:批量模式</li>
|
|
5388
|
+
*/
|
|
5389
|
+
RestoreTier: string
|
|
5390
|
+
|
|
5391
|
+
/**
|
|
5392
|
+
* 临时取回副本有效期,单位:天。对于永久取回,取值为0。
|
|
5393
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5394
|
+
*/
|
|
5395
|
+
RestoreDay: number
|
|
5396
|
+
}
|
|
5397
|
+
|
|
5310
5398
|
/**
|
|
5311
5399
|
* 内容审核 Ocr 文字鉴黄任务输入参数类型
|
|
5312
5400
|
*/
|
|
@@ -5350,9 +5438,20 @@ export interface CreateSuperPlayerConfigResponse {
|
|
|
5350
5438
|
*/
|
|
5351
5439
|
export interface AiAnalysisTaskFrameTagOutput {
|
|
5352
5440
|
/**
|
|
5353
|
-
|
|
5354
|
-
|
|
5441
|
+
* 视频按帧标签列表。
|
|
5442
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
5443
|
+
*/
|
|
5355
5444
|
SegmentSet: Array<MediaAiAnalysisFrameTagSegmentItem>
|
|
5445
|
+
|
|
5446
|
+
/**
|
|
5447
|
+
* 视频按帧标签列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
5448
|
+
*/
|
|
5449
|
+
SegmentSetFileUrl: string
|
|
5450
|
+
|
|
5451
|
+
/**
|
|
5452
|
+
* 视频按帧标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5453
|
+
*/
|
|
5454
|
+
SegmentSetFileUrlExpireTime: string
|
|
5356
5455
|
}
|
|
5357
5456
|
|
|
5358
5457
|
/**
|
|
@@ -5636,9 +5735,20 @@ export interface SearchMediaResponse {
|
|
|
5636
5735
|
*/
|
|
5637
5736
|
export interface AiAnalysisTaskTagOutput {
|
|
5638
5737
|
/**
|
|
5639
|
-
|
|
5640
|
-
|
|
5738
|
+
* 视频智能标签列表。
|
|
5739
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。
|
|
5740
|
+
*/
|
|
5641
5741
|
TagSet: Array<MediaAiAnalysisTagItem>
|
|
5742
|
+
|
|
5743
|
+
/**
|
|
5744
|
+
* 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
5745
|
+
*/
|
|
5746
|
+
TagSetFileUrl: string
|
|
5747
|
+
|
|
5748
|
+
/**
|
|
5749
|
+
* 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5750
|
+
*/
|
|
5751
|
+
TagSetFileUrlExpireTime: string
|
|
5642
5752
|
}
|
|
5643
5753
|
|
|
5644
5754
|
/**
|
|
@@ -5646,9 +5756,20 @@ export interface AiAnalysisTaskTagOutput {
|
|
|
5646
5756
|
*/
|
|
5647
5757
|
export interface AiAnalysisTaskHighlightOutput {
|
|
5648
5758
|
/**
|
|
5649
|
-
|
|
5650
|
-
|
|
5759
|
+
* 视频智能精彩片段列表。
|
|
5760
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 HighlightSetFileUrl 对应的文件中获取。
|
|
5761
|
+
*/
|
|
5651
5762
|
HighlightSet: Array<MediaAiAnalysisHighlightItem>
|
|
5763
|
+
|
|
5764
|
+
/**
|
|
5765
|
+
* 视频智能精彩片段列表文件 URL。文件的内容为 JSON,数据结构与 HighlightSet 字段一致。 (文件不会永久存储,到达 HighlightSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
5766
|
+
*/
|
|
5767
|
+
HighlightSetFileUrl: string
|
|
5768
|
+
|
|
5769
|
+
/**
|
|
5770
|
+
* 视频智能精彩片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5771
|
+
*/
|
|
5772
|
+
HighlightSetFileUrlExpireTime: string
|
|
5652
5773
|
}
|
|
5653
5774
|
|
|
5654
5775
|
/**
|
|
@@ -7623,9 +7744,20 @@ export interface AiReviewTerrorismTaskOutput {
|
|
|
7623
7744
|
Label: string
|
|
7624
7745
|
|
|
7625
7746
|
/**
|
|
7626
|
-
|
|
7627
|
-
|
|
7747
|
+
* 有暴恐嫌疑的视频片段列表。
|
|
7748
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
7749
|
+
*/
|
|
7628
7750
|
SegmentSet: Array<MediaContentReviewSegmentItem>
|
|
7751
|
+
|
|
7752
|
+
/**
|
|
7753
|
+
* 暴恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
7754
|
+
*/
|
|
7755
|
+
SegmentSetFileUrl: string
|
|
7756
|
+
|
|
7757
|
+
/**
|
|
7758
|
+
* 暴恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
7759
|
+
*/
|
|
7760
|
+
SegmentSetFileUrlExpireTime: string
|
|
7629
7761
|
}
|
|
7630
7762
|
|
|
7631
7763
|
/**
|
|
@@ -7750,9 +7882,20 @@ export interface AiReviewTerrorismOcrTaskOutput {
|
|
|
7750
7882
|
Suggestion: string
|
|
7751
7883
|
|
|
7752
7884
|
/**
|
|
7753
|
-
|
|
7754
|
-
|
|
7885
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表。
|
|
7886
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
7887
|
+
*/
|
|
7755
7888
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
|
|
7889
|
+
|
|
7890
|
+
/**
|
|
7891
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
7892
|
+
*/
|
|
7893
|
+
SegmentSetFileUrl: string
|
|
7894
|
+
|
|
7895
|
+
/**
|
|
7896
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
7897
|
+
*/
|
|
7898
|
+
SegmentSetFileUrlExpireTime: string
|
|
7756
7899
|
}
|
|
7757
7900
|
|
|
7758
7901
|
/**
|
|
@@ -8799,9 +8942,20 @@ export interface AiReviewPornOcrTaskOutput {
|
|
|
8799
8942
|
Suggestion: string
|
|
8800
8943
|
|
|
8801
8944
|
/**
|
|
8802
|
-
|
|
8803
|
-
|
|
8945
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表。
|
|
8946
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
8947
|
+
*/
|
|
8804
8948
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
|
|
8949
|
+
|
|
8950
|
+
/**
|
|
8951
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
8952
|
+
*/
|
|
8953
|
+
SegmentSetFileUrl: string
|
|
8954
|
+
|
|
8955
|
+
/**
|
|
8956
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
8957
|
+
*/
|
|
8958
|
+
SegmentSetFileUrlExpireTime: string
|
|
8805
8959
|
}
|
|
8806
8960
|
|
|
8807
8961
|
/**
|
|
@@ -9494,9 +9648,20 @@ export interface AiReviewProhibitedAsrTaskOutput {
|
|
|
9494
9648
|
Suggestion: string
|
|
9495
9649
|
|
|
9496
9650
|
/**
|
|
9497
|
-
|
|
9498
|
-
|
|
9651
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表。
|
|
9652
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
9653
|
+
*/
|
|
9499
9654
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
|
|
9655
|
+
|
|
9656
|
+
/**
|
|
9657
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
9658
|
+
*/
|
|
9659
|
+
SegmentSetFileUrl: string
|
|
9660
|
+
|
|
9661
|
+
/**
|
|
9662
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
9663
|
+
*/
|
|
9664
|
+
SegmentSetFileUrlExpireTime: string
|
|
9500
9665
|
}
|
|
9501
9666
|
|
|
9502
9667
|
/**
|
|
@@ -10297,6 +10462,12 @@ export interface EventContent {
|
|
|
10297
10462
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10298
10463
|
*/
|
|
10299
10464
|
WechatMiniProgramPublishCompleteEvent: WechatMiniProgramPublishTask
|
|
10465
|
+
|
|
10466
|
+
/**
|
|
10467
|
+
* 视频取回完成事件,当事件类型为RestoreMediaComplete 时有效。
|
|
10468
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10469
|
+
*/
|
|
10470
|
+
RestoreMediaCompleteEvent: RestoreMediaTask
|
|
10300
10471
|
}
|
|
10301
10472
|
|
|
10302
10473
|
/**
|
|
@@ -10385,9 +10556,20 @@ export interface AiReviewPoliticalAsrTaskOutput {
|
|
|
10385
10556
|
Suggestion: string
|
|
10386
10557
|
|
|
10387
10558
|
/**
|
|
10388
|
-
|
|
10389
|
-
|
|
10559
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表。
|
|
10560
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
10561
|
+
*/
|
|
10390
10562
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>
|
|
10563
|
+
|
|
10564
|
+
/**
|
|
10565
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
10566
|
+
*/
|
|
10567
|
+
SegmentSetFileUrl: string
|
|
10568
|
+
|
|
10569
|
+
/**
|
|
10570
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
10571
|
+
*/
|
|
10572
|
+
SegmentSetFileUrlExpireTime: string
|
|
10391
10573
|
}
|
|
10392
10574
|
|
|
10393
10575
|
/**
|
|
@@ -10783,9 +10965,20 @@ export interface AiReviewPornTaskOutput {
|
|
|
10783
10965
|
Label: string
|
|
10784
10966
|
|
|
10785
10967
|
/**
|
|
10786
|
-
|
|
10787
|
-
|
|
10968
|
+
* 有涉黄嫌疑的视频片段列表。
|
|
10969
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
10970
|
+
*/
|
|
10788
10971
|
SegmentSet: Array<MediaContentReviewSegmentItem>
|
|
10972
|
+
|
|
10973
|
+
/**
|
|
10974
|
+
* 涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
10975
|
+
*/
|
|
10976
|
+
SegmentSetFileUrl: string
|
|
10977
|
+
|
|
10978
|
+
/**
|
|
10979
|
+
* 涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
10980
|
+
*/
|
|
10981
|
+
SegmentSetFileUrlExpireTime: string
|
|
10789
10982
|
}
|
|
10790
10983
|
|
|
10791
10984
|
/**
|
|
@@ -12050,9 +12243,20 @@ violation_photo:
|
|
|
12050
12243
|
Label: string
|
|
12051
12244
|
|
|
12052
12245
|
/**
|
|
12053
|
-
|
|
12054
|
-
|
|
12246
|
+
* 有涉政嫌疑的视频片段列表。
|
|
12247
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
12248
|
+
*/
|
|
12055
12249
|
SegmentSet: Array<MediaContentReviewPoliticalSegmentItem>
|
|
12250
|
+
|
|
12251
|
+
/**
|
|
12252
|
+
* 涉政嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
12253
|
+
*/
|
|
12254
|
+
SegmentSetFileUrl: string
|
|
12255
|
+
|
|
12256
|
+
/**
|
|
12257
|
+
* 涉政嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
12258
|
+
*/
|
|
12259
|
+
SegmentSetFileUrlExpireTime: string
|
|
12056
12260
|
}
|
|
12057
12261
|
|
|
12058
12262
|
/**
|
|
@@ -14677,9 +14881,20 @@ export interface AiReviewPoliticalOcrTaskOutput {
|
|
|
14677
14881
|
Suggestion: string
|
|
14678
14882
|
|
|
14679
14883
|
/**
|
|
14680
|
-
|
|
14681
|
-
|
|
14884
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表。
|
|
14885
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
14886
|
+
*/
|
|
14682
14887
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>
|
|
14888
|
+
|
|
14889
|
+
/**
|
|
14890
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
14891
|
+
*/
|
|
14892
|
+
SegmentSetFileUrl: string
|
|
14893
|
+
|
|
14894
|
+
/**
|
|
14895
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
14896
|
+
*/
|
|
14897
|
+
SegmentSetFileUrlExpireTime: string
|
|
14683
14898
|
}
|
|
14684
14899
|
|
|
14685
14900
|
/**
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
917
|
+
* 可以查询最近一年的播放统计文件下载地址,查询的起始日期和结束日期的时间跨度不超过90天。
|
|
917
918
|
* 云点播每天对前一天的 CDN 请求日志进行分析处理,生成播放统计文件。
|
|
918
919
|
* 播放统计文件内容包含媒体文件的播放次数、播放流量等统计信息。
|
|
919
920
|
* 播放次数统计说明:
|