tencentcloud-sdk-nodejs 4.0.554 → 4.0.556

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 (103) hide show
  1. package/CHANGELOG.md +555 -0
  2. package/SERVICE_CHANGELOG.md +703 -67
  3. package/package.json +1 -1
  4. package/products.md +58 -57
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/index.ts +5 -0
  7. package/src/services/aiart/v20221229/aiart_client.ts +68 -0
  8. package/src/services/aiart/v20221229/aiart_models.ts +230 -0
  9. package/src/services/aiart/v20221229/index.ts +6 -0
  10. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
  11. package/src/services/as/v20180419/as_client.ts +0 -1
  12. package/src/services/cdb/v20170320/cdb_models.ts +12 -2
  13. package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +40 -3
  14. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +192 -50
  15. package/src/services/cls/v20201016/cls_client.ts +57 -20
  16. package/src/services/cls/v20201016/cls_models.ts +300 -63
  17. package/src/services/cvm/v20170312/cvm_client.ts +38 -3
  18. package/src/services/cvm/v20170312/cvm_models.ts +392 -21
  19. package/src/services/cwp/v20180228/cwp_models.ts +11 -0
  20. package/src/services/dlc/v20210125/dlc_client.ts +561 -549
  21. package/src/services/dlc/v20210125/dlc_models.ts +123 -108
  22. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  23. package/src/services/ess/v20201111/ess_client.ts +16 -2
  24. package/src/services/ess/v20201111/ess_models.ts +215 -76
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -2
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +95 -14
  27. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  28. package/src/services/index.ts +1 -0
  29. package/src/services/irp/v20220805/irp_client.ts +57 -16
  30. package/src/services/irp/v20220805/irp_models.ts +477 -70
  31. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  32. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  33. package/src/services/monitor/v20180724/monitor_models.ts +7 -7
  34. package/src/services/mps/v20190612/mps_client.ts +677 -575
  35. package/src/services/mps/v20190612/mps_models.ts +858 -305
  36. package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +68 -15
  38. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +43 -2
  39. package/src/services/tdmq/v20200217/tdmq_client.ts +76 -38
  40. package/src/services/vod/v20180717/vod_models.ts +4 -4
  41. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/aiart/index.d.ts +6 -0
  45. package/tencentcloud/services/aiart/index.js +7 -0
  46. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +28 -0
  47. package/tencentcloud/services/aiart/v20221229/aiart_client.js +53 -0
  48. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +187 -0
  49. package/tencentcloud/services/aiart/v20221229/aiart_models.js +18 -0
  50. package/tencentcloud/services/aiart/v20221229/index.d.ts +6 -0
  51. package/tencentcloud/services/aiart/v20221229/index.js +9 -0
  52. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  53. package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
  54. package/tencentcloud/services/as/v20180419/as_client.js +0 -1
  55. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
  56. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +13 -1
  57. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.js +18 -0
  58. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +163 -43
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -7
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -9
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +257 -56
  62. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +19 -1
  63. package/tencentcloud/services/cvm/v20170312/cvm_client.js +22 -0
  64. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +341 -19
  65. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -0
  66. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +171 -167
  67. package/tencentcloud/services/dlc/v20210125/dlc_client.js +255 -249
  68. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +103 -90
  69. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +184 -64
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +81 -13
  76. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  77. package/tencentcloud/services/index.d.ts +1 -0
  78. package/tencentcloud/services/index.js +2 -0
  79. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +17 -5
  80. package/tencentcloud/services/irp/v20220805/irp_client.js +24 -6
  81. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +399 -62
  82. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  83. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  84. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
  86. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +225 -186
  87. package/tencentcloud/services/mps/v20190612/mps_client.js +330 -277
  88. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +737 -264
  89. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +60 -15
  90. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +36 -2
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +57 -19
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +57 -19
  93. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
  94. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  95. package/test/aiart.v20221229.test.js +41 -0
  96. package/test/cloudhsm.v20191112.test.js +30 -0
  97. package/test/cls.v20201016.test.js +36 -6
  98. package/test/cvm.v20170312.test.js +20 -0
  99. package/test/dlc.v20210125.test.js +178 -168
  100. package/test/ess.v20201111.test.js +10 -0
  101. package/test/essbasic.v20210526.test.js +10 -0
  102. package/test/irp.v20220805.test.js +34 -4
  103. package/test/mps.v20190612.test.js +228 -158
@@ -28,34 +28,77 @@ class Client extends abstract_client_1.AbstractClient {
28
28
  super("mps.tencentcloudapi.com", "2019-06-12", clientConfig);
29
29
  }
30
30
  /**
31
- * 批量查询媒体输入流的配置信息。
31
+ * 创建用户自定义指定时间点截图模板,数量上限:16。
32
32
  */
33
- async DescribeStreamLinkFlows(req, cb) {
34
- return this.request("DescribeStreamLinkFlows", req, cb);
33
+ async CreateSnapshotByTimeOffsetTemplate(req, cb) {
34
+ return this.request("CreateSnapshotByTimeOffsetTemplate", req, cb);
35
35
  }
36
36
  /**
37
- * 停止媒体传输流。
37
+ * 实时查询流的当前状态
38
38
  */
39
- async StopStreamLinkFlow(req, cb) {
40
- return this.request("StopStreamLinkFlow", req, cb);
39
+ async DescribeStreamLinkFlowRealtimeStatus(req, cb) {
40
+ return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
41
41
  }
42
42
  /**
43
- * 修改媒体传输流的输出配置。
43
+ * 创建用户自定义转动图模板,数量上限:16。
44
44
  */
45
- async ModifyStreamLinkOutputInfo(req, cb) {
46
- return this.request("ModifyStreamLinkOutputInfo", req, cb);
45
+ async CreateAnimatedGraphicsTemplate(req, cb) {
46
+ return this.request("CreateAnimatedGraphicsTemplate", req, cb);
47
47
  }
48
48
  /**
49
- * 创建用户自定义指定时间点截图模板,数量上限:16。
49
+ * 对视频进行编辑(剪辑、拼接等),生成一个新的点播视频。编辑的功能包括:
50
+
51
+ 1. 对一个文件进行剪辑,生成一个新的视频;
52
+ 2. 对多个文件进行拼接,生成一个新的视频;
53
+ 3. 对多个文件进行剪辑,然后再拼接,生成一个新的视频。
50
54
  */
51
- async CreateSnapshotByTimeOffsetTemplate(req, cb) {
52
- return this.request("CreateSnapshotByTimeOffsetTemplate", req, cb);
55
+ async EditMedia(req, cb) {
56
+ return this.request("EditMedia", req, cb);
53
57
  }
54
58
  /**
55
- * 实时查询流的当前状态
59
+ * 删除用户自定义转动图模板。
56
60
  */
57
- async DescribeStreamLinkFlowRealtimeStatus(req, cb) {
58
- return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
61
+ async DeleteAnimatedGraphicsTemplate(req, cb) {
62
+ return this.request("DeleteAnimatedGraphicsTemplate", req, cb);
63
+ }
64
+ /**
65
+ * 根据内容分析模板唯一标识,获取内容分析模板详情列表。返回结果包含符合条件的所有用户自定义内容分析模板及系统预置视频内容分析模板
66
+ */
67
+ async DescribeAIAnalysisTemplates(req, cb) {
68
+ return this.request("DescribeAIAnalysisTemplates", req, cb);
69
+ }
70
+ /**
71
+ * 删除用户自定义转码模板。
72
+ */
73
+ async DeleteTranscodeTemplate(req, cb) {
74
+ return this.request("DeleteTranscodeTemplate", req, cb);
75
+ }
76
+ /**
77
+ * 通过任务 ID 查询任务的执行状态和结果的详细信息(最多可以查询3天之内提交的任务)。
78
+ */
79
+ async DescribeTaskDetail(req, cb) {
80
+ return this.request("DescribeTaskDetail", req, cb);
81
+ }
82
+ /**
83
+ * 该接口用于根据应用场景、关键词、标签,分页查询关键词样本信息。
84
+ */
85
+ async DescribeWordSamples(req, cb) {
86
+ return this.request("DescribeWordSamples", req, cb);
87
+ }
88
+ /**
89
+ * 对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:
90
+ 1. 视频转码(普通转码、极速高清转码、音视频增强);
91
+ 2. 视频转动图;
92
+ 3. 对视频按指定时间点截图;
93
+ 4. 对视频采样截图;
94
+ 5. 对视频截图雪碧图;
95
+ 6. 对视频转自适应码流;
96
+ 7. 智能内容审核(鉴黄、敏感信息检测);
97
+ 8. 智能内容分析(标签、分类、封面、按帧标签、拆条、集锦、片头片尾);
98
+ 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别)。
99
+ */
100
+ async ProcessMedia(req, cb) {
101
+ return this.request("ProcessMedia", req, cb);
59
102
  }
60
103
  /**
61
104
  * 修改用户自定义内容分析模板。
@@ -66,137 +109,135 @@ class Client extends abstract_client_1.AbstractClient {
66
109
  return this.request("ModifyAIAnalysisTemplate", req, cb);
67
110
  }
68
111
  /**
69
- * 删除媒体传输流的输出配置。
112
+ * 删除转自适应码流模板
70
113
  */
71
- async DeleteStreamLinkOutput(req, cb) {
72
- return this.request("DeleteStreamLinkOutput", req, cb);
114
+ async DeleteAdaptiveDynamicStreamingTemplate(req, cb) {
115
+ return this.request("DeleteAdaptiveDynamicStreamingTemplate", req, cb);
73
116
  }
74
117
  /**
75
- * 修改用户自定义内容审核模板。
118
+ * 创建转自适应码流模板,数量上限:100。
76
119
  */
77
- async ModifyContentReviewTemplate(req, cb) {
78
- return this.request("ModifyContentReviewTemplate", req, cb);
120
+ async CreateAdaptiveDynamicStreamingTemplate(req, cb) {
121
+ return this.request("CreateAdaptiveDynamicStreamingTemplate", req, cb);
79
122
  }
80
123
  /**
81
- * 创建用户自定义内容审核模板,数量上限:50。
124
+ * 禁用工作流。
82
125
  */
83
- async CreateContentReviewTemplate(req, cb) {
84
- return this.request("CreateContentReviewTemplate", req, cb);
126
+ async DisableWorkflow(req, cb) {
127
+ return this.request("DisableWorkflow", req, cb);
85
128
  }
86
129
  /**
87
- * 创建用户自定义采样截图模板,数量上限:16。
130
+ * 查询采样截图模板,支持根据条件,分页查询。
88
131
  */
89
- async CreateSampleSnapshotTemplate(req, cb) {
90
- return this.request("CreateSampleSnapshotTemplate", req, cb);
132
+ async DescribeSampleSnapshotTemplates(req, cb) {
133
+ return this.request("DescribeSampleSnapshotTemplates", req, cb);
91
134
  }
92
135
  /**
93
- * 对视频进行编辑(剪辑、拼接等),生成一个新的点播视频。编辑的功能包括:
136
+ * 查询媒体传输流的媒体质量数据。
94
137
 
95
- 1. 对一个文件进行剪辑,生成一个新的视频;
96
- 2. 对多个文件进行拼接,生成一个新的视频;
97
- 3. 对多个文件进行剪辑,然后再拼接,生成一个新的视频。
98
138
  */
99
- async EditMedia(req, cb) {
100
- return this.request("EditMedia", req, cb);
139
+ async DescribeStreamLinkFlowStatistics(req, cb) {
140
+ return this.request("DescribeStreamLinkFlowStatistics", req, cb);
101
141
  }
102
142
  /**
103
- * 删除用户自定义内容分析模板。
104
-
105
- 注意:模板 ID 为 10000 以下的为系统预置模板,不允许删除。
143
+ * 删除用户自定义指定时间点截图模板。
106
144
  */
107
- async DeleteAIAnalysisTemplate(req, cb) {
108
- return this.request("DeleteAIAnalysisTemplate", req, cb);
145
+ async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
146
+ return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
109
147
  }
110
148
  /**
111
- * 从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 直播流处理事件通知的内容。
112
- 该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 的中解析函数的实现事件通知的解析。
149
+ * 启用工作流。
113
150
  */
114
- async ParseLiveStreamProcessNotification(req, cb) {
115
- return this.request("ParseLiveStreamProcessNotification", req, cb);
151
+ async EnableWorkflow(req, cb) {
152
+ return this.request("EnableWorkflow", req, cb);
116
153
  }
117
154
  /**
118
- * 根据工作流 ID,获取工作流详情列表。
155
+ * 智能媒体识别,包含表情和动作识别。仅用于智学,其他调用无效。
119
156
  */
120
- async DescribeWorkflows(req, cb) {
121
- return this.request("DescribeWorkflows", req, cb);
157
+ async RecognizeMediaForZhiXue(req, cb) {
158
+ return this.request("RecognizeMediaForZhiXue", req, cb);
122
159
  }
123
160
  /**
124
- * 查询指定时间点截图模板,支持根据条件,分页查询。
161
+ * 修改媒体传输的传输流配置信息。
125
162
  */
126
- async DescribeSnapshotByTimeOffsetTemplates(req, cb) {
127
- return this.request("DescribeSnapshotByTimeOffsetTemplates", req, cb);
163
+ async ModifyStreamLinkFlow(req, cb) {
164
+ return this.request("ModifyStreamLinkFlow", req, cb);
128
165
  }
129
166
  /**
130
- * 获取媒体的元信息,包括视频画面宽、高、编码格式、时长、帧率等。
167
+ * * 该接口用于查询任务列表;
168
+ * 当列表数据比较多时,单次接口调用无法拉取整个列表,可通过 ScrollToken 参数,分批拉取;
169
+ * 只能查询到最近七天(168小时)内的任务。
131
170
  */
132
- async DescribeMediaMetaData(req, cb) {
133
- return this.request("DescribeMediaMetaData", req, cb);
171
+ async DescribeTasks(req, cb) {
172
+ return this.request("DescribeTasks", req, cb);
134
173
  }
135
174
  /**
136
- * 重新设置一个已经存在且处于禁用状态的工作流。
175
+ * 创建用户自定义转码模板,数量上限:1000。
137
176
  */
138
- async ResetWorkflow(req, cb) {
139
- return this.request("ResetWorkflow", req, cb);
177
+ async CreateTranscodeTemplate(req, cb) {
178
+ return this.request("CreateTranscodeTemplate", req, cb);
140
179
  }
141
180
  /**
142
- * 修改用户自定义转码模板信息。
181
+ * 创建媒体传输的传输流配置。
143
182
  */
144
- async ModifyTranscodeTemplate(req, cb) {
145
- return this.request("ModifyTranscodeTemplate", req, cb);
183
+ async CreateStreamLinkFlow(req, cb) {
184
+ return this.request("CreateStreamLinkFlow", req, cb);
146
185
  }
147
186
  /**
148
- * 删除用户自定义转动图模板。
187
+ * 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
149
188
  */
150
- async DeleteAnimatedGraphicsTemplate(req, cb) {
151
- return this.request("DeleteAnimatedGraphicsTemplate", req, cb);
189
+ async ExecuteFunction(req, cb) {
190
+ return this.request("ExecuteFunction", req, cb);
152
191
  }
153
192
  /**
154
- * 查询媒体输入流的配置信息。
193
+ * 批量查询媒体输入流的配置信息。
155
194
  */
156
- async DescribeStreamLinkFlow(req, cb) {
157
- return this.request("DescribeStreamLinkFlow", req, cb);
195
+ async DescribeStreamLinkFlows(req, cb) {
196
+ return this.request("DescribeStreamLinkFlows", req, cb);
158
197
  }
159
198
  /**
160
- * 删除媒体传输的传输流配置。
199
+ * 修改用户自定义转动图模板。
161
200
  */
162
- async DeleteStreamLinkFlow(req, cb) {
163
- return this.request("DeleteStreamLinkFlow", req, cb);
201
+ async ModifyAnimatedGraphicsTemplate(req, cb) {
202
+ return this.request("ModifyAnimatedGraphicsTemplate", req, cb);
164
203
  }
165
204
  /**
166
- * 根据内容分析模板唯一标识,获取内容分析模板详情列表。返回结果包含符合条件的所有用户自定义内容分析模板及系统预置视频内容分析模板
205
+ * 删除媒体传输流的输出配置。
167
206
  */
168
- async DescribeAIAnalysisTemplates(req, cb) {
169
- return this.request("DescribeAIAnalysisTemplates", req, cb);
207
+ async DeleteStreamLinkOutput(req, cb) {
208
+ return this.request("DeleteStreamLinkOutput", req, cb);
170
209
  }
171
210
  /**
172
- * 查询媒体传输流的日志信息。
211
+ * 创建用户自定义内容审核模板,数量上限:50。
173
212
  */
174
- async DescribeStreamLinkFlowLogs(req, cb) {
175
- return this.request("DescribeStreamLinkFlowLogs", req, cb);
213
+ async CreateContentReviewTemplate(req, cb) {
214
+ return this.request("CreateContentReviewTemplate", req, cb);
176
215
  }
177
216
  /**
178
- * 查询媒体传输流的SRT质量数据。
217
+ * 创建用户自定义采样截图模板,数量上限:16。
179
218
  */
180
- async DescribeStreamLinkFlowSRTStatistics(req, cb) {
181
- return this.request("DescribeStreamLinkFlowSRTStatistics", req, cb);
219
+ async CreateSampleSnapshotTemplate(req, cb) {
220
+ return this.request("CreateSampleSnapshotTemplate", req, cb);
182
221
  }
183
222
  /**
184
- * 通过任务 ID 查询任务的执行状态和结果的详细信息(最多可以查询3天之内提交的任务)。
223
+ * 删除用户自定义内容分析模板。
224
+
225
+ 注意:模板 ID 为 10000 以下的为系统预置模板,不允许删除。
185
226
  */
186
- async DescribeTaskDetail(req, cb) {
187
- return this.request("DescribeTaskDetail", req, cb);
227
+ async DeleteAIAnalysisTemplate(req, cb) {
228
+ return this.request("DeleteAIAnalysisTemplate", req, cb);
188
229
  }
189
230
  /**
190
- * 修改用户自定义内容识别模板。
231
+ * 修改编排
191
232
  */
192
- async ModifyAIRecognitionTemplate(req, cb) {
193
- return this.request("ModifyAIRecognitionTemplate", req, cb);
233
+ async ModifySchedule(req, cb) {
234
+ return this.request("ModifySchedule", req, cb);
194
235
  }
195
236
  /**
196
- * 创建媒体传输流的输出信息。
237
+ * 获取媒体的元信息,包括视频画面宽、高、编码格式、时长、帧率等。
197
238
  */
198
- async CreateStreamLinkOutputInfo(req, cb) {
199
- return this.request("CreateStreamLinkOutputInfo", req, cb);
239
+ async DescribeMediaMetaData(req, cb) {
240
+ return this.request("DescribeMediaMetaData", req, cb);
200
241
  }
201
242
  /**
202
243
  * 修改用户自定义采样截图模板。
@@ -205,89 +246,136 @@ class Client extends abstract_client_1.AbstractClient {
205
246
  return this.request("ModifySampleSnapshotTemplate", req, cb);
206
247
  }
207
248
  /**
208
- * 删除用户自定义水印模板。
249
+ * 重新设置一个已经存在且处于禁用状态的工作流。
209
250
  */
210
- async DeleteWatermarkTemplate(req, cb) {
211
- return this.request("DeleteWatermarkTemplate", req, cb);
251
+ async ResetWorkflow(req, cb) {
252
+ return this.request("ResetWorkflow", req, cb);
212
253
  }
213
254
  /**
214
- * 该接口用于根据素材 ID,删除素材样本。
255
+ * 删除工作流。对于已启用的工作流,需要禁用后才能删除。
215
256
  */
216
- async DeletePersonSample(req, cb) {
217
- return this.request("DeletePersonSample", req, cb);
257
+ async DeleteWorkflow(req, cb) {
258
+ return this.request("DeleteWorkflow", req, cb);
218
259
  }
219
260
  /**
220
- * 删除用户自定义转码模板。
261
+ * 修改用户自定义雪碧图模板。
221
262
  */
222
- async DeleteTranscodeTemplate(req, cb) {
223
- return this.request("DeleteTranscodeTemplate", req, cb);
263
+ async ModifyImageSpriteTemplate(req, cb) {
264
+ return this.request("ModifyImageSpriteTemplate", req, cb);
224
265
  }
225
266
  /**
226
- * 删除用户自定义指定时间点截图模板。
267
+ * 根据转码模板唯一标识,获取转码模板详情列表。返回结果包含符合条件的所有用户自定义模板及[系统预置转码模板](https://cloud.tencent.com/document/product/266/33476#.E9.A2.84.E7.BD.AE.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
227
268
  */
228
- async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
229
- return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
269
+ async DescribeTranscodeTemplates(req, cb) {
270
+ return this.request("DescribeTranscodeTemplates", req, cb);
230
271
  }
231
272
  /**
232
- * 修改用户自定义转动图模板。
273
+ * 删除媒体传输的传输流配置。
233
274
  */
234
- async ModifyAnimatedGraphicsTemplate(req, cb) {
235
- return this.request("ModifyAnimatedGraphicsTemplate", req, cb);
275
+ async DeleteStreamLinkFlow(req, cb) {
276
+ return this.request("DeleteStreamLinkFlow", req, cb);
236
277
  }
237
278
  /**
238
- * 该接口用于根据应用场景、关键词、标签,分页查询关键词样本信息。
279
+ * 启动媒体传输流。
239
280
  */
240
- async DescribeWordSamples(req, cb) {
241
- return this.request("DescribeWordSamples", req, cb);
281
+ async StartStreamLinkFlow(req, cb) {
282
+ return this.request("StartStreamLinkFlow", req, cb);
242
283
  }
243
284
  /**
244
- * 修改用户自定义水印模板,水印类型不允许修改。
285
+ * 修改媒体传输流的输入信息。
245
286
  */
246
- async ModifyWatermarkTemplate(req, cb) {
247
- return this.request("ModifyWatermarkTemplate", req, cb);
287
+ async ModifyStreamLinkInput(req, cb) {
288
+ return this.request("ModifyStreamLinkInput", req, cb);
248
289
  }
249
290
  /**
250
- * 该接口用于批量删除关键词样本。
291
+ * 查询媒体传输所有地区。
251
292
  */
252
- async DeleteWordSamples(req, cb) {
253
- return this.request("DeleteWordSamples", req, cb);
293
+ async DescribeStreamLinkRegions(req, cb) {
294
+ return this.request("DescribeStreamLinkRegions", req, cb);
254
295
  }
255
296
  /**
256
- * 删除工作流。对于已启用的工作流,需要禁用后才能删除。
297
+ * 查询编排。
257
298
  */
258
- async DeleteWorkflow(req, cb) {
259
- return this.request("DeleteWorkflow", req, cb);
299
+ async DescribeSchedules(req, cb) {
300
+ return this.request("DescribeSchedules", req, cb);
260
301
  }
261
302
  /**
262
- * 删除转自适应码流模板
303
+ * 该接口用于根据素材 ID,修改素材样本信息,包括名称、描述的修改,以及五官、标签的添加、删除、重置操作。五官删除操作需保证至少剩余 1 张图片,否则,请使用重置操作。
263
304
  */
264
- async DeleteAdaptiveDynamicStreamingTemplate(req, cb) {
265
- return this.request("DeleteAdaptiveDynamicStreamingTemplate", req, cb);
305
+ async ModifyPersonSample(req, cb) {
306
+ return this.request("ModifyPersonSample", req, cb);
266
307
  }
267
308
  /**
268
- * 创建转自适应码流模板,数量上限:100。
309
+ * 删除用户自定义内容审核模板。
269
310
  */
270
- async CreateAdaptiveDynamicStreamingTemplate(req, cb) {
271
- return this.request("CreateAdaptiveDynamicStreamingTemplate", req, cb);
311
+ async DeleteContentReviewTemplate(req, cb) {
312
+ return this.request("DeleteContentReviewTemplate", req, cb);
272
313
  }
273
314
  /**
274
- * 禁用工作流。
315
+ * 创建用户自定义内容分析模板,数量上限:50。
275
316
  */
276
- async DisableWorkflow(req, cb) {
277
- return this.request("DisableWorkflow", req, cb);
317
+ async CreateAIAnalysisTemplate(req, cb) {
318
+ return this.request("CreateAIAnalysisTemplate", req, cb);
278
319
  }
279
320
  /**
280
- * 查询采样截图模板,支持根据条件,分页查询。
321
+ * 停止媒体传输流。
281
322
  */
282
- async DescribeSampleSnapshotTemplates(req, cb) {
283
- return this.request("DescribeSampleSnapshotTemplates", req, cb);
323
+ async StopStreamLinkFlow(req, cb) {
324
+ return this.request("StopStreamLinkFlow", req, cb);
284
325
  }
285
326
  /**
286
- * 查询媒体传输流的媒体质量数据。
287
-
327
+ * 查询指定时间点截图模板,支持根据条件,分页查询。
328
+ */
329
+ async DescribeSnapshotByTimeOffsetTemplates(req, cb) {
330
+ return this.request("DescribeSnapshotByTimeOffsetTemplates", req, cb);
331
+ }
332
+ /**
333
+ * 修改用户自定义转码模板信息。
334
+ */
335
+ async ModifyTranscodeTemplate(req, cb) {
336
+ return this.request("ModifyTranscodeTemplate", req, cb);
337
+ }
338
+ /**
339
+ * 根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。
340
+ */
341
+ async DescribeContentReviewTemplates(req, cb) {
342
+ return this.request("DescribeContentReviewTemplates", req, cb);
343
+ }
344
+ /**
345
+ * 查询媒体传输流的SRT质量数据。
346
+ */
347
+ async DescribeStreamLinkFlowSRTStatistics(req, cb) {
348
+ return this.request("DescribeStreamLinkFlowSRTStatistics", req, cb);
349
+ }
350
+ /**
351
+ * 创建媒体传输流的输出信息。
352
+ */
353
+ async CreateStreamLinkOutputInfo(req, cb) {
354
+ return this.request("CreateStreamLinkOutputInfo", req, cb);
355
+ }
356
+ /**
357
+ * 根据工作流 ID,获取工作流详情列表。
358
+ */
359
+ async DescribeWorkflows(req, cb) {
360
+ return this.request("DescribeWorkflows", req, cb);
361
+ }
362
+ /**
363
+ * 修改用户自定义水印模板,水印类型不允许修改。
364
+ */
365
+ async ModifyWatermarkTemplate(req, cb) {
366
+ return this.request("ModifyWatermarkTemplate", req, cb);
367
+ }
368
+ /**
369
+ * 该接口用于批量删除关键词样本。
370
+ */
371
+ async DeleteWordSamples(req, cb) {
372
+ return this.request("DeleteWordSamples", req, cb);
373
+ }
374
+ /**
375
+ * 查询媒体传输开通状态。
288
376
  */
289
- async DescribeStreamLinkFlowStatistics(req, cb) {
290
- return this.request("DescribeStreamLinkFlowStatistics", req, cb);
377
+ async DescribeStreamLinkActivateState(req, cb) {
378
+ return this.request("DescribeStreamLinkActivateState", req, cb);
291
379
  }
292
380
  /**
293
381
  * 创建用户自定义水印模板,数量上限:1000。
@@ -302,10 +390,11 @@ class Client extends abstract_client_1.AbstractClient {
302
390
  return this.request("DescribePersonSamples", req, cb);
303
391
  }
304
392
  /**
305
- * 删除用户自定义采样截图模板。
393
+ * 从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 事件通知的内容。
394
+ 该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 的中解析函数的实现事件通知的解析。
306
395
  */
307
- async DeleteSampleSnapshotTemplate(req, cb) {
308
- return this.request("DeleteSampleSnapshotTemplate", req, cb);
396
+ async ParseNotification(req, cb) {
397
+ return this.request("ParseNotification", req, cb);
309
398
  }
310
399
  /**
311
400
  * 删除用户自定义内容识别模板。
@@ -314,145 +403,153 @@ class Client extends abstract_client_1.AbstractClient {
314
403
  return this.request("DeleteAIRecognitionTemplate", req, cb);
315
404
  }
316
405
  /**
317
- * 启动媒体传输流。
406
+ * 查询转动图模板列表,支持根据条件,分页查询。
318
407
  */
319
- async StartStreamLinkFlow(req, cb) {
320
- return this.request("StartStreamLinkFlow", req, cb);
408
+ async DescribeAnimatedGraphicsTemplates(req, cb) {
409
+ return this.request("DescribeAnimatedGraphicsTemplates", req, cb);
321
410
  }
322
411
  /**
323
- * 创建用户自定义转动图模板,数量上限:16。
412
+ * 对已发起的任务进行管理。
324
413
  */
325
- async CreateAnimatedGraphicsTemplate(req, cb) {
326
- return this.request("CreateAnimatedGraphicsTemplate", req, cb);
414
+ async ManageTask(req, cb) {
415
+ return this.request("ManageTask", req, cb);
327
416
  }
328
417
  /**
329
- * 查询转动图模板列表,支持根据条件,分页查询。
418
+ * 修改用户自定义指定时间点截图模板。
330
419
  */
331
- async DescribeAnimatedGraphicsTemplates(req, cb) {
332
- return this.request("DescribeAnimatedGraphicsTemplates", req, cb);
420
+ async ModifySnapshotByTimeOffsetTemplate(req, cb) {
421
+ return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
333
422
  }
334
423
  /**
335
- * 修改媒体传输流的输入信息。
424
+ * 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
336
425
  */
337
- async ModifyStreamLinkInput(req, cb) {
338
- return this.request("ModifyStreamLinkInput", req, cb);
426
+ async CreateWordSamples(req, cb) {
427
+ return this.request("CreateWordSamples", req, cb);
339
428
  }
340
429
  /**
341
- * 启用工作流。
430
+ * 对 COS 中指定 Bucket 的目录下上传的媒体文件,设置处理规则,包括:
431
+ 1. 视频转码(带水印);
432
+ 2. 视频转动图;
433
+ 3. 对视频按指定时间点截图;
434
+ 4. 对视频采样截图;
435
+ 5. 对视频截图雪碧图;
436
+ 6. 对视频转自适应码流;
437
+ 7. 智能内容审核(鉴黄、敏感信息检测);
438
+ 8. 智能内容分析(标签、分类、封面、按帧标签);
439
+ 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
440
+
441
+ 注意:创建工作流成功后是禁用状态,需要手动启用。
342
442
  */
343
- async EnableWorkflow(req, cb) {
344
- return this.request("EnableWorkflow", req, cb);
443
+ async CreateWorkflow(req, cb) {
444
+ return this.request("CreateWorkflow", req, cb);
345
445
  }
346
446
  /**
347
- * 查询媒体传输流的媒体质量数据。
348
-
447
+ * 查询转自适应码流模板,支持根据条件,分页查询。
349
448
  */
350
- async DescribeStreamLinkFlowMediaStatistics(req, cb) {
351
- return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb);
449
+ async DescribeAdaptiveDynamicStreamingTemplates(req, cb) {
450
+ return this.request("DescribeAdaptiveDynamicStreamingTemplates", req, cb);
352
451
  }
353
452
  /**
354
- * CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 事件通知的内容。
355
- 该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 的中解析函数的实现事件通知的解析。
453
+ * COS 中指定 Bucket 的目录下上传的媒体文件,设置处理规则,包括:
454
+ 1. 视频转码(带水印);
455
+ 2. 视频转动图;
456
+ 3. 对视频按指定时间点截图;
457
+ 4. 对视频采样截图;
458
+ 5. 对视频截图雪碧图;
459
+ 6. 对视频转自适应码流;
460
+ 7. 智能内容审核(鉴黄、敏感信息检测);
461
+ 8. 智能内容分析(标签、分类、封面、按帧标签);
462
+ 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
463
+
464
+ 注意:创建编排成功后是禁用状态,需要手动启用。
356
465
  */
357
- async ParseNotification(req, cb) {
358
- return this.request("ParseNotification", req, cb);
466
+ async CreateSchedule(req, cb) {
467
+ return this.request("CreateSchedule", req, cb);
359
468
  }
360
469
  /**
361
- * 智能媒体识别,包含表情和动作识别。仅用于智学,其他调用无效。
470
+ * 该接口用于修改关键词的应用场景、标签,关键词本身不可修改,如需修改,可删除重建。
362
471
  */
363
- async RecognizeMediaForZhiXue(req, cb) {
364
- return this.request("RecognizeMediaForZhiXue", req, cb);
472
+ async ModifyWordSample(req, cb) {
473
+ return this.request("ModifyWordSample", req, cb);
365
474
  }
366
475
  /**
367
- * 对已发起的任务进行管理。
476
+ * 查询雪碧图模板,支持根据条件,分页查询。
368
477
  */
369
- async ManageTask(req, cb) {
370
- return this.request("ManageTask", req, cb);
478
+ async DescribeImageSpriteTemplates(req, cb) {
479
+ return this.request("DescribeImageSpriteTemplates", req, cb);
371
480
  }
372
481
  /**
373
- * 查询媒体传输开通状态。
482
+ * 查询用户自定义水印模板,支持根据条件,分页查询。
374
483
  */
375
- async DescribeStreamLinkActivateState(req, cb) {
376
- return this.request("DescribeStreamLinkActivateState", req, cb);
484
+ async DescribeWatermarkTemplates(req, cb) {
485
+ return this.request("DescribeWatermarkTemplates", req, cb);
377
486
  }
378
487
  /**
379
- * 修改媒体传输的传输流配置信息。
488
+ * 创建用户自定义雪碧图模板,数量上限:16。
380
489
  */
381
- async ModifyStreamLinkFlow(req, cb) {
382
- return this.request("ModifyStreamLinkFlow", req, cb);
490
+ async CreateImageSpriteTemplate(req, cb) {
491
+ return this.request("CreateImageSpriteTemplate", req, cb);
383
492
  }
384
493
  /**
385
- * * 该接口用于查询任务列表;
386
- * 当列表数据比较多时,单次接口调用无法拉取整个列表,可通过 ScrollToken 参数,分批拉取;
387
- * 只能查询到最近七天(168小时)内的任务。
494
+ * 修改媒体传输流的输出配置。
388
495
  */
389
- async DescribeTasks(req, cb) {
390
- return this.request("DescribeTasks", req, cb);
496
+ async ModifyStreamLinkOutputInfo(req, cb) {
497
+ return this.request("ModifyStreamLinkOutputInfo", req, cb);
391
498
  }
392
499
  /**
393
- * 查询媒体传输所有地区。
500
+ * 根据内容识别模板唯一标识,获取内容识别模板详情列表。返回结果包含符合条件的所有用户自定义内容识别模板及系统预置视频内容识别模板
394
501
  */
395
- async DescribeStreamLinkRegions(req, cb) {
396
- return this.request("DescribeStreamLinkRegions", req, cb);
502
+ async DescribeAIRecognitionTemplates(req, cb) {
503
+ return this.request("DescribeAIRecognitionTemplates", req, cb);
397
504
  }
398
505
  /**
399
- * 修改用户自定义指定时间点截图模板。
506
+ * 提取视频中的盲水印。
400
507
  */
401
- async ModifySnapshotByTimeOffsetTemplate(req, cb) {
402
- return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
508
+ async WithdrawsWatermark(req, cb) {
509
+ return this.request("WithdrawsWatermark", req, cb);
403
510
  }
404
511
  /**
405
- * 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
512
+ * 查询媒体输入流的配置信息。
406
513
  */
407
- async CreateWordSamples(req, cb) {
408
- return this.request("CreateWordSamples", req, cb);
514
+ async DescribeStreamLinkFlow(req, cb) {
515
+ return this.request("DescribeStreamLinkFlow", req, cb);
409
516
  }
410
517
  /**
411
- * 该接口用于创建素材样本,用于通过五官定位等技术,进行内容识别、内容不适宜等视频处理。
518
+ * 删除编排
412
519
  */
413
- async CreatePersonSample(req, cb) {
414
- return this.request("CreatePersonSample", req, cb);
520
+ async DeleteSchedule(req, cb) {
521
+ return this.request("DeleteSchedule", req, cb);
415
522
  }
416
523
  /**
417
- * 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
524
+ * 修改转自适应码流模板
418
525
  */
419
- async ExecuteFunction(req, cb) {
420
- return this.request("ExecuteFunction", req, cb);
526
+ async ModifyAdaptiveDynamicStreamingTemplate(req, cb) {
527
+ return this.request("ModifyAdaptiveDynamicStreamingTemplate", req, cb);
421
528
  }
422
529
  /**
423
- * 该接口用于根据素材 ID,修改素材样本信息,包括名称、描述的修改,以及五官、标签的添加、删除、重置操作。五官删除操作需保证至少剩余 1 张图片,否则,请使用重置操作。
530
+ * 删除用户自定义水印模板。
424
531
  */
425
- async ModifyPersonSample(req, cb) {
426
- return this.request("ModifyPersonSample", req, cb);
532
+ async DeleteWatermarkTemplate(req, cb) {
533
+ return this.request("DeleteWatermarkTemplate", req, cb);
427
534
  }
428
535
  /**
429
- * 创建用户自定义转码模板,数量上限:1000。
536
+ * 该接口用于根据素材 ID,删除素材样本。
430
537
  */
431
- async CreateTranscodeTemplate(req, cb) {
432
- return this.request("CreateTranscodeTemplate", req, cb);
538
+ async DeletePersonSample(req, cb) {
539
+ return this.request("DeletePersonSample", req, cb);
433
540
  }
434
541
  /**
435
- * COS 中指定 Bucket 的目录下上传的媒体文件,设置处理规则,包括:
436
- 1. 视频转码(带水印);
437
- 2. 视频转动图;
438
- 3. 对视频按指定时间点截图;
439
- 4. 对视频采样截图;
440
- 5. 对视频截图雪碧图;
441
- 6. 对视频转自适应码流;
442
- 7. 智能内容审核(鉴黄、敏感信息检测);
443
- 8. 智能内容分析(标签、分类、封面、按帧标签);
444
- 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
445
-
446
- 注意:创建工作流成功后是禁用状态,需要手动启用。
542
+ * CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 直播流处理事件通知的内容。
543
+ 该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 的中解析函数的实现事件通知的解析。
447
544
  */
448
- async CreateWorkflow(req, cb) {
449
- return this.request("CreateWorkflow", req, cb);
545
+ async ParseLiveStreamProcessNotification(req, cb) {
546
+ return this.request("ParseLiveStreamProcessNotification", req, cb);
450
547
  }
451
548
  /**
452
- * 创建媒体传输的传输流配置。
549
+ * 启用自动化触发编排任务。
453
550
  */
454
- async CreateStreamLinkFlow(req, cb) {
455
- return this.request("CreateStreamLinkFlow", req, cb);
551
+ async EnableSchedule(req, cb) {
552
+ return this.request("EnableSchedule", req, cb);
456
553
  }
457
554
  /**
458
555
  * 对直播流媒体发起处理任务,功能包括:
@@ -466,85 +563,53 @@ class Client extends abstract_client_1.AbstractClient {
466
563
  return this.request("ProcessLiveStream", req, cb);
467
564
  }
468
565
  /**
469
- * 查询转自适应码流模板,支持根据条件,分页查询。
470
- */
471
- async DescribeAdaptiveDynamicStreamingTemplates(req, cb) {
472
- return this.request("DescribeAdaptiveDynamicStreamingTemplates", req, cb);
473
- }
474
- /**
475
- * 对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:
476
- 1. 视频转码(普通转码、极速高清转码、音视频增强);
477
- 2. 视频转动图;
478
- 3. 对视频按指定时间点截图;
479
- 4. 对视频采样截图;
480
- 5. 对视频截图雪碧图;
481
- 6. 对视频转自适应码流;
482
- 7. 智能内容审核(鉴黄、敏感信息检测);
483
- 8. 智能内容分析(标签、分类、封面、按帧标签、拆条、集锦、片头片尾);
484
- 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别)。
485
- */
486
- async ProcessMedia(req, cb) {
487
- return this.request("ProcessMedia", req, cb);
488
- }
489
- /**
490
- * 创建用户自定义内容识别模板,数量上限:50。
491
- */
492
- async CreateAIRecognitionTemplate(req, cb) {
493
- return this.request("CreateAIRecognitionTemplate", req, cb);
494
- }
495
- /**
496
- * 修改用户自定义雪碧图模板。
497
- */
498
- async ModifyImageSpriteTemplate(req, cb) {
499
- return this.request("ModifyImageSpriteTemplate", req, cb);
500
- }
501
- /**
502
- * 该接口用于修改关键词的应用场景、标签,关键词本身不可修改,如需修改,可删除重建。
566
+ * 删除用户自定义采样截图模板。
503
567
  */
504
- async ModifyWordSample(req, cb) {
505
- return this.request("ModifyWordSample", req, cb);
568
+ async DeleteSampleSnapshotTemplate(req, cb) {
569
+ return this.request("DeleteSampleSnapshotTemplate", req, cb);
506
570
  }
507
571
  /**
508
- * 查询雪碧图模板,支持根据条件,分页查询。
572
+ * 查询媒体传输流的媒体质量数据。
573
+
509
574
  */
510
- async DescribeImageSpriteTemplates(req, cb) {
511
- return this.request("DescribeImageSpriteTemplates", req, cb);
575
+ async DescribeStreamLinkFlowMediaStatistics(req, cb) {
576
+ return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb);
512
577
  }
513
578
  /**
514
- * 删除用户自定义内容审核模板。
579
+ * 该接口用于创建素材样本,用于通过五官定位等技术,进行内容识别、内容不适宜等视频处理。
515
580
  */
516
- async DeleteContentReviewTemplate(req, cb) {
517
- return this.request("DeleteContentReviewTemplate", req, cb);
581
+ async CreatePersonSample(req, cb) {
582
+ return this.request("CreatePersonSample", req, cb);
518
583
  }
519
584
  /**
520
- * 创建用户自定义内容分析模板,数量上限:50。
585
+ * 禁用自动化触发编排任务。
521
586
  */
522
- async CreateAIAnalysisTemplate(req, cb) {
523
- return this.request("CreateAIAnalysisTemplate", req, cb);
587
+ async DisableSchedule(req, cb) {
588
+ return this.request("DisableSchedule", req, cb);
524
589
  }
525
590
  /**
526
- * 修改转自适应码流模板
591
+ * 修改用户自定义内容审核模板。
527
592
  */
528
- async ModifyAdaptiveDynamicStreamingTemplate(req, cb) {
529
- return this.request("ModifyAdaptiveDynamicStreamingTemplate", req, cb);
593
+ async ModifyContentReviewTemplate(req, cb) {
594
+ return this.request("ModifyContentReviewTemplate", req, cb);
530
595
  }
531
596
  /**
532
- * 根据内容识别模板唯一标识,获取内容识别模板详情列表。返回结果包含符合条件的所有用户自定义内容识别模板及系统预置视频内容识别模板
597
+ * 创建用户自定义内容识别模板,数量上限:50。
533
598
  */
534
- async DescribeAIRecognitionTemplates(req, cb) {
535
- return this.request("DescribeAIRecognitionTemplates", req, cb);
599
+ async CreateAIRecognitionTemplate(req, cb) {
600
+ return this.request("CreateAIRecognitionTemplate", req, cb);
536
601
  }
537
602
  /**
538
- * 查询用户自定义水印模板,支持根据条件,分页查询。
603
+ * 修改用户自定义内容识别模板。
539
604
  */
540
- async DescribeWatermarkTemplates(req, cb) {
541
- return this.request("DescribeWatermarkTemplates", req, cb);
605
+ async ModifyAIRecognitionTemplate(req, cb) {
606
+ return this.request("ModifyAIRecognitionTemplate", req, cb);
542
607
  }
543
608
  /**
544
- * 创建用户自定义雪碧图模板,数量上限:16。
609
+ * 查询媒体传输流的日志信息。
545
610
  */
546
- async CreateImageSpriteTemplate(req, cb) {
547
- return this.request("CreateImageSpriteTemplate", req, cb);
611
+ async DescribeStreamLinkFlowLogs(req, cb) {
612
+ return this.request("DescribeStreamLinkFlowLogs", req, cb);
548
613
  }
549
614
  /**
550
615
  * 删除雪碧图模板。
@@ -552,17 +617,5 @@ class Client extends abstract_client_1.AbstractClient {
552
617
  async DeleteImageSpriteTemplate(req, cb) {
553
618
  return this.request("DeleteImageSpriteTemplate", req, cb);
554
619
  }
555
- /**
556
- * 根据转码模板唯一标识,获取转码模板详情列表。返回结果包含符合条件的所有用户自定义模板及[系统预置转码模板](https://cloud.tencent.com/document/product/266/33476#.E9.A2.84.E7.BD.AE.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
557
- */
558
- async DescribeTranscodeTemplates(req, cb) {
559
- return this.request("DescribeTranscodeTemplates", req, cb);
560
- }
561
- /**
562
- * 根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。
563
- */
564
- async DescribeContentReviewTemplates(req, cb) {
565
- return this.request("DescribeContentReviewTemplates", req, cb);
566
- }
567
620
  }
568
621
  exports.Client = Client;