tencentcloud-sdk-nodejs-vod 4.0.595 → 4.0.605

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.
@@ -1293,6 +1293,11 @@ export interface AiReviewTaskPoliticalOcrResult {
1293
1293
  注意:此字段可能返回 null,表示取不到有效值。
1294
1294
  */
1295
1295
  Output: AiReviewPoliticalOcrTaskOutput
1296
+
1297
+ /**
1298
+ * 音视频审核 Ocr 文字涉及令人不适宜信息的任务进度,取值范围 [0-100] 。
1299
+ */
1300
+ Progress?: number
1296
1301
  }
1297
1302
 
1298
1303
  /**
@@ -2390,6 +2395,16 @@ export interface AiRecognitionTaskFaceResult {
2390
2395
  * 人脸识别任务进度,取值范围 [0-100] 。
2391
2396
  */
2392
2397
  Progress: number
2398
+
2399
+ /**
2400
+ * 人脸识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2401
+ */
2402
+ BeginProcessTime?: string
2403
+
2404
+ /**
2405
+ * 人脸识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2406
+ */
2407
+ FinishTime?: string
2393
2408
  }
2394
2409
 
2395
2410
  /**
@@ -3432,6 +3447,16 @@ export interface AiAnalysisTaskCoverResult {
3432
3447
  * 智能封面任务进度,取值范围 [0-100] 。
3433
3448
  */
3434
3449
  Progress: number
3450
+
3451
+ /**
3452
+ * 智能封面任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3453
+ */
3454
+ BeginProcessTime?: string
3455
+
3456
+ /**
3457
+ * 智能封面任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3458
+ */
3459
+ FinishTime?: string
3435
3460
  }
3436
3461
 
3437
3462
  /**
@@ -3604,6 +3629,16 @@ export interface AiAnalysisTaskHighlightResult {
3604
3629
  * 智能精彩片段任务进度,取值范围 [0-100] 。
3605
3630
  */
3606
3631
  Progress: number
3632
+
3633
+ /**
3634
+ * 智能精彩片段任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3635
+ */
3636
+ BeginProcessTime?: string
3637
+
3638
+ /**
3639
+ * 智能精彩片段任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3640
+ */
3641
+ FinishTime?: string
3607
3642
  }
3608
3643
 
3609
3644
  /**
@@ -5198,6 +5233,16 @@ export interface AiRecognitionTaskOcrWordsResult {
5198
5233
  * 文本关键词识别任务进度,取值范围 [0-100] 。
5199
5234
  */
5200
5235
  Progress: number
5236
+
5237
+ /**
5238
+ * 文本关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5239
+ */
5240
+ BeginProcessTime?: string
5241
+
5242
+ /**
5243
+ * 文本关键词识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5244
+ */
5245
+ FinishTime?: string
5201
5246
  }
5202
5247
 
5203
5248
  /**
@@ -5262,6 +5307,16 @@ export interface AiRecognitionTaskSegmentResult {
5262
5307
  * 视频拆条任务进度,取值范围 [0-100] 。
5263
5308
  */
5264
5309
  Progress: number
5310
+
5311
+ /**
5312
+ * 视频拆条任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5313
+ */
5314
+ BeginProcessTime?: string
5315
+
5316
+ /**
5317
+ * 视频拆条任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5318
+ */
5319
+ FinishTime?: string
5265
5320
  }
5266
5321
 
5267
5322
  /**
@@ -7665,6 +7720,16 @@ export interface AiAnalysisTaskTagResult {
7665
7720
  * 智能标签任务进度,取值范围 [0-100] 。
7666
7721
  */
7667
7722
  Progress: number
7723
+
7724
+ /**
7725
+ * 智能标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7726
+ */
7727
+ BeginProcessTime?: string
7728
+
7729
+ /**
7730
+ * 智能标签任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7731
+ */
7732
+ FinishTime?: string
7668
7733
  }
7669
7734
 
7670
7735
  /**
@@ -8239,6 +8304,16 @@ export interface AiRecognitionTaskOcrFullTextResult {
8239
8304
  * 文本全文识别任务进度,取值范围 [0-100] 。
8240
8305
  */
8241
8306
  Progress: number
8307
+
8308
+ /**
8309
+ * 文本全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8310
+ */
8311
+ BeginProcessTime?: string
8312
+
8313
+ /**
8314
+ * 文本全文识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8315
+ */
8316
+ FinishTime?: string
8242
8317
  }
8243
8318
 
8244
8319
  /**
@@ -8617,6 +8692,13 @@ export interface EditMediaVideoStream {
8617
8692
  默认值:0。
8618
8693
  */
8619
8694
  Height?: number
8695
+
8696
+ /**
8697
+ * 视频帧率,取值范围:[0, 100],单位:Hz。
8698
+ 当取值为0,将自动为视频设置帧率。
8699
+ 默认值为 0。
8700
+ */
8701
+ Fps?: number
8620
8702
  }
8621
8703
 
8622
8704
  /**
@@ -12949,6 +13031,16 @@ export interface AiAnalysisTaskClassificationResult {
12949
13031
  * 智能分类任务进度,取值范围 [0-100] 。
12950
13032
  */
12951
13033
  Progress: number
13034
+
13035
+ /**
13036
+ * 智能分类任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
13037
+ */
13038
+ BeginProcessTime?: string
13039
+
13040
+ /**
13041
+ * 智能分类任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
13042
+ */
13043
+ FinishTime?: string
12952
13044
  }
12953
13045
 
12954
13046
  /**
@@ -13794,6 +13886,11 @@ export interface ExtractTraceWatermarkTaskInput {
13794
13886
  * 需要提取水印的媒体 URL。
13795
13887
  */
13796
13888
  Url: string
13889
+
13890
+ /**
13891
+ * 媒体文件 ID。Url 对应的原始媒体文件 ID。
13892
+ */
13893
+ FileId?: string
13797
13894
  }
13798
13895
 
13799
13896
  /**
@@ -14284,6 +14381,16 @@ export interface AiAnalysisTaskFrameTagResult {
14284
14381
  * 智能按帧标签任务进度,取值范围 [0-100] 。
14285
14382
  */
14286
14383
  Progress: number
14384
+
14385
+ /**
14386
+ * 智能按帧标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
14387
+ */
14388
+ BeginProcessTime?: string
14389
+
14390
+ /**
14391
+ * 智能按帧标签任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
14392
+ */
14393
+ FinishTime?: string
14287
14394
  }
14288
14395
 
14289
14396
  /**
@@ -14390,9 +14497,19 @@ export interface AiRecognitionTaskAsrFullTextResult {
14390
14497
  Output: AiRecognitionTaskAsrFullTextResultOutput
14391
14498
 
14392
14499
  /**
14393
- * 任务进度,取值范围 [0-100] 。
14500
+ * 语音全文识别任务进度,取值范围 [0-100] 。
14394
14501
  */
14395
14502
  Progress: number
14503
+
14504
+ /**
14505
+ * 语音全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
14506
+ */
14507
+ BeginProcessTime?: string
14508
+
14509
+ /**
14510
+ * 语音全文识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
14511
+ */
14512
+ FinishTime?: string
14396
14513
  }
14397
14514
 
14398
14515
  /**
@@ -18393,6 +18510,16 @@ export interface AiRecognitionTaskObjectResult {
18393
18510
  * 物体识别任务进度,取值范围 [0-100] 。
18394
18511
  */
18395
18512
  Progress: number
18513
+
18514
+ /**
18515
+ * 物体识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
18516
+ */
18517
+ BeginProcessTime?: string
18518
+
18519
+ /**
18520
+ * 物体识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
18521
+ */
18522
+ FinishTime?: string
18396
18523
  }
18397
18524
 
18398
18525
  /**
@@ -18517,6 +18644,16 @@ export interface AiRecognitionTaskAsrWordsResult {
18517
18644
  * 语音关键词识别任务进度,取值范围 [0-100] 。
18518
18645
  */
18519
18646
  Progress: number
18647
+
18648
+ /**
18649
+ * 语音关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
18650
+ */
18651
+ BeginProcessTime?: string
18652
+
18653
+ /**
18654
+ * 语音关键词识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
18655
+ */
18656
+ FinishTime?: string
18520
18657
  }
18521
18658
 
18522
18659
  /**
@@ -19781,6 +19918,16 @@ export interface AiRecognitionTaskHeadTailResult {
19781
19918
  * 视频片头片尾识别任务进度,取值范围 [0-100] 。
19782
19919
  */
19783
19920
  Progress: number
19921
+
19922
+ /**
19923
+ * 视频片头片尾识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
19924
+ */
19925
+ BeginProcessTime?: string
19926
+
19927
+ /**
19928
+ * 视频片头片尾识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
19929
+ */
19930
+ FinishTime?: string
19784
19931
  }
19785
19932
 
19786
19933
  /**
@@ -1095,6 +1095,10 @@ export interface AiReviewTaskPoliticalOcrResult {
1095
1095
  注意:此字段可能返回 null,表示取不到有效值。
1096
1096
  */
1097
1097
  Output: AiReviewPoliticalOcrTaskOutput;
1098
+ /**
1099
+ * 音视频审核 Ocr 文字涉及令人不适宜信息的任务进度,取值范围 [0-100] 。
1100
+ */
1101
+ Progress?: number;
1098
1102
  }
1099
1103
  /**
1100
1104
  * AI 样本管理,关键词输出信息。
@@ -2035,6 +2039,14 @@ export interface AiRecognitionTaskFaceResult {
2035
2039
  * 人脸识别任务进度,取值范围 [0-100] 。
2036
2040
  */
2037
2041
  Progress: number;
2042
+ /**
2043
+ * 人脸识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2044
+ */
2045
+ BeginProcessTime?: string;
2046
+ /**
2047
+ * 人脸识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2048
+ */
2049
+ FinishTime?: string;
2038
2050
  }
2039
2051
  /**
2040
2052
  * 视频片头片尾识别的输入。
@@ -2927,6 +2939,14 @@ export interface AiAnalysisTaskCoverResult {
2927
2939
  * 智能封面任务进度,取值范围 [0-100] 。
2928
2940
  */
2929
2941
  Progress: number;
2942
+ /**
2943
+ * 智能封面任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2944
+ */
2945
+ BeginProcessTime?: string;
2946
+ /**
2947
+ * 智能封面任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2948
+ */
2949
+ FinishTime?: string;
2930
2950
  }
2931
2951
  /**
2932
2952
  * DescribeEventConfig请求参数结构体
@@ -3073,6 +3093,14 @@ export interface AiAnalysisTaskHighlightResult {
3073
3093
  * 智能精彩片段任务进度,取值范围 [0-100] 。
3074
3094
  */
3075
3095
  Progress: number;
3096
+ /**
3097
+ * 智能精彩片段任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3098
+ */
3099
+ BeginProcessTime?: string;
3100
+ /**
3101
+ * 智能精彩片段任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3102
+ */
3103
+ FinishTime?: string;
3076
3104
  }
3077
3105
  /**
3078
3106
  * CreateRebuildMediaTemplate返回参数结构体
@@ -4451,6 +4479,14 @@ export interface AiRecognitionTaskOcrWordsResult {
4451
4479
  * 文本关键词识别任务进度,取值范围 [0-100] 。
4452
4480
  */
4453
4481
  Progress: number;
4482
+ /**
4483
+ * 文本关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4484
+ */
4485
+ BeginProcessTime?: string;
4486
+ /**
4487
+ * 文本关键词识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4488
+ */
4489
+ FinishTime?: string;
4454
4490
  }
4455
4491
  /**
4456
4492
  * 语音鉴别涉及令人反感的信息的任务控制参数
@@ -4505,6 +4541,14 @@ export interface AiRecognitionTaskSegmentResult {
4505
4541
  * 视频拆条任务进度,取值范围 [0-100] 。
4506
4542
  */
4507
4543
  Progress: number;
4544
+ /**
4545
+ * 视频拆条任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4546
+ */
4547
+ BeginProcessTime?: string;
4548
+ /**
4549
+ * 视频拆条任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4550
+ */
4551
+ FinishTime?: string;
4508
4552
  }
4509
4553
  /**
4510
4554
  * 字幕信息。
@@ -6561,6 +6605,14 @@ export interface AiAnalysisTaskTagResult {
6561
6605
  * 智能标签任务进度,取值范围 [0-100] 。
6562
6606
  */
6563
6607
  Progress: number;
6608
+ /**
6609
+ * 智能标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
6610
+ */
6611
+ BeginProcessTime?: string;
6612
+ /**
6613
+ * 智能标签任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
6614
+ */
6615
+ FinishTime?: string;
6564
6616
  }
6565
6617
  /**
6566
6618
  * SearchMedia返回参数结构体
@@ -7052,6 +7104,14 @@ export interface AiRecognitionTaskOcrFullTextResult {
7052
7104
  * 文本全文识别任务进度,取值范围 [0-100] 。
7053
7105
  */
7054
7106
  Progress: number;
7107
+ /**
7108
+ * 文本全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7109
+ */
7110
+ BeginProcessTime?: string;
7111
+ /**
7112
+ * 文本全文识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7113
+ */
7114
+ FinishTime?: string;
7055
7115
  }
7056
7116
  /**
7057
7117
  * 媒体轨道的片段信息
@@ -7375,6 +7435,12 @@ export interface EditMediaVideoStream {
7375
7435
  默认值:0。
7376
7436
  */
7377
7437
  Height?: number;
7438
+ /**
7439
+ * 视频帧率,取值范围:[0, 100],单位:Hz。
7440
+ 当取值为0,将自动为视频设置帧率。
7441
+ 默认值为 0。
7442
+ */
7443
+ Fps?: number;
7378
7444
  }
7379
7445
  /**
7380
7446
  * 提取溯源水印任务。
@@ -11074,6 +11140,14 @@ export interface AiAnalysisTaskClassificationResult {
11074
11140
  * 智能分类任务进度,取值范围 [0-100] 。
11075
11141
  */
11076
11142
  Progress: number;
11143
+ /**
11144
+ * 智能分类任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11145
+ */
11146
+ BeginProcessTime?: string;
11147
+ /**
11148
+ * 智能分类任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
11149
+ */
11150
+ FinishTime?: string;
11077
11151
  }
11078
11152
  /**
11079
11153
  * 画面鉴别涉及令人不适宜的信息的任务控制参数。
@@ -11808,6 +11882,10 @@ export interface ExtractTraceWatermarkTaskInput {
11808
11882
  * 需要提取水印的媒体 URL。
11809
11883
  */
11810
11884
  Url: string;
11885
+ /**
11886
+ * 媒体文件 ID。Url 对应的原始媒体文件 ID。
11887
+ */
11888
+ FileId?: string;
11811
11889
  }
11812
11890
  /**
11813
11891
  * Asr 文字涉及令人不适宜的信息
@@ -12229,6 +12307,14 @@ export interface AiAnalysisTaskFrameTagResult {
12229
12307
  * 智能按帧标签任务进度,取值范围 [0-100] 。
12230
12308
  */
12231
12309
  Progress: number;
12310
+ /**
12311
+ * 智能按帧标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
12312
+ */
12313
+ BeginProcessTime?: string;
12314
+ /**
12315
+ * 智能按帧标签任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
12316
+ */
12317
+ FinishTime?: string;
12232
12318
  }
12233
12319
  /**
12234
12320
  * 鉴别涉及令人反感的信息的结果信息
@@ -12318,9 +12404,17 @@ export interface AiRecognitionTaskAsrFullTextResult {
12318
12404
  */
12319
12405
  Output: AiRecognitionTaskAsrFullTextResultOutput;
12320
12406
  /**
12321
- * 任务进度,取值范围 [0-100] 。
12407
+ * 语音全文识别任务进度,取值范围 [0-100] 。
12322
12408
  */
12323
12409
  Progress: number;
12410
+ /**
12411
+ * 语音全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
12412
+ */
12413
+ BeginProcessTime?: string;
12414
+ /**
12415
+ * 语音全文识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
12416
+ */
12417
+ FinishTime?: string;
12324
12418
  }
12325
12419
  /**
12326
12420
  * 图片智能内容识别任务输入
@@ -15736,6 +15830,14 @@ export interface AiRecognitionTaskObjectResult {
15736
15830
  * 物体识别任务进度,取值范围 [0-100] 。
15737
15831
  */
15738
15832
  Progress: number;
15833
+ /**
15834
+ * 物体识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
15835
+ */
15836
+ BeginProcessTime?: string;
15837
+ /**
15838
+ * 物体识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
15839
+ */
15840
+ FinishTime?: string;
15739
15841
  }
15740
15842
  /**
15741
15843
  * DescribeAIAnalysisTemplates返回参数结构体
@@ -15842,6 +15944,14 @@ export interface AiRecognitionTaskAsrWordsResult {
15842
15944
  * 语音关键词识别任务进度,取值范围 [0-100] 。
15843
15945
  */
15844
15946
  Progress: number;
15947
+ /**
15948
+ * 语音关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
15949
+ */
15950
+ BeginProcessTime?: string;
15951
+ /**
15952
+ * 语音关键词识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
15953
+ */
15954
+ FinishTime?: string;
15845
15955
  }
15846
15956
  /**
15847
15957
  * CreateSubAppId请求参数结构体
@@ -16930,6 +17040,14 @@ export interface AiRecognitionTaskHeadTailResult {
16930
17040
  * 视频片头片尾识别任务进度,取值范围 [0-100] 。
16931
17041
  */
16932
17042
  Progress: number;
17043
+ /**
17044
+ * 视频片头片尾识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
17045
+ */
17046
+ BeginProcessTime?: string;
17047
+ /**
17048
+ * 视频片头片尾识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
17049
+ */
17050
+ FinishTime?: string;
16933
17051
  }
16934
17052
  /**
16935
17053
  * DescribePersonSamples请求参数结构体