tencentcloud-sdk-nodejs-mps 4.1.209 → 4.1.211
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/package.json
CHANGED
|
@@ -3,10 +3,14 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface AiAnalysisTaskHorizontalToVerticalInput {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* <p>视频智能横转竖模板 ID</p>
|
|
7
7
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
8
|
*/
|
|
9
9
|
Definition?: number;
|
|
10
|
+
/**
|
|
11
|
+
* <p>扩展参数。</p>
|
|
12
|
+
*/
|
|
13
|
+
ExtendedParameter?: string;
|
|
10
14
|
}
|
|
11
15
|
/**
|
|
12
16
|
* ModifySnapshotByTimeOffsetTemplate返回参数结构体
|
|
@@ -378,9 +382,13 @@ export interface Metadata {
|
|
|
378
382
|
*/
|
|
379
383
|
export interface AiAnalysisTaskClassificationInput {
|
|
380
384
|
/**
|
|
381
|
-
*
|
|
385
|
+
* <p>视频智能分类模板 ID。</p>
|
|
382
386
|
*/
|
|
383
387
|
Definition?: number;
|
|
388
|
+
/**
|
|
389
|
+
* <p>扩展参数。</p>
|
|
390
|
+
*/
|
|
391
|
+
ExtendedParameter?: string;
|
|
384
392
|
}
|
|
385
393
|
/**
|
|
386
394
|
* SVG水印模板输入参数
|
|
@@ -3924,9 +3932,13 @@ export interface FlowMediaAudio {
|
|
|
3924
3932
|
*/
|
|
3925
3933
|
export interface AiAnalysisTaskReelInput {
|
|
3926
3934
|
/**
|
|
3927
|
-
*
|
|
3935
|
+
* <p>智能成片模板 ID。</p>
|
|
3928
3936
|
*/
|
|
3929
3937
|
Definition?: number;
|
|
3938
|
+
/**
|
|
3939
|
+
* <p>扩展参数。</p>
|
|
3940
|
+
*/
|
|
3941
|
+
ExtendedParameter?: string;
|
|
3930
3942
|
}
|
|
3931
3943
|
/**
|
|
3932
3944
|
* DeleteStreamPackageLinearAssemblyProgram请求参数结构体
|
|
@@ -6596,9 +6608,13 @@ export interface ProhibitedAsrReviewTemplateInfoForUpdate {
|
|
|
6596
6608
|
*/
|
|
6597
6609
|
export interface AiAnalysisTaskCutoutInput {
|
|
6598
6610
|
/**
|
|
6599
|
-
*
|
|
6611
|
+
* <p>视频智能抠图模板 ID。</p>
|
|
6600
6612
|
*/
|
|
6601
6613
|
Definition: number;
|
|
6614
|
+
/**
|
|
6615
|
+
* <p>扩展参数。</p>
|
|
6616
|
+
*/
|
|
6617
|
+
ExtendedParameter?: string;
|
|
6602
6618
|
}
|
|
6603
6619
|
/**
|
|
6604
6620
|
* ModifyAnimatedGraphicsTemplate返回参数结构体
|
|
@@ -6798,9 +6814,13 @@ export interface PornConfigureInfoForUpdate {
|
|
|
6798
6814
|
*/
|
|
6799
6815
|
export interface AiAnalysisTaskSegmentInput {
|
|
6800
6816
|
/**
|
|
6801
|
-
*
|
|
6817
|
+
* <p>拆条任务模板 ID。</p>
|
|
6802
6818
|
*/
|
|
6803
6819
|
Definition?: number;
|
|
6820
|
+
/**
|
|
6821
|
+
* <p>扩展参数。</p>
|
|
6822
|
+
*/
|
|
6823
|
+
ExtendedParameter?: string;
|
|
6804
6824
|
}
|
|
6805
6825
|
/**
|
|
6806
6826
|
* Asr 文字涉黄信息
|
|
@@ -8934,9 +8954,13 @@ export interface DescribeStreamPackageLinearAssemblyChannelAlertsRequest {
|
|
|
8934
8954
|
*/
|
|
8935
8955
|
export interface AiAnalysisTaskDelLogoInput {
|
|
8936
8956
|
/**
|
|
8937
|
-
*
|
|
8957
|
+
* <p>视频智能擦除模板 ID。</p>
|
|
8938
8958
|
*/
|
|
8939
8959
|
Definition?: number;
|
|
8960
|
+
/**
|
|
8961
|
+
* <p>扩展参数。</p>
|
|
8962
|
+
*/
|
|
8963
|
+
ExtendedParameter?: string;
|
|
8940
8964
|
}
|
|
8941
8965
|
/**
|
|
8942
8966
|
* DescribeAigcImageTask返回参数结构体
|
|
@@ -10371,9 +10395,13 @@ export interface AsrWordsConfigureInfo {
|
|
|
10371
10395
|
*/
|
|
10372
10396
|
export interface AiAnalysisTaskVideoRemakeInput {
|
|
10373
10397
|
/**
|
|
10374
|
-
*
|
|
10398
|
+
* <p>视频智能去重模板 ID</p>
|
|
10375
10399
|
*/
|
|
10376
10400
|
Definition?: number;
|
|
10401
|
+
/**
|
|
10402
|
+
* <p>扩展参数。</p>
|
|
10403
|
+
*/
|
|
10404
|
+
ExtendedParameter?: string;
|
|
10377
10405
|
}
|
|
10378
10406
|
/**
|
|
10379
10407
|
* 直播 AI Asr 单词识别结果
|
|
@@ -13206,9 +13234,13 @@ export interface DeleteSampleSnapshotTemplateResponse {
|
|
|
13206
13234
|
*/
|
|
13207
13235
|
export interface AiAnalysisTaskTagInput {
|
|
13208
13236
|
/**
|
|
13209
|
-
*
|
|
13237
|
+
* <p>视频智能标签模板 ID。</p>
|
|
13210
13238
|
*/
|
|
13211
13239
|
Definition?: number;
|
|
13240
|
+
/**
|
|
13241
|
+
* <p>扩展参数。</p>
|
|
13242
|
+
*/
|
|
13243
|
+
ExtendedParameter?: string;
|
|
13212
13244
|
}
|
|
13213
13245
|
/**
|
|
13214
13246
|
* 智能描述结果类型
|
|
@@ -14333,9 +14365,13 @@ export interface CreateAsrHotwordsRequest {
|
|
|
14333
14365
|
*/
|
|
14334
14366
|
export interface AiAnalysisTaskHighlightInput {
|
|
14335
14367
|
/**
|
|
14336
|
-
*
|
|
14368
|
+
* <p>视频智能精彩片段模板 ID。</p>
|
|
14337
14369
|
*/
|
|
14338
14370
|
Definition?: number;
|
|
14371
|
+
/**
|
|
14372
|
+
* <p>扩展参数。</p>
|
|
14373
|
+
*/
|
|
14374
|
+
ExtendedParameter?: string;
|
|
14339
14375
|
}
|
|
14340
14376
|
/**
|
|
14341
14377
|
* 语音违禁任务控制参数
|
|
@@ -14493,9 +14529,13 @@ export interface ActionConfigInfo {
|
|
|
14493
14529
|
*/
|
|
14494
14530
|
export interface AiAnalysisTaskVideoComprehensionInput {
|
|
14495
14531
|
/**
|
|
14496
|
-
*
|
|
14532
|
+
* <p>视频(音频)理解模板ID</p>
|
|
14497
14533
|
*/
|
|
14498
14534
|
Definition?: number;
|
|
14535
|
+
/**
|
|
14536
|
+
* <p>扩展参数。</p>
|
|
14537
|
+
*/
|
|
14538
|
+
ExtendedParameter?: string;
|
|
14499
14539
|
}
|
|
14500
14540
|
/**
|
|
14501
14541
|
* 延播平滑吐流配置。
|
|
@@ -16767,9 +16807,13 @@ export interface DescribeTaskDetailRequest {
|
|
|
16767
16807
|
*/
|
|
16768
16808
|
export interface AiAnalysisTaskDubbingInput {
|
|
16769
16809
|
/**
|
|
16770
|
-
*
|
|
16810
|
+
* <p>视频译制模板 ID。</p>
|
|
16771
16811
|
*/
|
|
16772
16812
|
Definition?: number;
|
|
16813
|
+
/**
|
|
16814
|
+
* <p>扩展参数。</p>
|
|
16815
|
+
*/
|
|
16816
|
+
ExtendedParameter?: string;
|
|
16773
16817
|
}
|
|
16774
16818
|
/**
|
|
16775
16819
|
* 视频编辑/合成任务画布信息。
|
|
@@ -17986,9 +18030,13 @@ export interface LiveStreamAiReviewImagePornResult {
|
|
|
17986
18030
|
*/
|
|
17987
18031
|
export interface AiAnalysisTaskFrameTagInput {
|
|
17988
18032
|
/**
|
|
17989
|
-
*
|
|
18033
|
+
* <p>视频智能按帧标签模板 ID。</p>
|
|
17990
18034
|
*/
|
|
17991
18035
|
Definition?: number;
|
|
18036
|
+
/**
|
|
18037
|
+
* <p>扩展参数。</p>
|
|
18038
|
+
*/
|
|
18039
|
+
ExtendedParameter?: string;
|
|
17992
18040
|
}
|
|
17993
18041
|
/**
|
|
17994
18042
|
* 按帧标签片段列表
|
|
@@ -20232,27 +20280,31 @@ export interface LiveStreamProcessTask {
|
|
|
20232
20280
|
*/
|
|
20233
20281
|
export interface QualityControlData {
|
|
20234
20282
|
/**
|
|
20235
|
-
*
|
|
20283
|
+
* <p>为true时表示视频无音频轨。</p>
|
|
20236
20284
|
*/
|
|
20237
20285
|
NoAudio?: boolean;
|
|
20238
20286
|
/**
|
|
20239
|
-
*
|
|
20287
|
+
* <p>为true时表示视频无视频轨。</p>
|
|
20240
20288
|
*/
|
|
20241
20289
|
NoVideo?: boolean;
|
|
20242
20290
|
/**
|
|
20243
|
-
*
|
|
20291
|
+
* <p>视频无参考质量评分,百分制。</p>
|
|
20244
20292
|
*/
|
|
20245
20293
|
QualityEvaluationScore?: number;
|
|
20246
20294
|
/**
|
|
20247
|
-
*
|
|
20295
|
+
* <p>视频无参考质量评分,MOS分数。</p>
|
|
20248
20296
|
*/
|
|
20249
20297
|
QualityEvaluationMeanOpinionScore?: number;
|
|
20250
20298
|
/**
|
|
20251
|
-
*
|
|
20299
|
+
* <p>视频美学评分,范围:[0,100]。</p>
|
|
20300
|
+
*/
|
|
20301
|
+
AestheticEvaluationScore?: number;
|
|
20302
|
+
/**
|
|
20303
|
+
* <p>内容质检检出异常项。</p>
|
|
20252
20304
|
*/
|
|
20253
20305
|
QualityControlResultSet?: Array<QualityControlResult>;
|
|
20254
20306
|
/**
|
|
20255
|
-
*
|
|
20307
|
+
* <p>格式诊断检出异常项。</p>
|
|
20256
20308
|
*/
|
|
20257
20309
|
ContainerDiagnoseResultSet?: Array<ContainerDiagnoseResultItem>;
|
|
20258
20310
|
}
|
|
@@ -21233,9 +21285,13 @@ export interface AsrHotwordsSet {
|
|
|
21233
21285
|
*/
|
|
21234
21286
|
export interface AiAnalysisTaskHeadTailInput {
|
|
21235
21287
|
/**
|
|
21236
|
-
*
|
|
21288
|
+
* <p>片头片尾识别模板 ID。</p>
|
|
21237
21289
|
*/
|
|
21238
21290
|
Definition?: number;
|
|
21291
|
+
/**
|
|
21292
|
+
* <p>扩展参数。</p>
|
|
21293
|
+
*/
|
|
21294
|
+
ExtendedParameter?: string;
|
|
21239
21295
|
}
|
|
21240
21296
|
/**
|
|
21241
21297
|
* DeleteSubtitleEmbedTemplate返回参数结构体
|
|
@@ -24055,18 +24111,26 @@ export interface AiRecognitionTaskFaceResultItem {
|
|
|
24055
24111
|
*/
|
|
24056
24112
|
export interface AiAnalysisTaskDescriptionInput {
|
|
24057
24113
|
/**
|
|
24058
|
-
*
|
|
24114
|
+
* <p>视频智能描述模板 ID。</p>
|
|
24059
24115
|
*/
|
|
24060
24116
|
Definition?: number;
|
|
24117
|
+
/**
|
|
24118
|
+
* <p>扩展参数。</p>
|
|
24119
|
+
*/
|
|
24120
|
+
ExtendedParameter?: string;
|
|
24061
24121
|
}
|
|
24062
24122
|
/**
|
|
24063
24123
|
* 智能分类任务输入类型
|
|
24064
24124
|
*/
|
|
24065
24125
|
export interface AiAnalysisTaskCoverInput {
|
|
24066
24126
|
/**
|
|
24067
|
-
*
|
|
24127
|
+
* <p>视频智能封面模板 ID。</p>
|
|
24068
24128
|
*/
|
|
24069
24129
|
Definition?: number;
|
|
24130
|
+
/**
|
|
24131
|
+
* <p>扩展参数。</p>
|
|
24132
|
+
*/
|
|
24133
|
+
ExtendedParameter?: string;
|
|
24070
24134
|
}
|
|
24071
24135
|
/**
|
|
24072
24136
|
* RecognizeAudio请求参数结构体
|