tencentcloud-sdk-nodejs 4.1.212 → 4.1.214

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.
Files changed (55) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/config/v20220802/config_client.js +18 -6
  3. package/es/services/mongodb/v20190725/mongodb_client.js +3 -0
  4. package/es/services/mps/v20190612/mps_client.js +18 -6
  5. package/es/services/organization/v20210331/organization_client.js +5 -2
  6. package/es/services/tcb/v20180608/tcb_client.js +5 -2
  7. package/es/services/tdmq/v20200217/tdmq_client.js +5 -2
  8. package/es/services/trocket/v20230308/trocket_client.js +3 -0
  9. package/es/services/vclm/v20240523/vclm_client.js +3 -0
  10. package/package.json +1 -1
  11. package/tencentcloud/common/sdk_version.d.ts +1 -1
  12. package/tencentcloud/common/sdk_version.js +1 -1
  13. package/tencentcloud/services/ags/v20250920/ags_models.d.ts +13 -1
  14. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  15. package/tencentcloud/services/config/v20220802/config_client.d.ts +23 -7
  16. package/tencentcloud/services/config/v20220802/config_client.js +33 -9
  17. package/tencentcloud/services/config/v20220802/config_models.d.ts +279 -84
  18. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
  19. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -0
  20. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +37 -37
  21. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +6 -2
  22. package/tencentcloud/services/hcm/v20181106/hcm_models.d.ts +4 -4
  23. package/tencentcloud/services/live/v20180801/live_models.d.ts +17 -13
  24. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  25. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  26. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +56 -0
  27. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +23 -7
  28. package/tencentcloud/services/mps/v20190612/mps_client.js +33 -9
  29. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +283 -84
  30. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +41 -41
  31. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +12 -4
  32. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +7 -3
  33. package/tencentcloud/services/organization/v20210331/organization_client.js +9 -3
  34. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +26 -0
  35. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  36. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +8 -4
  37. package/tencentcloud/services/tcb/v20180608/tcb_client.js +10 -4
  38. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +44 -0
  39. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +7 -3
  40. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +9 -3
  41. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +71 -0
  42. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -3
  43. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +156 -220
  44. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +10 -10
  45. package/tencentcloud/services/tke/v20180525/tke_client.js +10 -10
  46. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +182 -136
  47. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +26 -0
  48. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
  49. package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
  50. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +86 -51
  51. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +5 -1
  52. package/tencentcloud/services/vclm/v20240523/vclm_client.js +6 -0
  53. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +90 -4
  54. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +29 -13
  55. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -8
@@ -94,10 +94,10 @@ class Client extends abstract_client_1.AbstractClient {
94
94
  return this.request("CreateAigcImageTask", req, cb);
95
95
  }
96
96
  /**
97
- * 删除广告插入配置。
97
+ * 该接口用于根据素材 ID,删除素材样本。
98
98
  */
99
- async DeleteStreamPackageSSAIChannel(req, cb) {
100
- return this.request("DeleteStreamPackageSSAIChannel", req, cb);
99
+ async DeletePersonSample(req, cb) {
100
+ return this.request("DeletePersonSample", req, cb);
101
101
  }
102
102
  /**
103
103
  * 删除用户自定义转动图模板。
@@ -314,6 +314,18 @@ class Client extends abstract_client_1.AbstractClient {
314
314
  async CreateStreamLinkFlow(req, cb) {
315
315
  return this.request("CreateStreamLinkFlow", req, cb);
316
316
  }
317
+ /**
318
+ * 删除用户自定义内容审核模板。
319
+ */
320
+ async DeleteContentReviewTemplate(req, cb) {
321
+ return this.request("DeleteContentReviewTemplate", req, cb);
322
+ }
323
+ /**
324
+ * 剧集项目更新
325
+ */
326
+ async UpdateProject(req, cb) {
327
+ return this.request("UpdateProject", req, cb);
328
+ }
317
329
  /**
318
330
  * 频道线性组装用量查询
319
331
  */
@@ -641,6 +653,12 @@ class Client extends abstract_client_1.AbstractClient {
641
653
  async StopStreamPackageLinearAssemblyChannel(req, cb) {
642
654
  return this.request("StopStreamPackageLinearAssemblyChannel", req, cb);
643
655
  }
656
+ /**
657
+ * 剧集项目创建
658
+ */
659
+ async CreateProject(req, cb) {
660
+ return this.request("CreateProject", req, cb);
661
+ }
644
662
  /**
645
663
  * 创建用户自定义数字水印模板。
646
664
  */
@@ -887,6 +905,12 @@ class Client extends abstract_client_1.AbstractClient {
887
905
  async DescribeStreamPackageLinearAssemblyChannelAlerts(req, cb) {
888
906
  return this.request("DescribeStreamPackageLinearAssemblyChannelAlerts", req, cb);
889
907
  }
908
+ /**
909
+ * 剧集项目查询
910
+ */
911
+ async QueryProject(req, cb) {
912
+ return this.request("QueryProject", req, cb);
913
+ }
890
914
  /**
891
915
  * 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
892
916
  */
@@ -1066,10 +1090,10 @@ class Client extends abstract_client_1.AbstractClient {
1066
1090
  return this.request("DescribeSubtitleEmbedTemplates", req, cb);
1067
1091
  }
1068
1092
  /**
1069
- * 该接口用于根据素材 ID,删除素材样本。
1093
+ * 删除广告插入配置。
1070
1094
  */
1071
- async DeletePersonSample(req, cb) {
1072
- return this.request("DeletePersonSample", req, cb);
1095
+ async DeleteStreamPackageSSAIChannel(req, cb) {
1096
+ return this.request("DeleteStreamPackageSSAIChannel", req, cb);
1073
1097
  }
1074
1098
  /**
1075
1099
  * 创建用户自定义转动图模板,数量上限:16。
@@ -1123,10 +1147,10 @@ class Client extends abstract_client_1.AbstractClient {
1123
1147
  return this.request("DeleteLiveRecordTemplate", req, cb);
1124
1148
  }
1125
1149
  /**
1126
- * 删除用户自定义内容审核模板。
1150
+ * 剧集项目删除接口
1127
1151
  */
1128
- async DeleteContentReviewTemplate(req, cb) {
1129
- return this.request("DeleteContentReviewTemplate", req, cb);
1152
+ async DeleteProject(req, cb) {
1153
+ return this.request("DeleteProject", req, cb);
1130
1154
  }
1131
1155
  /**
1132
1156
  * 删除用户自定义采样截图模板。
@@ -2871,73 +2871,17 @@ export interface UpdateSmartEraseWatermarkConfig {
2871
2871
  CustomAreas?: Array<EraseTimeArea>;
2872
2872
  }
2873
2873
  /**
2874
- * 工作流信息详情。
2874
+ * CreateProject返回参数结构体
2875
2875
  */
2876
- export interface WorkflowInfo {
2877
- /**
2878
- * 工作流 ID。
2879
- */
2880
- WorkflowId: number;
2881
- /**
2882
- * 工作流名称。
2883
- */
2884
- WorkflowName: string;
2885
- /**
2886
- * 工作流状态,取值范围:
2887
- <li>Enabled:已启用,</li>
2888
- <li>Disabled:已禁用。</li>
2889
- */
2890
- Status: string;
2891
- /**
2892
- * 工作流绑定的输入规则,当上传视频命中该规则到该对象时即触发工作流。
2893
- */
2894
- Trigger: WorkflowTrigger;
2895
- /**
2896
- * 媒体处理的文件输出存储位置。
2897
- 注意:此字段可能返回 null,表示取不到有效值。
2898
- */
2899
- OutputStorage: TaskOutputStorage;
2900
- /**
2901
- * 媒体处理类型任务参数。
2902
- 注意:此字段可能返回 null,表示取不到有效值。
2903
- */
2904
- MediaProcessTask: MediaProcessTaskInput;
2905
- /**
2906
- * 视频内容审核类型任务参数。
2907
- 注意:此字段可能返回 null,表示取不到有效值。
2908
- */
2909
- AiContentReviewTask: AiContentReviewTaskInput;
2910
- /**
2911
- * 视频内容分析类型任务参数。
2912
- 注意:此字段可能返回 null,表示取不到有效值。
2913
- */
2914
- AiAnalysisTask: AiAnalysisTaskInput;
2915
- /**
2916
- * 视频内容识别类型任务参数。
2917
- 注意:此字段可能返回 null,表示取不到有效值。
2918
- */
2919
- AiRecognitionTask: AiRecognitionTaskInput;
2920
- /**
2921
- * 任务的事件通知信息,不填代表不获取事件通知。
2922
- 注意:此字段可能返回 null,表示取不到有效值。
2923
- */
2924
- TaskNotifyConfig: TaskNotifyConfig;
2925
- /**
2926
- * 任务流的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
2927
- */
2928
- TaskPriority: number;
2876
+ export interface CreateProjectResponse {
2929
2877
  /**
2930
- * 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。
2878
+ * <p>项目id</p>
2931
2879
  */
2932
- OutputDir: string;
2880
+ ProjectId?: string;
2933
2881
  /**
2934
- * 工作流创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)
2935
- */
2936
- CreateTime: string;
2937
- /**
2938
- * 工作流最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
2882
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
2939
2883
  */
2940
- UpdateTime: string;
2884
+ RequestId?: string;
2941
2885
  }
2942
2886
  /**
2943
2887
  * ModifyProcessImageTemplate请求参数结构体
@@ -2970,29 +2914,9 @@ export interface DeletePersonSampleRequest {
2970
2914
  PersonId: string;
2971
2915
  }
2972
2916
  /**
2973
- * DescribeStreamLinkFlows返回参数结构体
2917
+ * DeleteProject返回参数结构体
2974
2918
  */
2975
- export interface DescribeStreamLinkFlowsResponse {
2976
- /**
2977
- * 流的配置信息列表。
2978
- */
2979
- Infos?: Array<DescribeFlow>;
2980
- /**
2981
- * 当前页数。
2982
- */
2983
- PageNum?: number;
2984
- /**
2985
- * 每页大小。
2986
- */
2987
- PageSize?: number;
2988
- /**
2989
- * 总数量。
2990
- */
2991
- TotalNum?: number;
2992
- /**
2993
- * 总页数。
2994
- */
2995
- TotalPage?: number;
2919
+ export interface DeleteProjectResponse {
2996
2920
  /**
2997
2921
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2998
2922
  */
@@ -5241,6 +5165,31 @@ export interface DescribeWordSamplesResponse {
5241
5165
  */
5242
5166
  RequestId?: string;
5243
5167
  }
5168
+ /**
5169
+ * UpdateProject请求参数结构体
5170
+ */
5171
+ export interface UpdateProjectRequest {
5172
+ /**
5173
+ * <p>项目id</p>
5174
+ */
5175
+ ProjectId: string;
5176
+ /**
5177
+ * <p>项目名称</p>
5178
+ */
5179
+ ProjectName?: string;
5180
+ /**
5181
+ * <p>项目术语表</p>
5182
+ */
5183
+ TermBase?: Array<TermBase>;
5184
+ /**
5185
+ * <p>项目描述</p>
5186
+ */
5187
+ Description?: string;
5188
+ /**
5189
+ * <p>角色列表</p>
5190
+ */
5191
+ Speakers?: Array<Speakers>;
5192
+ }
5244
5193
  /**
5245
5194
  * DescribeAIRecognitionTemplates返回参数结构体
5246
5195
  */
@@ -6500,6 +6449,19 @@ export interface PornAsrReviewTemplateInfo {
6500
6449
  */
6501
6450
  ReviewConfidence?: number;
6502
6451
  }
6452
+ /**
6453
+ * 术语表
6454
+ */
6455
+ export interface TermBase {
6456
+ /**
6457
+ * <p>术语原语言</p>
6458
+ */
6459
+ Src: string;
6460
+ /**
6461
+ * <p>术语目标语言</p>
6462
+ */
6463
+ Dst: string;
6464
+ }
6503
6465
  /**
6504
6466
  * CreateAigcImageTask返回参数结构体
6505
6467
  */
@@ -6918,6 +6880,35 @@ export interface SSAIChannelInfo {
6918
6880
  */
6919
6881
  SessionInitPrefix?: string;
6920
6882
  }
6883
+ /**
6884
+ * 角色列表
6885
+ */
6886
+ export interface Speakers {
6887
+ /**
6888
+ * <p>角色唯一标识</p>
6889
+ */
6890
+ SpeakerId: string;
6891
+ /**
6892
+ * <p>绑定的音色 ID</p>
6893
+ */
6894
+ VoiceId: string;
6895
+ /**
6896
+ * <p>性别:male / female,默认 male</p>
6897
+ */
6898
+ Gender?: string;
6899
+ /**
6900
+ * <p>年龄段:child / teenager / youth / middle_aged/ senior,默认 youth</p>
6901
+ */
6902
+ AgeGroup?: string;
6903
+ /**
6904
+ * <p>角色描述</p>
6905
+ */
6906
+ Description?: string;
6907
+ /**
6908
+ * <p>角色人名术语表</p>
6909
+ */
6910
+ NameTerms?: Array<TermBase>;
6911
+ }
6921
6912
  /**
6922
6913
  * DescribeBlindWatermarkTemplates请求参数结构体
6923
6914
  */
@@ -10616,6 +10607,23 @@ export interface BatchSmartSubtitlesResult {
10616
10607
  */
10617
10608
  Outputs?: Array<SmartSubtitleTaskBatchOutput>;
10618
10609
  }
10610
+ /**
10611
+ * QueryProject返回参数结构体
10612
+ */
10613
+ export interface QueryProjectResponse {
10614
+ /**
10615
+ * <p>符合条件的总数量</p>
10616
+ */
10617
+ Total?: number;
10618
+ /**
10619
+ * <p>项目数据</p>
10620
+ */
10621
+ Data?: Array<Project>;
10622
+ /**
10623
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10624
+ */
10625
+ RequestId?: string;
10626
+ }
10619
10627
  /**
10620
10628
  * 创建的输入SRT的配置信息。
10621
10629
  */
@@ -11336,6 +11344,27 @@ export interface DescribeStreamPackageSourceLocationRequest {
11336
11344
  */
11337
11345
  Id: string;
11338
11346
  }
11347
+ /**
11348
+ * QueryProject请求参数结构体
11349
+ */
11350
+ export interface QueryProjectRequest {
11351
+ /**
11352
+ * <p>项目id</p>
11353
+ */
11354
+ ProjectId?: string;
11355
+ /**
11356
+ * <p>项目名称</p>
11357
+ */
11358
+ ProjectName?: string;
11359
+ /**
11360
+ * <p>页码,从 1 开始,默认 1</p>
11361
+ */
11362
+ Page?: number;
11363
+ /**
11364
+ * <p>每页数量,默认 20</p>
11365
+ */
11366
+ PageSize?: number;
11367
+ }
11339
11368
  /**
11340
11369
  * 视频评测任务的视频来源信息
11341
11370
  */
@@ -11848,6 +11877,39 @@ export interface EnableScheduleResponse {
11848
11877
  */
11849
11878
  RequestId?: string;
11850
11879
  }
11880
+ /**
11881
+ * 剧集项目信息
11882
+ */
11883
+ export interface Project {
11884
+ /**
11885
+ * <p>项目id</p>
11886
+ */
11887
+ ProjectId?: string;
11888
+ /**
11889
+ * <p>项目名称</p>
11890
+ */
11891
+ ProjectName?: string;
11892
+ /**
11893
+ * <p>项目描述</p>
11894
+ */
11895
+ Description?: string;
11896
+ /**
11897
+ * <p>项目术语库</p>
11898
+ */
11899
+ TermBase?: Array<TermBase>;
11900
+ /**
11901
+ * <p>角色列表</p>
11902
+ */
11903
+ Speakers?: Array<Speakers>;
11904
+ /**
11905
+ * <p>创建时间(Unix 时间戳)</p>
11906
+ */
11907
+ CreatedAt?: number;
11908
+ /**
11909
+ * <p>更新时间(Unix 时间戳)</p>
11910
+ */
11911
+ UpdatedAt?: number;
11912
+ }
11851
11913
  /**
11852
11914
  * SRT输出的监听地址。
11853
11915
  */
@@ -13070,6 +13132,27 @@ export interface AigcStoreCosParam {
13070
13132
  */
13071
13133
  CosBucketPath?: string;
13072
13134
  }
13135
+ /**
13136
+ * CreateProject请求参数结构体
13137
+ */
13138
+ export interface CreateProjectRequest {
13139
+ /**
13140
+ * <p>项目名称</p>
13141
+ */
13142
+ ProjectName: string;
13143
+ /**
13144
+ * <p>项目术语表</p>
13145
+ */
13146
+ TermBase?: Array<TermBase>;
13147
+ /**
13148
+ * <p>项目描述</p>
13149
+ */
13150
+ Description?: string;
13151
+ /**
13152
+ * <p>角色列表</p>
13153
+ */
13154
+ Speakers?: Array<Speakers>;
13155
+ }
13073
13156
  /**
13074
13157
  * 流的视频数据。
13075
13158
  */
@@ -14721,6 +14804,35 @@ export interface DescribeStreamLinkFlowMediaStatisticsResponse {
14721
14804
  */
14722
14805
  RequestId?: string;
14723
14806
  }
14807
+ /**
14808
+ * DescribeStreamLinkFlows返回参数结构体
14809
+ */
14810
+ export interface DescribeStreamLinkFlowsResponse {
14811
+ /**
14812
+ * 流的配置信息列表。
14813
+ */
14814
+ Infos?: Array<DescribeFlow>;
14815
+ /**
14816
+ * 当前页数。
14817
+ */
14818
+ PageNum?: number;
14819
+ /**
14820
+ * 每页大小。
14821
+ */
14822
+ PageSize?: number;
14823
+ /**
14824
+ * 总数量。
14825
+ */
14826
+ TotalNum?: number;
14827
+ /**
14828
+ * 总页数。
14829
+ */
14830
+ TotalPage?: number;
14831
+ /**
14832
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14833
+ */
14834
+ RequestId?: string;
14835
+ }
14724
14836
  /**
14725
14837
  * 文本鉴黄任务控制参数
14726
14838
  */
@@ -17965,6 +18077,15 @@ export interface TaskNotifyConfig {
17965
18077
  */
17966
18078
  NotifyKey?: string;
17967
18079
  }
18080
+ /**
18081
+ * UpdateProject返回参数结构体
18082
+ */
18083
+ export interface UpdateProjectResponse {
18084
+ /**
18085
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18086
+ */
18087
+ RequestId?: string;
18088
+ }
17968
18089
  /**
17969
18090
  * 人脸增强配置
17970
18091
  */
@@ -18024,6 +18145,15 @@ export interface LiveStreamAiReviewImagePornResult {
18024
18145
  */
18025
18146
  PicUrlExpireTime?: string;
18026
18147
  }
18148
+ /**
18149
+ * DeleteProject请求参数结构体
18150
+ */
18151
+ export interface DeleteProjectRequest {
18152
+ /**
18153
+ * <p>项目id</p>
18154
+ */
18155
+ ProjectId: string;
18156
+ }
18027
18157
  /**
18028
18158
  * 智能按帧标签任务输入类型
18029
18159
  */
@@ -19051,6 +19181,75 @@ export interface SmartSubtitlesResult {
19051
19181
  */
19052
19182
  OcrFullTextTask?: SmartSubtitleTaskFullTextResult;
19053
19183
  }
19184
+ /**
19185
+ * 工作流信息详情。
19186
+ */
19187
+ export interface WorkflowInfo {
19188
+ /**
19189
+ * 工作流 ID。
19190
+ */
19191
+ WorkflowId: number;
19192
+ /**
19193
+ * 工作流名称。
19194
+ */
19195
+ WorkflowName: string;
19196
+ /**
19197
+ * 工作流状态,取值范围:
19198
+ <li>Enabled:已启用,</li>
19199
+ <li>Disabled:已禁用。</li>
19200
+ */
19201
+ Status: string;
19202
+ /**
19203
+ * 工作流绑定的输入规则,当上传视频命中该规则到该对象时即触发工作流。
19204
+ */
19205
+ Trigger: WorkflowTrigger;
19206
+ /**
19207
+ * 媒体处理的文件输出存储位置。
19208
+ 注意:此字段可能返回 null,表示取不到有效值。
19209
+ */
19210
+ OutputStorage: TaskOutputStorage;
19211
+ /**
19212
+ * 媒体处理类型任务参数。
19213
+ 注意:此字段可能返回 null,表示取不到有效值。
19214
+ */
19215
+ MediaProcessTask: MediaProcessTaskInput;
19216
+ /**
19217
+ * 视频内容审核类型任务参数。
19218
+ 注意:此字段可能返回 null,表示取不到有效值。
19219
+ */
19220
+ AiContentReviewTask: AiContentReviewTaskInput;
19221
+ /**
19222
+ * 视频内容分析类型任务参数。
19223
+ 注意:此字段可能返回 null,表示取不到有效值。
19224
+ */
19225
+ AiAnalysisTask: AiAnalysisTaskInput;
19226
+ /**
19227
+ * 视频内容识别类型任务参数。
19228
+ 注意:此字段可能返回 null,表示取不到有效值。
19229
+ */
19230
+ AiRecognitionTask: AiRecognitionTaskInput;
19231
+ /**
19232
+ * 任务的事件通知信息,不填代表不获取事件通知。
19233
+ 注意:此字段可能返回 null,表示取不到有效值。
19234
+ */
19235
+ TaskNotifyConfig: TaskNotifyConfig;
19236
+ /**
19237
+ * 任务流的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
19238
+ */
19239
+ TaskPriority: number;
19240
+ /**
19241
+ * 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。
19242
+ */
19243
+ OutputDir: string;
19244
+ /**
19245
+ * 工作流创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
19246
+ */
19247
+ CreateTime: string;
19248
+ /**
19249
+ * 工作流最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
19250
+ */
19251
+ UpdateTime: string;
19252
+ }
19054
19253
  /**
19055
19254
  * SyncDubbing返回参数结构体
19056
19255
  */