tencentcloud-sdk-nodejs-mps 4.1.205 → 4.1.208
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.
|
@@ -47,16 +47,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
47
47
|
return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* 删除线性组装Program。
|
|
51
51
|
*/
|
|
52
|
-
async
|
|
53
|
-
return this.request("
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* 修改用户自定义智能字幕模板。
|
|
57
|
-
*/
|
|
58
|
-
async ModifySmartSubtitleTemplate(req, cb) {
|
|
59
|
-
return this.request("ModifySmartSubtitleTemplate", req, cb);
|
|
52
|
+
async DeleteStreamPackageLinearAssemblyProgram(req, cb) {
|
|
53
|
+
return this.request("DeleteStreamPackageLinearAssemblyProgram", req, cb);
|
|
60
54
|
}
|
|
61
55
|
/**
|
|
62
56
|
* 通过任务 ID 查询任务的执行状态和结果的详细信息(最多可以查询7天之内提交的任务)。
|
|
@@ -100,6 +94,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
100
94
|
async CreateAigcImageTask(req, cb) {
|
|
101
95
|
return this.request("CreateAigcImageTask", req, cb);
|
|
102
96
|
}
|
|
97
|
+
/**
|
|
98
|
+
* 删除广告插入配置。
|
|
99
|
+
*/
|
|
100
|
+
async DeleteStreamPackageSSAIChannel(req, cb) {
|
|
101
|
+
return this.request("DeleteStreamPackageSSAIChannel", req, cb);
|
|
102
|
+
}
|
|
103
103
|
/**
|
|
104
104
|
* 删除用户自定义转动图模板。
|
|
105
105
|
*/
|
|
@@ -125,6 +125,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
125
125
|
async ParseLiveStreamProcessNotification(req, cb) {
|
|
126
126
|
return this.request("ParseLiveStreamProcessNotification", req, cb);
|
|
127
127
|
}
|
|
128
|
+
/**
|
|
129
|
+
* 修改媒体包装SourceLocation信息。
|
|
130
|
+
*/
|
|
131
|
+
async ModifyStreamPackageSourceLocation(req, cb) {
|
|
132
|
+
return this.request("ModifyStreamPackageSourceLocation", req, cb);
|
|
133
|
+
}
|
|
128
134
|
/**
|
|
129
135
|
* 删除用户自定义转码模板。
|
|
130
136
|
*/
|
|
@@ -137,6 +143,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
137
143
|
async DescribeTaskDetail(req, cb) {
|
|
138
144
|
return this.request("DescribeTaskDetail", req, cb);
|
|
139
145
|
}
|
|
146
|
+
/**
|
|
147
|
+
* 创建媒体包装频道。
|
|
148
|
+
*/
|
|
149
|
+
async CreateStreamPackageSource(req, cb) {
|
|
150
|
+
return this.request("CreateStreamPackageSource", req, cb);
|
|
151
|
+
}
|
|
140
152
|
/**
|
|
141
153
|
* 该接口用于根据应用场景、关键词、标签,分页查询关键词样本信息。
|
|
142
154
|
*/
|
|
@@ -255,12 +267,42 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
255
267
|
async DescribeTasks(req, cb) {
|
|
256
268
|
return this.request("DescribeTasks", req, cb);
|
|
257
269
|
}
|
|
270
|
+
/**
|
|
271
|
+
* 查询Programe信息列表。
|
|
272
|
+
*/
|
|
273
|
+
async DescribeStreamPackageLinearAssemblyProgramSchedules(req, cb) {
|
|
274
|
+
return this.request("DescribeStreamPackageLinearAssemblyProgramSchedules", req, cb);
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* 删除媒体包装SourceLocation。
|
|
278
|
+
*/
|
|
279
|
+
async DeleteStreamPackageSourceLocation(req, cb) {
|
|
280
|
+
return this.request("DeleteStreamPackageSourceLocation", req, cb);
|
|
281
|
+
}
|
|
258
282
|
/**
|
|
259
283
|
* 批量启动媒体传输流。
|
|
260
284
|
*/
|
|
261
285
|
async BatchStartStreamLinkFlow(req, cb) {
|
|
262
286
|
return this.request("BatchStartStreamLinkFlow", req, cb);
|
|
263
287
|
}
|
|
288
|
+
/**
|
|
289
|
+
* 批量查询广告插入配置。
|
|
290
|
+
*/
|
|
291
|
+
async DescribeStreamPackageSSAIChannels(req, cb) {
|
|
292
|
+
return this.request("DescribeStreamPackageSSAIChannels", req, cb);
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* 查询媒体包装SourceLocation信息。
|
|
296
|
+
*/
|
|
297
|
+
async DescribeStreamPackageSourceLocation(req, cb) {
|
|
298
|
+
return this.request("DescribeStreamPackageSourceLocation", req, cb);
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* 批量删除媒体包装Channel。
|
|
302
|
+
*/
|
|
303
|
+
async DeleteStreamPackageLinearAssemblyChannels(req, cb) {
|
|
304
|
+
return this.request("DeleteStreamPackageLinearAssemblyChannels", req, cb);
|
|
305
|
+
}
|
|
264
306
|
/**
|
|
265
307
|
* 创建用户自定义转码模板,数量上限:1000
|
|
266
308
|
*/
|
|
@@ -273,6 +315,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
273
315
|
async CreateStreamLinkFlow(req, cb) {
|
|
274
316
|
return this.request("CreateStreamLinkFlow", req, cb);
|
|
275
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* 频道线性组装用量查询
|
|
320
|
+
*/
|
|
321
|
+
async DescribeStreamPackageLinearAssemblyUsage(req, cb) {
|
|
322
|
+
return this.request("DescribeStreamPackageLinearAssemblyUsage", req, cb);
|
|
323
|
+
}
|
|
276
324
|
/**
|
|
277
325
|
* 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
|
|
278
326
|
*/
|
|
@@ -291,6 +339,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
291
339
|
async ModifyProcessImageTemplate(req, cb) {
|
|
292
340
|
return this.request("ModifyProcessImageTemplate", req, cb);
|
|
293
341
|
}
|
|
342
|
+
/**
|
|
343
|
+
* 同步接口,返回语音识别结果
|
|
344
|
+
*/
|
|
345
|
+
async RecognizeAudio(req, cb) {
|
|
346
|
+
return this.request("RecognizeAudio", req, cb);
|
|
347
|
+
}
|
|
294
348
|
/**
|
|
295
349
|
* 对 URL视频链接批量发起处理任务,功能包括:
|
|
296
350
|
智能字幕(语音全文、语音热词、语音翻译)
|
|
@@ -299,10 +353,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
299
353
|
return this.request("BatchProcessMedia", req, cb);
|
|
300
354
|
}
|
|
301
355
|
/**
|
|
302
|
-
*
|
|
356
|
+
* 删除媒体包装Channel。
|
|
303
357
|
*/
|
|
304
|
-
async
|
|
305
|
-
return this.request("
|
|
358
|
+
async DeleteStreamPackageLinearAssemblyChannel(req, cb) {
|
|
359
|
+
return this.request("DeleteStreamPackageLinearAssemblyChannel", req, cb);
|
|
306
360
|
}
|
|
307
361
|
/**
|
|
308
362
|
* 修改用户自定义转动图模板。
|
|
@@ -329,16 +383,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
329
383
|
return this.request("CreateContentReviewTemplate", req, cb);
|
|
330
384
|
}
|
|
331
385
|
/**
|
|
332
|
-
*
|
|
386
|
+
* 查询媒体包装Program信息。
|
|
333
387
|
*/
|
|
334
|
-
async
|
|
335
|
-
return this.request("
|
|
388
|
+
async DescribeStreamPackageLinearAssemblyProgram(req, cb) {
|
|
389
|
+
return this.request("DescribeStreamPackageLinearAssemblyProgram", req, cb);
|
|
336
390
|
}
|
|
337
391
|
/**
|
|
338
|
-
*
|
|
392
|
+
* 批量删除媒体包装Source。
|
|
339
393
|
*/
|
|
340
|
-
async
|
|
341
|
-
return this.request("
|
|
394
|
+
async DeleteStreamPackageSource(req, cb) {
|
|
395
|
+
return this.request("DeleteStreamPackageSource", req, cb);
|
|
342
396
|
}
|
|
343
397
|
/**
|
|
344
398
|
* 根据安全组反差关联的Flow信息。
|
|
@@ -366,6 +420,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
366
420
|
async ModifySchedule(req, cb) {
|
|
367
421
|
return this.request("ModifySchedule", req, cb);
|
|
368
422
|
}
|
|
423
|
+
/**
|
|
424
|
+
* 更新安全组。
|
|
425
|
+
*/
|
|
426
|
+
async ModifyStreamLinkSecurityGroup(req, cb) {
|
|
427
|
+
return this.request("ModifyStreamLinkSecurityGroup", req, cb);
|
|
428
|
+
}
|
|
369
429
|
/**
|
|
370
430
|
* 获取媒体的元信息,包括视频画面宽、高、编码格式、时长、帧率等。
|
|
371
431
|
*/
|
|
@@ -378,24 +438,66 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
378
438
|
async DescribeVideoSearchTaskDetail(req, cb) {
|
|
379
439
|
return this.request("DescribeVideoSearchTaskDetail", req, cb);
|
|
380
440
|
}
|
|
441
|
+
/**
|
|
442
|
+
* 批量查询媒体输入流的配置信息。
|
|
443
|
+
*/
|
|
444
|
+
async DescribeStreamLinkFlows(req, cb) {
|
|
445
|
+
return this.request("DescribeStreamLinkFlows", req, cb);
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* 同步接口。查询可用音色,支持通过类型、标签、语言等条件检索音色
|
|
449
|
+
*/
|
|
450
|
+
async DescribeVoices(req, cb) {
|
|
451
|
+
return this.request("DescribeVoices", req, cb);
|
|
452
|
+
}
|
|
381
453
|
/**
|
|
382
454
|
* 该接口用于修改关键词的应用场景、标签,关键词本身不可修改,如需修改,可删除重建。
|
|
383
455
|
*/
|
|
384
456
|
async ModifyWordSample(req, cb) {
|
|
385
457
|
return this.request("ModifyWordSample", req, cb);
|
|
386
458
|
}
|
|
459
|
+
/**
|
|
460
|
+
* SSAI广告替换用量查询
|
|
461
|
+
*/
|
|
462
|
+
async DescribeStreamPackageSSAIUsage(req, cb) {
|
|
463
|
+
return this.request("DescribeStreamPackageSSAIUsage", req, cb);
|
|
464
|
+
}
|
|
465
|
+
/**
|
|
466
|
+
* 修改媒体传输流的输出配置。
|
|
467
|
+
*/
|
|
468
|
+
async ModifyStreamLinkOutputInfo(req, cb) {
|
|
469
|
+
return this.request("ModifyStreamLinkOutputInfo", req, cb);
|
|
470
|
+
}
|
|
387
471
|
/**
|
|
388
472
|
* 修改用户自定义采样截图模板。
|
|
389
473
|
*/
|
|
390
474
|
async ModifySampleSnapshotTemplate(req, cb) {
|
|
391
475
|
return this.request("ModifySampleSnapshotTemplate", req, cb);
|
|
392
476
|
}
|
|
477
|
+
/**
|
|
478
|
+
* 修改用户自定义智能字幕模板。
|
|
479
|
+
*/
|
|
480
|
+
async ModifySmartSubtitleTemplate(req, cb) {
|
|
481
|
+
return this.request("ModifySmartSubtitleTemplate", req, cb);
|
|
482
|
+
}
|
|
483
|
+
/**
|
|
484
|
+
* 查询媒体包装线性组装频道信息。
|
|
485
|
+
*/
|
|
486
|
+
async DescribeStreamPackageLinearAssemblyChannel(req, cb) {
|
|
487
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannel", req, cb);
|
|
488
|
+
}
|
|
393
489
|
/**
|
|
394
490
|
* 重新设置一个已经存在且处于禁用状态的工作流。
|
|
395
491
|
*/
|
|
396
492
|
async ResetWorkflow(req, cb) {
|
|
397
493
|
return this.request("ResetWorkflow", req, cb);
|
|
398
494
|
}
|
|
495
|
+
/**
|
|
496
|
+
* 启动媒体包装频道。
|
|
497
|
+
*/
|
|
498
|
+
async StartStreamPackageLinearAssemblyChannel(req, cb) {
|
|
499
|
+
return this.request("StartStreamPackageLinearAssemblyChannel", req, cb);
|
|
500
|
+
}
|
|
399
501
|
/**
|
|
400
502
|
* 删除媒体质检模板
|
|
401
503
|
*/
|
|
@@ -442,10 +544,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
442
544
|
return this.request("DescribeTranscodeTemplates", req, cb);
|
|
443
545
|
}
|
|
444
546
|
/**
|
|
445
|
-
*
|
|
547
|
+
* 查询SSAI开通状态
|
|
446
548
|
*/
|
|
447
|
-
async
|
|
448
|
-
return this.request("
|
|
549
|
+
async DescribeSSAIActivateState(req, cb) {
|
|
550
|
+
return this.request("DescribeSSAIActivateState", req, cb);
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* 创建媒体包装频道。
|
|
554
|
+
*/
|
|
555
|
+
async CreateStreamPackageLinearAssemblyChannel(req, cb) {
|
|
556
|
+
return this.request("CreateStreamPackageLinearAssemblyChannel", req, cb);
|
|
449
557
|
}
|
|
450
558
|
/**
|
|
451
559
|
* 删除媒体传输的传输流配置。
|
|
@@ -481,16 +589,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
481
589
|
return this.request("DescribeSmartEraseTemplates", req, cb);
|
|
482
590
|
}
|
|
483
591
|
/**
|
|
484
|
-
*
|
|
592
|
+
* 创建媒体包装频道。
|
|
485
593
|
*/
|
|
486
|
-
async
|
|
487
|
-
return this.request("
|
|
594
|
+
async CreateStreamPackageSourceLocation(req, cb) {
|
|
595
|
+
return this.request("CreateStreamPackageSourceLocation", req, cb);
|
|
488
596
|
}
|
|
489
597
|
/**
|
|
490
|
-
*
|
|
598
|
+
* 创建线性组装Program。
|
|
491
599
|
*/
|
|
492
|
-
async
|
|
493
|
-
return this.request("
|
|
600
|
+
async CreateStreamPackageLinearAssemblyProgram(req, cb) {
|
|
601
|
+
return this.request("CreateStreamPackageLinearAssemblyProgram", req, cb);
|
|
494
602
|
}
|
|
495
603
|
/**
|
|
496
604
|
* 创建自定义智能字幕模板
|
|
@@ -510,6 +618,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
510
618
|
async DescribeSchedules(req, cb) {
|
|
511
619
|
return this.request("DescribeSchedules", req, cb);
|
|
512
620
|
}
|
|
621
|
+
/**
|
|
622
|
+
* 修改用户自定义智能擦除模板。
|
|
623
|
+
*/
|
|
624
|
+
async ModifySmartEraseTemplate(req, cb) {
|
|
625
|
+
return this.request("ModifySmartEraseTemplate", req, cb);
|
|
626
|
+
}
|
|
513
627
|
/**
|
|
514
628
|
* 该接口用于根据素材 ID,修改素材样本信息,包括名称、描述的修改,以及五官、标签的添加、删除、重置操作。五官删除操作需保证至少剩余 1 张图片,否则,请使用重置操作。
|
|
515
629
|
*/
|
|
@@ -522,6 +636,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
522
636
|
async CreateLiveRecordTemplate(req, cb) {
|
|
523
637
|
return this.request("CreateLiveRecordTemplate", req, cb);
|
|
524
638
|
}
|
|
639
|
+
/**
|
|
640
|
+
* 停止线性组装频道。
|
|
641
|
+
*/
|
|
642
|
+
async StopStreamPackageLinearAssemblyChannel(req, cb) {
|
|
643
|
+
return this.request("StopStreamPackageLinearAssemblyChannel", req, cb);
|
|
644
|
+
}
|
|
525
645
|
/**
|
|
526
646
|
* 创建用户自定义数字水印模板。
|
|
527
647
|
*/
|
|
@@ -564,6 +684,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
564
684
|
async StopStreamLinkFlow(req, cb) {
|
|
565
685
|
return this.request("StopStreamLinkFlow", req, cb);
|
|
566
686
|
}
|
|
687
|
+
/**
|
|
688
|
+
* 创建SSAI广告插入配置。
|
|
689
|
+
*/
|
|
690
|
+
async CreateStreamPackageSSAIChannel(req, cb) {
|
|
691
|
+
return this.request("CreateStreamPackageSSAIChannel", req, cb);
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* 查询线性组装频道信息列表。
|
|
695
|
+
*/
|
|
696
|
+
async DescribeStreamPackageLinearAssemblyChannels(req, cb) {
|
|
697
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannels", req, cb);
|
|
698
|
+
}
|
|
567
699
|
/**
|
|
568
700
|
* 查询媒体传输事件关联的所有媒体输入流的配置信息。
|
|
569
701
|
*/
|
|
@@ -583,10 +715,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
583
715
|
return this.request("ModifyAIRecognitionTemplate", req, cb);
|
|
584
716
|
}
|
|
585
717
|
/**
|
|
586
|
-
*
|
|
718
|
+
* 查询媒体包装Source信息。
|
|
587
719
|
*/
|
|
588
|
-
async
|
|
589
|
-
return this.request("
|
|
720
|
+
async DescribeStreamPackageSource(req, cb) {
|
|
721
|
+
return this.request("DescribeStreamPackageSource", req, cb);
|
|
590
722
|
}
|
|
591
723
|
/**
|
|
592
724
|
* 查询指定时间点截图模板,支持根据条件,分页查询。
|
|
@@ -630,6 +762,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
630
762
|
async CreateStreamLinkOutputInfo(req, cb) {
|
|
631
763
|
return this.request("CreateStreamLinkOutputInfo", req, cb);
|
|
632
764
|
}
|
|
765
|
+
/**
|
|
766
|
+
* 查询Programe信息列表。
|
|
767
|
+
*/
|
|
768
|
+
async DescribeStreamPackageLinearAssemblyPrograms(req, cb) {
|
|
769
|
+
return this.request("DescribeStreamPackageLinearAssemblyPrograms", req, cb);
|
|
770
|
+
}
|
|
633
771
|
/**
|
|
634
772
|
* 删除用户自定义数字水印模板。
|
|
635
773
|
*/
|
|
@@ -643,10 +781,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
643
781
|
return this.request("ModifyWatermarkTemplate", req, cb);
|
|
644
782
|
}
|
|
645
783
|
/**
|
|
646
|
-
*
|
|
784
|
+
* 该接口用于批量删除关键词样本。
|
|
647
785
|
*/
|
|
648
|
-
async
|
|
649
|
-
return this.request("
|
|
786
|
+
async DeleteWordSamples(req, cb) {
|
|
787
|
+
return this.request("DeleteWordSamples", req, cb);
|
|
650
788
|
}
|
|
651
789
|
/**
|
|
652
790
|
* 查询媒体传输开通状态。
|
|
@@ -691,10 +829,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
691
829
|
return this.request("DescribeAnimatedGraphicsTemplates", req, cb);
|
|
692
830
|
}
|
|
693
831
|
/**
|
|
694
|
-
*
|
|
832
|
+
* 查询线性组装Source告警信息。
|
|
695
833
|
*/
|
|
696
|
-
async
|
|
697
|
-
return this.request("
|
|
834
|
+
async DescribeStreamPackageSourceAlerts(req, cb) {
|
|
835
|
+
return this.request("DescribeStreamPackageSourceAlerts", req, cb);
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* 使用检索值检索库中最接近检索值的若干视频。
|
|
839
|
+
*/
|
|
840
|
+
async CreateVideoSearchTask(req, cb) {
|
|
841
|
+
return this.request("CreateVideoSearchTask", req, cb);
|
|
698
842
|
}
|
|
699
843
|
/**
|
|
700
844
|
* 调用该接口,用于查询AIGC生视频任务的进度以及获取生成结果。
|
|
@@ -702,24 +846,48 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
702
846
|
async DescribeAigcVideoTask(req, cb) {
|
|
703
847
|
return this.request("DescribeAigcVideoTask", req, cb);
|
|
704
848
|
}
|
|
849
|
+
/**
|
|
850
|
+
* 修改用户自定义数字水印模板,数字水印类型不允许修改。
|
|
851
|
+
*/
|
|
852
|
+
async ModifyBlindWatermarkTemplate(req, cb) {
|
|
853
|
+
return this.request("ModifyBlindWatermarkTemplate", req, cb);
|
|
854
|
+
}
|
|
705
855
|
/**
|
|
706
856
|
* 对已发起的任务进行管理。
|
|
707
857
|
*/
|
|
708
858
|
async ManageTask(req, cb) {
|
|
709
859
|
return this.request("ManageTask", req, cb);
|
|
710
860
|
}
|
|
861
|
+
/**
|
|
862
|
+
* 查询Source信息列表。
|
|
863
|
+
*/
|
|
864
|
+
async DescribeStreamPackageSources(req, cb) {
|
|
865
|
+
return this.request("DescribeStreamPackageSources", req, cb);
|
|
866
|
+
}
|
|
711
867
|
/**
|
|
712
868
|
* 根据任务ID查询视频入库任务的状态。
|
|
713
869
|
*/
|
|
714
870
|
async DescribeVideoDatabaseEntryTaskDetail(req, cb) {
|
|
715
871
|
return this.request("DescribeVideoDatabaseEntryTaskDetail", req, cb);
|
|
716
872
|
}
|
|
873
|
+
/**
|
|
874
|
+
* 根据工作流 ID,获取工作流详情列表。
|
|
875
|
+
*/
|
|
876
|
+
async DescribeWorkflows(req, cb) {
|
|
877
|
+
return this.request("DescribeWorkflows", req, cb);
|
|
878
|
+
}
|
|
717
879
|
/**
|
|
718
880
|
* 修改用户自定义指定时间点截图模板。
|
|
719
881
|
*/
|
|
720
882
|
async ModifySnapshotByTimeOffsetTemplate(req, cb) {
|
|
721
883
|
return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
|
|
722
884
|
}
|
|
885
|
+
/**
|
|
886
|
+
* 查询线性组装频道告警信息。
|
|
887
|
+
*/
|
|
888
|
+
async DescribeStreamPackageLinearAssemblyChannelAlerts(req, cb) {
|
|
889
|
+
return this.request("DescribeStreamPackageLinearAssemblyChannelAlerts", req, cb);
|
|
890
|
+
}
|
|
723
891
|
/**
|
|
724
892
|
* 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
|
|
725
893
|
*/
|
|
@@ -743,6 +911,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
743
911
|
async CreateWorkflow(req, cb) {
|
|
744
912
|
return this.request("CreateWorkflow", req, cb);
|
|
745
913
|
}
|
|
914
|
+
/**
|
|
915
|
+
* 查询媒体封装用户开通情况。
|
|
916
|
+
*/
|
|
917
|
+
async DescribeStreamPackageActivateState(req, cb) {
|
|
918
|
+
return this.request("DescribeStreamPackageActivateState", req, cb);
|
|
919
|
+
}
|
|
746
920
|
/**
|
|
747
921
|
* 创建图片处理模板
|
|
748
922
|
*/
|
|
@@ -838,12 +1012,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
838
1012
|
async DescribeBlindWatermarkTemplates(req, cb) {
|
|
839
1013
|
return this.request("DescribeBlindWatermarkTemplates", req, cb);
|
|
840
1014
|
}
|
|
1015
|
+
/**
|
|
1016
|
+
* 修改媒体包装Program信息。
|
|
1017
|
+
*/
|
|
1018
|
+
async ModifyStreamPackageLinearAssemblyProgram(req, cb) {
|
|
1019
|
+
return this.request("ModifyStreamPackageLinearAssemblyProgram", req, cb);
|
|
1020
|
+
}
|
|
1021
|
+
/**
|
|
1022
|
+
* 开通SSAI
|
|
1023
|
+
*/
|
|
1024
|
+
async ActivateSSAI(req, cb) {
|
|
1025
|
+
return this.request("ActivateSSAI", req, cb);
|
|
1026
|
+
}
|
|
841
1027
|
/**
|
|
842
1028
|
* 提取视频中的盲水印。
|
|
843
1029
|
*/
|
|
844
1030
|
async WithdrawsWatermark(req, cb) {
|
|
845
1031
|
return this.request("WithdrawsWatermark", req, cb);
|
|
846
1032
|
}
|
|
1033
|
+
/**
|
|
1034
|
+
* 修改媒体包装Source信息。
|
|
1035
|
+
*/
|
|
1036
|
+
async ModifyStreamPackageSource(req, cb) {
|
|
1037
|
+
return this.request("ModifyStreamPackageSource", req, cb);
|
|
1038
|
+
}
|
|
847
1039
|
/**
|
|
848
1040
|
* 查询媒体输入流的配置信息。
|
|
849
1041
|
*/
|
|
@@ -881,10 +1073,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
881
1073
|
return this.request("DeletePersonSample", req, cb);
|
|
882
1074
|
}
|
|
883
1075
|
/**
|
|
884
|
-
*
|
|
1076
|
+
* 创建用户自定义转动图模板,数量上限:16。
|
|
885
1077
|
*/
|
|
886
|
-
async
|
|
887
|
-
return this.request("
|
|
1078
|
+
async CreateAnimatedGraphicsTemplate(req, cb) {
|
|
1079
|
+
return this.request("CreateAnimatedGraphicsTemplate", req, cb);
|
|
1080
|
+
}
|
|
1081
|
+
/**
|
|
1082
|
+
* 修改广告插入配置。
|
|
1083
|
+
*/
|
|
1084
|
+
async ModifyStreamPackageSSAIChannel(req, cb) {
|
|
1085
|
+
return this.request("ModifyStreamPackageSSAIChannel", req, cb);
|
|
888
1086
|
}
|
|
889
1087
|
/**
|
|
890
1088
|
* 启用自动化触发编排任务。
|
|
@@ -899,6 +1097,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
899
1097
|
async CreateVideoDatabaseEntryTask(req, cb) {
|
|
900
1098
|
return this.request("CreateVideoDatabaseEntryTask", req, cb);
|
|
901
1099
|
}
|
|
1100
|
+
/**
|
|
1101
|
+
* 删除用户自定义指定时间点截图模板。
|
|
1102
|
+
*/
|
|
1103
|
+
async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
|
|
1104
|
+
return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
|
|
1105
|
+
}
|
|
902
1106
|
/**
|
|
903
1107
|
* 对直播流媒体发起处理任务,功能包括:
|
|
904
1108
|
|
|
@@ -931,12 +1135,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
931
1135
|
async DeleteSampleSnapshotTemplate(req, cb) {
|
|
932
1136
|
return this.request("DeleteSampleSnapshotTemplate", req, cb);
|
|
933
1137
|
}
|
|
1138
|
+
/**
|
|
1139
|
+
* 修改媒体包装Source信息。
|
|
1140
|
+
*/
|
|
1141
|
+
async ModifyStreamPackageLinearAssemblyChannel(req, cb) {
|
|
1142
|
+
return this.request("ModifyStreamPackageLinearAssemblyChannel", req, cb);
|
|
1143
|
+
}
|
|
934
1144
|
/**
|
|
935
1145
|
* 文本翻译
|
|
936
1146
|
*/
|
|
937
1147
|
async TextTranslation(req, cb) {
|
|
938
1148
|
return this.request("TextTranslation", req, cb);
|
|
939
1149
|
}
|
|
1150
|
+
/**
|
|
1151
|
+
* 创建媒体封装用户。
|
|
1152
|
+
*/
|
|
1153
|
+
async ActivateStreamPackage(req, cb) {
|
|
1154
|
+
return this.request("ActivateStreamPackage", req, cb);
|
|
1155
|
+
}
|
|
940
1156
|
/**
|
|
941
1157
|
* 查询媒体传输流的媒体质量数据。
|
|
942
1158
|
*/
|
|
@@ -949,6 +1165,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
949
1165
|
async CreateAsrHotwords(req, cb) {
|
|
950
1166
|
return this.request("CreateAsrHotwords", req, cb);
|
|
951
1167
|
}
|
|
1168
|
+
/**
|
|
1169
|
+
* 批量删除线性组装Program。
|
|
1170
|
+
*/
|
|
1171
|
+
async DeleteStreamPackageLinearAssemblyPrograms(req, cb) {
|
|
1172
|
+
return this.request("DeleteStreamPackageLinearAssemblyPrograms", req, cb);
|
|
1173
|
+
}
|
|
952
1174
|
/**
|
|
953
1175
|
* 创建媒体传输的事件Event。
|
|
954
1176
|
*/
|
|
@@ -961,6 +1183,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
961
1183
|
async CreatePersonSample(req, cb) {
|
|
962
1184
|
return this.request("CreatePersonSample", req, cb);
|
|
963
1185
|
}
|
|
1186
|
+
/**
|
|
1187
|
+
* 查询SourceLocation信息列表。
|
|
1188
|
+
*/
|
|
1189
|
+
async DescribeStreamPackageSourceLocations(req, cb) {
|
|
1190
|
+
return this.request("DescribeStreamPackageSourceLocations", req, cb);
|
|
1191
|
+
}
|
|
964
1192
|
/**
|
|
965
1193
|
* 查询用户自定义媒体质检模板,支持根据条件,分页查询。
|
|
966
1194
|
*/
|
|
@@ -1033,12 +1261,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1033
1261
|
async DeleteStreamLinkEvent(req, cb) {
|
|
1034
1262
|
return this.request("DeleteStreamLinkEvent", req, cb);
|
|
1035
1263
|
}
|
|
1264
|
+
/**
|
|
1265
|
+
* 批量删除同一Channel下的ID
|
|
1266
|
+
*/
|
|
1267
|
+
async DeleteStreamPackageLinearAssemblyProgramsByChannel(req, cb) {
|
|
1268
|
+
return this.request("DeleteStreamPackageLinearAssemblyProgramsByChannel", req, cb);
|
|
1269
|
+
}
|
|
1036
1270
|
/**
|
|
1037
1271
|
* 查询媒体传输流的日志信息。
|
|
1038
1272
|
*/
|
|
1039
1273
|
async DescribeStreamLinkFlowLogs(req, cb) {
|
|
1040
1274
|
return this.request("DescribeStreamLinkFlowLogs", req, cb);
|
|
1041
1275
|
}
|
|
1276
|
+
/**
|
|
1277
|
+
* 查询用户开通mps信息,是否开通/授权。
|
|
1278
|
+
*/
|
|
1279
|
+
async DescribeMDPMPSUserInfo(req, cb) {
|
|
1280
|
+
return this.request("DescribeMDPMPSUserInfo", req, cb);
|
|
1281
|
+
}
|
|
1282
|
+
/**
|
|
1283
|
+
* 查询广告插入配置。
|
|
1284
|
+
*/
|
|
1285
|
+
async DescribeStreamPackageSSAIChannel(req, cb) {
|
|
1286
|
+
return this.request("DescribeStreamPackageSSAIChannel", req, cb);
|
|
1287
|
+
}
|
|
1042
1288
|
/**
|
|
1043
1289
|
* 删除雪碧图模板。
|
|
1044
1290
|
*/
|