tencentcloud-sdk-nodejs-ims 4.1.28 → 4.1.30
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
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface ImageModerationRequest {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
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
|
}
|