tencentcloud-sdk-nodejs-ims 4.1.28 → 4.1.29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ims",
3
- "version": "4.1.28",
3
+ "version": "4.1.29",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3,7 +3,8 @@
3
3
  */
4
4
  export interface ImageModerationRequest {
5
5
  /**
6
- * 该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用默认的识别策略;传入则会在审核时根据业务场景采取不同的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
6
+ * 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](#https://console.cloud.tencent.com/cms/clouds/manage)中配置。
7
+ 备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
7
8
  */
8
9
  BizType?: string;
9
10
  /**
@@ -35,7 +36,7 @@ export interface ImageModerationRequest {
35
36
  */
36
37
  Device?: Device;
37
38
  /**
38
- * 该字段表示送审的数据类型,默认为通用图片,可以选择。
39
+ * 该字段表示输入的图片审核类型,取值含:IMAGE(内容安全)、IMAGE_AIGC(AI生成识别)两种,默认值为IMAGE。
39
40
  */
40
41
  Type?: string;
41
42
  }