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