tencentcloud-sdk-nodejs-mps 4.0.345 → 4.0.346

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.
@@ -16,7 +16,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
16
16
  */
17
17
  ParseNotification(req: ParseNotificationRequest, cb?: (error: string, rep: ParseNotificationResponse) => void): Promise<ParseNotificationResponse>;
18
18
  /**
19
- * 修改用户自定义内容智能识别模板。
19
+ * 修改用户自定义内容审核模板。
20
20
  */
21
21
  ModifyContentReviewTemplate(req: ModifyContentReviewTemplateRequest, cb?: (error: string, rep: ModifyContentReviewTemplateResponse) => void): Promise<ModifyContentReviewTemplateResponse>;
22
22
  /**
@@ -203,7 +203,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
203
203
  */
204
204
  CreatePersonSample(req: CreatePersonSampleRequest, cb?: (error: string, rep: CreatePersonSampleResponse) => void): Promise<CreatePersonSampleResponse>;
205
205
  /**
206
- * 本接口仅用于定制开发的特殊场景,除非云视频处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
206
+ * 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
207
207
  */
208
208
  ExecuteFunction(req: ExecuteFunctionRequest, cb?: (error: string, rep: ExecuteFunctionResponse) => void): Promise<ExecuteFunctionResponse>;
209
209
  /**
@@ -272,7 +272,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
272
272
  */
273
273
  DescribeImageSpriteTemplates(req: DescribeImageSpriteTemplatesRequest, cb?: (error: string, rep: DescribeImageSpriteTemplatesResponse) => void): Promise<DescribeImageSpriteTemplatesResponse>;
274
274
  /**
275
- * 删除用户自定义内容智能识别模板。
275
+ * 删除用户自定义内容审核模板。
276
276
  */
277
277
  DeleteContentReviewTemplate(req: DeleteContentReviewTemplateRequest, cb?: (error: string, rep: DeleteContentReviewTemplateResponse) => void): Promise<DeleteContentReviewTemplateResponse>;
278
278
  /**
@@ -300,7 +300,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
300
300
  */
301
301
  DescribeTranscodeTemplates(req: DescribeTranscodeTemplatesRequest, cb?: (error: string, rep: DescribeTranscodeTemplatesResponse) => void): Promise<DescribeTranscodeTemplatesResponse>;
302
302
  /**
303
- * 根据内容智能识别模板唯一标识,获取内容智能识别模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置内容智能识别模板。
303
+ * 根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。
304
304
  */
305
305
  DescribeContentReviewTemplates(req: DescribeContentReviewTemplatesRequest, cb?: (error: string, rep: DescribeContentReviewTemplatesResponse) => void): Promise<DescribeContentReviewTemplatesResponse>;
306
306
  }
@@ -41,7 +41,7 @@ class Client extends TencentCloudCommon.AbstractClient {
41
41
  return this.request("ParseNotification", req, cb);
42
42
  }
43
43
  /**
44
- * 修改用户自定义内容智能识别模板。
44
+ * 修改用户自定义内容审核模板。
45
45
  */
46
46
  async ModifyContentReviewTemplate(req, cb) {
47
47
  return this.request("ModifyContentReviewTemplate", req, cb);
@@ -316,7 +316,7 @@ class Client extends TencentCloudCommon.AbstractClient {
316
316
  return this.request("CreatePersonSample", req, cb);
317
317
  }
318
318
  /**
319
- * 本接口仅用于定制开发的特殊场景,除非云视频处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
319
+ * 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
320
320
  */
321
321
  async ExecuteFunction(req, cb) {
322
322
  return this.request("ExecuteFunction", req, cb);
@@ -407,7 +407,7 @@ class Client extends TencentCloudCommon.AbstractClient {
407
407
  return this.request("DescribeImageSpriteTemplates", req, cb);
408
408
  }
409
409
  /**
410
- * 删除用户自定义内容智能识别模板。
410
+ * 删除用户自定义内容审核模板。
411
411
  */
412
412
  async DeleteContentReviewTemplate(req, cb) {
413
413
  return this.request("DeleteContentReviewTemplate", req, cb);
@@ -449,7 +449,7 @@ class Client extends TencentCloudCommon.AbstractClient {
449
449
  return this.request("DescribeTranscodeTemplates", req, cb);
450
450
  }
451
451
  /**
452
- * 根据内容智能识别模板唯一标识,获取内容智能识别模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置内容智能识别模板。
452
+ * 根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。
453
453
  */
454
454
  async DescribeContentReviewTemplates(req, cb) {
455
455
  return this.request("DescribeContentReviewTemplates", req, cb);