tencentcloud-sdk-nodejs 4.0.610 → 4.0.612
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/CHANGELOG.md +282 -0
- package/SERVICE_CHANGELOG.md +289 -193
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +10 -0
- package/src/services/cfw/v20190904/cfw_models.ts +18 -1
- package/src/services/clb/v20180317/clb_client.ts +2 -1
- package/src/services/clb/v20180317/clb_models.ts +50 -5
- package/src/services/cms/v20190321/cms_client.ts +54 -102
- package/src/services/cms/v20190321/cms_models.ts +580 -702
- package/src/services/cwp/v20180228/cwp_models.ts +7 -3
- package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +59 -9
- package/src/services/emr/v20190103/emr_client.ts +3 -3
- package/src/services/emr/v20190103/emr_models.ts +33 -1
- package/src/services/ess/v20201111/ess_models.ts +50 -45
- package/src/services/ocr/v20181119/ocr_client.ts +22 -8
- package/src/services/ocr/v20181119/ocr_models.ts +91 -21
- package/src/services/partners/v20180321/partners_client.ts +4 -2
- package/src/services/ssl/v20191205/ssl_client.ts +24 -12
- package/src/services/ssl/v20191205/ssl_models.ts +189 -79
- package/src/services/tcss/v20201101/tcss_client.ts +13 -0
- package/src/services/tcss/v20201101/tcss_models.ts +108 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +15 -1
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +0 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +44 -5
- package/tencentcloud/services/cms/v20190321/cms_client.d.ts +13 -37
- package/tencentcloud/services/cms/v20190321/cms_client.js +18 -48
- package/tencentcloud/services/cms/v20190321/cms_models.d.ts +455 -557
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -9
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +0 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +0 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +28 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +50 -45
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +74 -16
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +3 -1
- package/tencentcloud/services/partners/v20180321/partners_client.js +3 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +160 -70
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +5 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +6 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +91 -0
- package/test/cms.v20190321.test.js +12 -42
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/ocr.v20181119.test.js +12 -2
- package/test/ssl.v20191205.test.js +12 -2
- package/test/tcss.v20201101.test.js +10 -0
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CreateKeywordsSamples返回参数结构体
|
|
3
|
+
*/
|
|
4
|
+
export interface CreateKeywordsSamplesResponse {
|
|
5
|
+
/**
|
|
6
|
+
* 添加成功的关键词ID列表
|
|
7
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
|
+
*/
|
|
9
|
+
SampleIDs?: Array<string>;
|
|
10
|
+
/**
|
|
11
|
+
* 重复关键词列表
|
|
12
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13
|
+
*/
|
|
14
|
+
DupInfos?: Array<UserKeywordInfo>;
|
|
15
|
+
/**
|
|
16
|
+
* 无效关键词列表
|
|
17
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18
|
+
*/
|
|
19
|
+
InvalidSamples?: Array<InvalidSample>;
|
|
20
|
+
/**
|
|
21
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
22
|
+
*/
|
|
23
|
+
RequestId?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* CreateKeywordsSamples请求参数结构体
|
|
27
|
+
*/
|
|
28
|
+
export interface CreateKeywordsSamplesRequest {
|
|
29
|
+
/**
|
|
30
|
+
* 关键词库信息:单次限制写入2000个,词库总容量不可超过10000个。
|
|
31
|
+
*/
|
|
32
|
+
UserKeywords: Array<UserKeyword>;
|
|
33
|
+
/**
|
|
34
|
+
* 词库ID
|
|
35
|
+
*/
|
|
36
|
+
LibID?: string;
|
|
37
|
+
}
|
|
1
38
|
/**
|
|
2
39
|
* 文本返回的自定义词库结果
|
|
3
40
|
*/
|
|
@@ -6,14 +43,14 @@ export interface CustomResult {
|
|
|
6
43
|
* 命中的自定义关键词
|
|
7
44
|
*/
|
|
8
45
|
Keywords?: Array<string>;
|
|
9
|
-
/**
|
|
10
|
-
* 自定义库id
|
|
11
|
-
*/
|
|
12
|
-
LibId?: string;
|
|
13
46
|
/**
|
|
14
47
|
* 自定义词库名称
|
|
15
48
|
*/
|
|
16
49
|
LibName?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 自定义库id
|
|
52
|
+
*/
|
|
53
|
+
LibId?: string;
|
|
17
54
|
/**
|
|
18
55
|
* 命中的自定义关键词的类型
|
|
19
56
|
*/
|
|
@@ -23,10 +60,6 @@ export interface CustomResult {
|
|
|
23
60
|
* 文本识别结果详情
|
|
24
61
|
*/
|
|
25
62
|
export interface TextData {
|
|
26
|
-
/**
|
|
27
|
-
* 是否恶意 0:正常 1:可疑
|
|
28
|
-
*/
|
|
29
|
-
EvilFlag: number;
|
|
30
63
|
/**
|
|
31
64
|
* 恶意类型
|
|
32
65
|
100:正常
|
|
@@ -39,21 +72,21 @@ export interface TextData {
|
|
|
39
72
|
*/
|
|
40
73
|
EvilType: number;
|
|
41
74
|
/**
|
|
42
|
-
*
|
|
75
|
+
* 是否恶意 0:正常 1:可疑
|
|
43
76
|
*/
|
|
44
|
-
|
|
77
|
+
EvilFlag: number;
|
|
45
78
|
/**
|
|
46
|
-
*
|
|
79
|
+
* 和请求中的DataId一致,原样返回
|
|
47
80
|
*/
|
|
48
|
-
|
|
81
|
+
DataId?: string;
|
|
49
82
|
/**
|
|
50
|
-
*
|
|
83
|
+
* 输出的其他信息,不同客户内容不同
|
|
51
84
|
*/
|
|
52
|
-
|
|
85
|
+
Extra?: string;
|
|
53
86
|
/**
|
|
54
|
-
*
|
|
87
|
+
* 最终使用的BizType
|
|
55
88
|
*/
|
|
56
|
-
|
|
89
|
+
BizType?: number;
|
|
57
90
|
/**
|
|
58
91
|
* 消息类输出结果
|
|
59
92
|
*/
|
|
@@ -63,71 +96,63 @@ export interface TextData {
|
|
|
63
96
|
*/
|
|
64
97
|
RiskDetails?: Array<RiskDetails>;
|
|
65
98
|
/**
|
|
66
|
-
*
|
|
99
|
+
* 消息类ID信息
|
|
67
100
|
*/
|
|
68
|
-
|
|
101
|
+
ID?: TextOutputID;
|
|
69
102
|
/**
|
|
70
|
-
*
|
|
103
|
+
* 命中的模型分值
|
|
71
104
|
*/
|
|
72
|
-
|
|
105
|
+
Score?: number;
|
|
73
106
|
/**
|
|
74
|
-
*
|
|
107
|
+
* 消息类公共相关参数
|
|
75
108
|
*/
|
|
76
|
-
|
|
109
|
+
Common?: TextOutputComm;
|
|
77
110
|
/**
|
|
78
|
-
*
|
|
111
|
+
* 建议值,Block:打击,Review:待复审,Normal:正常
|
|
79
112
|
*/
|
|
80
|
-
|
|
113
|
+
Suggestion?: string;
|
|
81
114
|
/**
|
|
82
115
|
* 命中的关键词
|
|
83
116
|
*/
|
|
84
117
|
Keywords?: Array<string>;
|
|
85
118
|
/**
|
|
86
|
-
*
|
|
119
|
+
* 返回的详细结果
|
|
87
120
|
*/
|
|
88
|
-
|
|
121
|
+
DetailResult?: Array<DetailResult>;
|
|
89
122
|
/**
|
|
90
|
-
*
|
|
123
|
+
* 返回的自定义词库结果
|
|
91
124
|
*/
|
|
92
|
-
|
|
125
|
+
CustomResult?: Array<CustomResult>;
|
|
126
|
+
/**
|
|
127
|
+
* 恶意标签,Normal:正常,Polity:涉政,Porn:色情,Illegal:违法,Abuse:谩骂,Terror:暴恐,Ad:广告,Custom:自定义关键词
|
|
128
|
+
*/
|
|
129
|
+
EvilLabel?: string;
|
|
93
130
|
}
|
|
94
131
|
/**
|
|
95
|
-
*
|
|
132
|
+
* DescribeKeywordsLibs请求参数结构体
|
|
96
133
|
*/
|
|
97
|
-
export interface
|
|
134
|
+
export interface DescribeKeywordsLibsRequest {
|
|
98
135
|
/**
|
|
99
|
-
*
|
|
136
|
+
* 单页条数,最大为100条
|
|
100
137
|
*/
|
|
101
|
-
|
|
138
|
+
Limit: number;
|
|
102
139
|
/**
|
|
103
|
-
*
|
|
140
|
+
* 条数偏移量
|
|
104
141
|
*/
|
|
105
|
-
|
|
142
|
+
Offset: number;
|
|
106
143
|
/**
|
|
107
|
-
*
|
|
108
|
-
*/
|
|
109
|
-
User?: User;
|
|
110
|
-
/**
|
|
111
|
-
* 该字段用于标识业务场景。您可以在内容安全控制台创建对应的ID,配置不同的内容审核策略,通过接口调用,默认不填为0,后端使用默认策略
|
|
144
|
+
* 过滤器(支持LibName模糊查询,CustomLibIDs词库id列表过滤)
|
|
112
145
|
*/
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* 数据ID,英文字母、下划线、-组成,不超过64个字符
|
|
116
|
-
*/
|
|
117
|
-
DataId?: string;
|
|
118
|
-
/**
|
|
119
|
-
* 业务应用ID
|
|
120
|
-
*/
|
|
121
|
-
SdkAppId?: number;
|
|
146
|
+
Filters?: Array<Filters>;
|
|
122
147
|
}
|
|
123
148
|
/**
|
|
124
149
|
* 文本返回的详细结果
|
|
125
150
|
*/
|
|
126
151
|
export interface DetailResult {
|
|
127
152
|
/**
|
|
128
|
-
*
|
|
153
|
+
* 该标签下命中的关键词
|
|
129
154
|
*/
|
|
130
|
-
|
|
155
|
+
Keywords?: Array<string>;
|
|
131
156
|
/**
|
|
132
157
|
* 恶意类型
|
|
133
158
|
100:正常
|
|
@@ -139,27 +164,27 @@ export interface DetailResult {
|
|
|
139
164
|
24001:暴恐
|
|
140
165
|
*/
|
|
141
166
|
EvilType?: number;
|
|
142
|
-
/**
|
|
143
|
-
* 该标签下命中的关键词
|
|
144
|
-
*/
|
|
145
|
-
Keywords?: Array<string>;
|
|
146
167
|
/**
|
|
147
168
|
* 该标签模型命中的分值
|
|
148
169
|
*/
|
|
149
170
|
Score?: number;
|
|
171
|
+
/**
|
|
172
|
+
* 恶意标签,Normal:正常,Polity:涉政,Porn:色情,Illegal:违法,Abuse:谩骂,Terror:暴恐,Ad:广告,Custom:自定义关键词
|
|
173
|
+
*/
|
|
174
|
+
EvilLabel?: string;
|
|
150
175
|
}
|
|
151
176
|
/**
|
|
152
177
|
* ImageModeration返回参数结构体
|
|
153
178
|
*/
|
|
154
179
|
export interface ImageModerationResponse {
|
|
155
|
-
/**
|
|
156
|
-
* 识别结果
|
|
157
|
-
*/
|
|
158
|
-
Data?: ImageData;
|
|
159
180
|
/**
|
|
160
181
|
* 业务返回码
|
|
161
182
|
*/
|
|
162
183
|
BusinessCode?: number;
|
|
184
|
+
/**
|
|
185
|
+
* 识别结果
|
|
186
|
+
*/
|
|
187
|
+
Data?: ImageData;
|
|
163
188
|
/**
|
|
164
189
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
165
190
|
*/
|
|
@@ -169,14 +194,15 @@ export interface ImageModerationResponse {
|
|
|
169
194
|
* TextModeration返回参数结构体
|
|
170
195
|
*/
|
|
171
196
|
export interface TextModerationResponse {
|
|
172
|
-
/**
|
|
173
|
-
* 识别结果
|
|
174
|
-
*/
|
|
175
|
-
Data?: TextData;
|
|
176
197
|
/**
|
|
177
198
|
* 业务返回码
|
|
178
199
|
*/
|
|
179
200
|
BusinessCode?: number;
|
|
201
|
+
/**
|
|
202
|
+
* 识别结果
|
|
203
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
204
|
+
*/
|
|
205
|
+
Data?: TextData;
|
|
180
206
|
/**
|
|
181
207
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
182
208
|
*/
|
|
@@ -187,26 +213,22 @@ export interface TextModerationResponse {
|
|
|
187
213
|
*/
|
|
188
214
|
export interface ImageModerationRequest {
|
|
189
215
|
/**
|
|
190
|
-
*
|
|
216
|
+
* 文件地址
|
|
191
217
|
*/
|
|
192
|
-
|
|
218
|
+
FileUrl?: string;
|
|
193
219
|
/**
|
|
194
220
|
* 文件MD5值
|
|
195
221
|
*/
|
|
196
222
|
FileMD5?: string;
|
|
197
223
|
/**
|
|
198
|
-
*
|
|
224
|
+
* 文件内容 Base64,与FileUrl必须二填一
|
|
199
225
|
*/
|
|
200
|
-
|
|
226
|
+
FileContent?: string;
|
|
201
227
|
}
|
|
202
228
|
/**
|
|
203
|
-
*
|
|
229
|
+
* 图片识别结果详情
|
|
204
230
|
*/
|
|
205
|
-
export interface
|
|
206
|
-
/**
|
|
207
|
-
* 文件类型结构数组
|
|
208
|
-
*/
|
|
209
|
-
Contents: Array<FileSample>;
|
|
231
|
+
export interface ImageData {
|
|
210
232
|
/**
|
|
211
233
|
* 恶意类型
|
|
212
234
|
100:正常
|
|
@@ -214,185 +236,158 @@ export interface CreateFileSampleRequest {
|
|
|
214
236
|
20002:色情
|
|
215
237
|
20006:涉毒违法
|
|
216
238
|
20007:谩骂
|
|
239
|
+
20103:性感
|
|
217
240
|
24001:暴恐
|
|
218
|
-
20105:广告引流
|
|
219
241
|
*/
|
|
220
242
|
EvilType: number;
|
|
221
243
|
/**
|
|
222
|
-
*
|
|
223
|
-
|
|
224
|
-
FileType: string;
|
|
225
|
-
/**
|
|
226
|
-
* 样本类型
|
|
227
|
-
1:黑库
|
|
228
|
-
2:白库
|
|
244
|
+
* 图片性感详情
|
|
245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
229
246
|
*/
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
/**
|
|
233
|
-
* 图片识别结果详情
|
|
234
|
-
*/
|
|
235
|
-
export interface ImageData {
|
|
247
|
+
HotDetect?: ImageHotDetect;
|
|
236
248
|
/**
|
|
237
249
|
* 是否恶意 0:正常 1:可疑
|
|
238
250
|
*/
|
|
239
251
|
EvilFlag: number;
|
|
240
|
-
/**
|
|
241
|
-
* 恶意类型
|
|
242
|
-
100:正常
|
|
243
|
-
20001:政治
|
|
244
|
-
20002:色情
|
|
245
|
-
20006:涉毒违法
|
|
246
|
-
20007:谩骂
|
|
247
|
-
20103:性感
|
|
248
|
-
24001:暴恐
|
|
249
|
-
*/
|
|
250
|
-
EvilType: number;
|
|
251
252
|
/**
|
|
252
253
|
* 图片二维码详情
|
|
254
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
253
255
|
*/
|
|
254
256
|
CodeDetect?: CodeDetect;
|
|
255
257
|
/**
|
|
256
|
-
*
|
|
258
|
+
* 图片涉政详情
|
|
259
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
257
260
|
*/
|
|
258
|
-
|
|
261
|
+
PolityDetect?: ImagePolityDetect;
|
|
259
262
|
/**
|
|
260
263
|
* 图片违法详情
|
|
264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
261
265
|
*/
|
|
262
266
|
IllegalDetect?: ImageIllegalDetect;
|
|
263
267
|
/**
|
|
264
|
-
*
|
|
265
|
-
|
|
266
|
-
LogoDetect?: LogoDetail;
|
|
267
|
-
/**
|
|
268
|
-
* 图片OCR详情
|
|
268
|
+
* 图片涉黄详情
|
|
269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
269
270
|
*/
|
|
270
|
-
|
|
271
|
+
PornDetect?: ImagePornDetect;
|
|
271
272
|
/**
|
|
272
|
-
*
|
|
273
|
+
* 图片暴恐详情
|
|
274
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
273
275
|
*/
|
|
274
|
-
|
|
276
|
+
TerrorDetect?: ImageTerrorDetect;
|
|
275
277
|
/**
|
|
276
|
-
*
|
|
278
|
+
* 图片OCR详情
|
|
279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
277
280
|
*/
|
|
278
|
-
|
|
281
|
+
OCRDetect?: OCRDetect;
|
|
279
282
|
/**
|
|
280
|
-
*
|
|
283
|
+
* logo详情
|
|
284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
281
285
|
*/
|
|
282
|
-
|
|
286
|
+
LogoDetect?: LogoDetail;
|
|
283
287
|
/**
|
|
284
288
|
* 图片相似度详情
|
|
289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
285
290
|
*/
|
|
286
291
|
Similar?: Similar;
|
|
287
292
|
/**
|
|
288
|
-
*
|
|
293
|
+
* 手机检测详情
|
|
294
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
289
295
|
*/
|
|
290
|
-
|
|
296
|
+
PhoneDetect?: PhoneDetect;
|
|
291
297
|
}
|
|
292
298
|
/**
|
|
293
|
-
*
|
|
299
|
+
* 关键词信息
|
|
294
300
|
*/
|
|
295
|
-
export interface
|
|
301
|
+
export interface UserKeywordInfo {
|
|
296
302
|
/**
|
|
297
|
-
*
|
|
298
|
-
100:正常
|
|
299
|
-
20002:色情
|
|
303
|
+
* 关键词条ID
|
|
300
304
|
*/
|
|
301
|
-
|
|
305
|
+
ID: string;
|
|
302
306
|
/**
|
|
303
|
-
*
|
|
307
|
+
* 关键词内容
|
|
304
308
|
*/
|
|
305
|
-
|
|
309
|
+
Content: string;
|
|
306
310
|
/**
|
|
307
|
-
*
|
|
311
|
+
* 关键词标签;取值范围为:"Normal","Polity","Porn","Sexy","Ad","Illegal","Abuse","Terror","Spam","Moan"
|
|
308
312
|
*/
|
|
309
|
-
|
|
313
|
+
Label: string;
|
|
310
314
|
/**
|
|
311
|
-
*
|
|
315
|
+
* 创建时间
|
|
312
316
|
*/
|
|
313
|
-
|
|
317
|
+
CreateTime: string;
|
|
314
318
|
/**
|
|
315
|
-
*
|
|
319
|
+
* 备注
|
|
320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
316
321
|
*/
|
|
317
|
-
|
|
322
|
+
Remark: string;
|
|
323
|
+
/**
|
|
324
|
+
* 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
|
|
325
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
326
|
+
*/
|
|
327
|
+
WordType: string;
|
|
318
328
|
}
|
|
319
329
|
/**
|
|
320
|
-
*
|
|
330
|
+
* DescribeLibSamples返回参数结构体
|
|
321
331
|
*/
|
|
322
|
-
export interface
|
|
332
|
+
export interface DescribeLibSamplesResponse {
|
|
323
333
|
/**
|
|
324
|
-
*
|
|
325
|
-
1:已完成
|
|
326
|
-
2:处理中
|
|
334
|
+
* 词记录数
|
|
327
335
|
*/
|
|
328
|
-
|
|
336
|
+
TotalCount?: number;
|
|
337
|
+
/**
|
|
338
|
+
* 词详情
|
|
339
|
+
*/
|
|
340
|
+
Infos?: Array<UserKeywordInfo>;
|
|
329
341
|
/**
|
|
330
342
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
331
343
|
*/
|
|
332
344
|
RequestId?: string;
|
|
333
345
|
}
|
|
334
346
|
/**
|
|
335
|
-
*
|
|
347
|
+
* DescribeLibSamples请求参数结构体
|
|
336
348
|
*/
|
|
337
|
-
export interface
|
|
338
|
-
/**
|
|
339
|
-
* 处理错误码
|
|
340
|
-
*/
|
|
341
|
-
Code: number;
|
|
349
|
+
export interface DescribeLibSamplesRequest {
|
|
342
350
|
/**
|
|
343
|
-
*
|
|
351
|
+
* 单页条数,最大为100条
|
|
344
352
|
*/
|
|
345
|
-
|
|
353
|
+
Limit: number;
|
|
346
354
|
/**
|
|
347
|
-
*
|
|
355
|
+
* 条数偏移量
|
|
348
356
|
*/
|
|
349
|
-
|
|
357
|
+
Offset: number;
|
|
350
358
|
/**
|
|
351
|
-
*
|
|
352
|
-
100:正常
|
|
353
|
-
20001:政治
|
|
354
|
-
20002:色情
|
|
355
|
-
20006:涉毒违法
|
|
356
|
-
20007:谩骂
|
|
357
|
-
20105:广告引流
|
|
358
|
-
24001:暴恐
|
|
359
|
+
* 词库ID
|
|
359
360
|
*/
|
|
360
|
-
|
|
361
|
+
LibID?: string;
|
|
361
362
|
/**
|
|
362
|
-
*
|
|
363
|
+
* 词内容过滤
|
|
363
364
|
*/
|
|
364
|
-
|
|
365
|
+
Content?: string;
|
|
365
366
|
/**
|
|
366
|
-
*
|
|
367
|
-
1:黑库
|
|
368
|
-
2:白库
|
|
367
|
+
* 违规类型列表过滤
|
|
369
368
|
*/
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* 任务状态
|
|
373
|
-
1:已完成
|
|
374
|
-
2:处理中
|
|
375
|
-
*/
|
|
376
|
-
Status: number;
|
|
369
|
+
EvilTypeList?: Array<number>;
|
|
377
370
|
}
|
|
378
371
|
/**
|
|
379
|
-
*
|
|
372
|
+
* 词库关键词删除结果详情
|
|
380
373
|
*/
|
|
381
|
-
export interface
|
|
374
|
+
export interface DeleteSampleDetails {
|
|
382
375
|
/**
|
|
383
|
-
*
|
|
376
|
+
* 关键词ID
|
|
384
377
|
*/
|
|
385
|
-
|
|
378
|
+
SampleID: string;
|
|
386
379
|
/**
|
|
387
|
-
*
|
|
388
|
-
1:已完成
|
|
389
|
-
2:处理中
|
|
380
|
+
* 关键词内容
|
|
390
381
|
*/
|
|
391
|
-
|
|
382
|
+
Content: string;
|
|
392
383
|
/**
|
|
393
|
-
*
|
|
384
|
+
* 是否删除成功
|
|
394
385
|
*/
|
|
395
|
-
|
|
386
|
+
Deleted: boolean;
|
|
387
|
+
/**
|
|
388
|
+
* 错误信息
|
|
389
|
+
*/
|
|
390
|
+
ErrorInfo: string;
|
|
396
391
|
}
|
|
397
392
|
/**
|
|
398
393
|
* 消息类输出ID参数
|
|
@@ -407,156 +402,68 @@ export interface TextOutputID {
|
|
|
407
402
|
*/
|
|
408
403
|
Uin?: string;
|
|
409
404
|
}
|
|
410
|
-
/**
|
|
411
|
-
* ManualReview请求参数结构体
|
|
412
|
-
*/
|
|
413
|
-
export interface ManualReviewRequest {
|
|
414
|
-
/**
|
|
415
|
-
* 人工审核信息
|
|
416
|
-
*/
|
|
417
|
-
ReviewContent: ManualReviewContent;
|
|
418
|
-
}
|
|
419
405
|
/**
|
|
420
406
|
* 用户相关信息
|
|
421
407
|
*/
|
|
422
408
|
export interface User {
|
|
423
|
-
/**
|
|
424
|
-
* 账号类别,"1-微信uin 2-QQ号 3-微信群uin 4-qq群号 5-微信openid 6-QQopenid 7-其它string"
|
|
425
|
-
*/
|
|
426
|
-
AccountType?: number;
|
|
427
|
-
/**
|
|
428
|
-
* 年龄 默认0 未知
|
|
429
|
-
*/
|
|
430
|
-
Age?: number;
|
|
431
|
-
/**
|
|
432
|
-
* 性别 默认0 未知 1 男性 2 女性
|
|
433
|
-
*/
|
|
434
|
-
Gender?: number;
|
|
435
409
|
/**
|
|
436
410
|
* 用户等级,默认0 未知 1 低 2 中 3 高
|
|
437
411
|
*/
|
|
438
412
|
Level?: number;
|
|
439
413
|
/**
|
|
440
|
-
*
|
|
414
|
+
* 性别 默认0 未知 1 男性 2 女性
|
|
441
415
|
*/
|
|
442
|
-
|
|
416
|
+
Gender?: number;
|
|
443
417
|
/**
|
|
444
|
-
*
|
|
418
|
+
* 年龄 默认0 未知
|
|
445
419
|
*/
|
|
446
|
-
|
|
420
|
+
Age?: number;
|
|
447
421
|
/**
|
|
448
422
|
* 用户账号ID,如填写,会根据账号历史恶意情况,判定消息有害结果,特别是有利于可疑恶意情况下的辅助判断。账号可以填写微信uin、QQ号、微信openid、QQopenid、字符串等。该字段和账号类别确定唯一账号。
|
|
449
423
|
*/
|
|
450
424
|
UserId?: string;
|
|
451
|
-
}
|
|
452
|
-
/**
|
|
453
|
-
* 文件样本返回信息
|
|
454
|
-
*/
|
|
455
|
-
export interface FileSampleInfo {
|
|
456
|
-
/**
|
|
457
|
-
* 处理错误码
|
|
458
|
-
*/
|
|
459
|
-
Code: number;
|
|
460
|
-
/**
|
|
461
|
-
* 创建时间戳
|
|
462
|
-
*/
|
|
463
|
-
CreatedAt: number;
|
|
464
|
-
/**
|
|
465
|
-
* 恶意类型
|
|
466
|
-
100:正常
|
|
467
|
-
20001:政治
|
|
468
|
-
20002:色情
|
|
469
|
-
20006:涉毒违法
|
|
470
|
-
20007:谩骂
|
|
471
|
-
24001:暴恐
|
|
472
|
-
*/
|
|
473
|
-
EvilType: number;
|
|
474
|
-
/**
|
|
475
|
-
* 文件的md5
|
|
476
|
-
*/
|
|
477
|
-
FileMd5: string;
|
|
478
|
-
/**
|
|
479
|
-
* 文件名称
|
|
480
|
-
*/
|
|
481
|
-
FileName: string;
|
|
482
|
-
/**
|
|
483
|
-
* 文件类型
|
|
484
|
-
*/
|
|
485
|
-
FileType: string;
|
|
486
|
-
/**
|
|
487
|
-
* 唯一标识
|
|
488
|
-
*/
|
|
489
|
-
Id: string;
|
|
490
|
-
/**
|
|
491
|
-
* 样本类型
|
|
492
|
-
1:黑库
|
|
493
|
-
2:白库
|
|
494
|
-
*/
|
|
495
|
-
Label: number;
|
|
496
425
|
/**
|
|
497
|
-
*
|
|
498
|
-
1:添加完成
|
|
499
|
-
2:添加处理中
|
|
500
|
-
3:下载中
|
|
501
|
-
4:下载完成
|
|
502
|
-
5:上传完成
|
|
503
|
-
6:步骤完成
|
|
426
|
+
* 手机号
|
|
504
427
|
*/
|
|
505
|
-
|
|
428
|
+
Phone?: string;
|
|
506
429
|
/**
|
|
507
|
-
*
|
|
430
|
+
* 账号类别,"1-微信uin 2-QQ号 3-微信群uin 4-qq群号 5-微信openid 6-QQopenid 7-其它string"
|
|
508
431
|
*/
|
|
509
|
-
|
|
432
|
+
AccountType?: number;
|
|
510
433
|
/**
|
|
511
|
-
*
|
|
434
|
+
* 用户昵称
|
|
512
435
|
*/
|
|
513
|
-
|
|
436
|
+
Nickname?: string;
|
|
514
437
|
}
|
|
515
438
|
/**
|
|
516
|
-
*
|
|
439
|
+
* DeleteLibSamples返回参数结构体
|
|
517
440
|
*/
|
|
518
|
-
export interface
|
|
519
|
-
/**
|
|
520
|
-
* 支持通过标签值进行筛选
|
|
521
|
-
*/
|
|
522
|
-
Filters?: Array<Filter>;
|
|
523
|
-
/**
|
|
524
|
-
* 数量限制,默认为20,最大值为100
|
|
525
|
-
*/
|
|
526
|
-
Limit?: number;
|
|
441
|
+
export interface DeleteLibSamplesResponse {
|
|
527
442
|
/**
|
|
528
|
-
*
|
|
443
|
+
* 删除成功的数量
|
|
529
444
|
*/
|
|
530
|
-
|
|
445
|
+
Count?: number;
|
|
531
446
|
/**
|
|
532
|
-
*
|
|
447
|
+
* 每个关键词删除的结果
|
|
533
448
|
*/
|
|
534
|
-
|
|
449
|
+
Details?: Array<DeleteSampleDetails>;
|
|
535
450
|
/**
|
|
536
|
-
*
|
|
451
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
537
452
|
*/
|
|
538
|
-
|
|
453
|
+
RequestId?: string;
|
|
539
454
|
}
|
|
540
455
|
/**
|
|
541
456
|
* 设备信息
|
|
542
457
|
*/
|
|
543
458
|
export interface Device {
|
|
544
|
-
/**
|
|
545
|
-
* 设备指纹ID
|
|
546
|
-
*/
|
|
547
|
-
DeviceId?: string;
|
|
548
|
-
/**
|
|
549
|
-
* IOS设备,Identifier For Advertising(广告标识符)
|
|
550
|
-
*/
|
|
551
|
-
IDFA?: string;
|
|
552
459
|
/**
|
|
553
460
|
* IOS设备,IDFV - Identifier For Vendor(应用开发商标识符)
|
|
554
461
|
*/
|
|
555
462
|
IDFV?: string;
|
|
556
463
|
/**
|
|
557
|
-
*
|
|
464
|
+
* 设备指纹Token
|
|
558
465
|
*/
|
|
559
|
-
|
|
466
|
+
TokenId?: string;
|
|
560
467
|
/**
|
|
561
468
|
* 用户IP
|
|
562
469
|
*/
|
|
@@ -566,66 +473,64 @@ export interface Device {
|
|
|
566
473
|
*/
|
|
567
474
|
Mac?: string;
|
|
568
475
|
/**
|
|
569
|
-
*
|
|
476
|
+
* IOS设备,Identifier For Advertising(广告标识符)
|
|
570
477
|
*/
|
|
571
|
-
|
|
478
|
+
IDFA?: string;
|
|
479
|
+
/**
|
|
480
|
+
* 设备指纹ID
|
|
481
|
+
*/
|
|
482
|
+
DeviceId?: string;
|
|
483
|
+
/**
|
|
484
|
+
* 设备序列号
|
|
485
|
+
*/
|
|
486
|
+
IMEI?: string;
|
|
572
487
|
}
|
|
573
488
|
/**
|
|
574
489
|
* 图片二维码详情
|
|
575
490
|
*/
|
|
576
491
|
export interface CodeDetect {
|
|
577
|
-
/**
|
|
578
|
-
* 从图片中检测到的二维码,可能为多个
|
|
579
|
-
*/
|
|
580
|
-
ModerationDetail?: Array<CodeDetail>;
|
|
581
492
|
/**
|
|
582
493
|
* 检测是否成功,0:成功,-1:出错
|
|
494
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
583
495
|
*/
|
|
584
496
|
ModerationCode?: number;
|
|
497
|
+
/**
|
|
498
|
+
* 从图片中检测到的二维码,可能为多个
|
|
499
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
500
|
+
*/
|
|
501
|
+
ModerationDetail?: Array<CodeDetail>;
|
|
585
502
|
}
|
|
586
503
|
/**
|
|
587
504
|
* 图片暴恐详情
|
|
588
505
|
*/
|
|
589
506
|
export interface ImageTerrorDetect {
|
|
507
|
+
/**
|
|
508
|
+
* 关键词明细
|
|
509
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
510
|
+
*/
|
|
511
|
+
Keywords?: Array<string>;
|
|
590
512
|
/**
|
|
591
513
|
* 恶意类型
|
|
592
514
|
100:正常
|
|
593
515
|
24001:暴恐
|
|
516
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
594
517
|
*/
|
|
595
518
|
EvilType?: number;
|
|
596
|
-
/**
|
|
597
|
-
* 处置判定 0:正常 1:可疑
|
|
598
|
-
*/
|
|
599
|
-
HitFlag?: number;
|
|
600
|
-
/**
|
|
601
|
-
* 关键词明细
|
|
602
|
-
*/
|
|
603
|
-
Keywords?: Array<string>;
|
|
604
519
|
/**
|
|
605
520
|
* 暴恐标签:返回暴恐特征中文描述
|
|
521
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
606
522
|
*/
|
|
607
523
|
Labels?: Array<string>;
|
|
608
524
|
/**
|
|
609
525
|
* 暴恐分:分值范围0--100,分数越高暴恐倾向越明显
|
|
526
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
610
527
|
*/
|
|
611
528
|
Score?: number;
|
|
612
|
-
}
|
|
613
|
-
/**
|
|
614
|
-
* DescribeTextSample返回参数结构体
|
|
615
|
-
*/
|
|
616
|
-
export interface DescribeTextSampleResponse {
|
|
617
529
|
/**
|
|
618
|
-
*
|
|
619
|
-
|
|
620
|
-
TextSampleSet?: Array<TextSample>;
|
|
621
|
-
/**
|
|
622
|
-
* 符合要求的样本的数量
|
|
623
|
-
*/
|
|
624
|
-
TotalCount?: number;
|
|
625
|
-
/**
|
|
626
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
530
|
+
* 处置判定 0:正常 1:可疑
|
|
531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
627
532
|
*/
|
|
628
|
-
|
|
533
|
+
HitFlag?: number;
|
|
629
534
|
}
|
|
630
535
|
/**
|
|
631
536
|
* 二维码在图片中的位置,由边界点的坐标表示
|
|
@@ -633,65 +538,34 @@ export interface DescribeTextSampleResponse {
|
|
|
633
538
|
export interface CodePosition {
|
|
634
539
|
/**
|
|
635
540
|
* 二维码边界点X轴坐标
|
|
541
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
636
542
|
*/
|
|
637
543
|
FloatX?: number;
|
|
638
544
|
/**
|
|
639
545
|
* 二维码边界点Y轴坐标
|
|
546
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
640
547
|
*/
|
|
641
548
|
FloatY?: number;
|
|
642
549
|
}
|
|
643
550
|
/**
|
|
644
|
-
*
|
|
645
|
-
*/
|
|
646
|
-
export interface DeleteFileSampleResponse {
|
|
647
|
-
/**
|
|
648
|
-
* 任务状态
|
|
649
|
-
1:已完成
|
|
650
|
-
2:处理中
|
|
651
|
-
*/
|
|
652
|
-
Progress?: number;
|
|
653
|
-
/**
|
|
654
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
655
|
-
*/
|
|
656
|
-
RequestId?: string;
|
|
657
|
-
}
|
|
658
|
-
/**
|
|
659
|
-
* 文件类型样本
|
|
551
|
+
* 无效关键词
|
|
660
552
|
*/
|
|
661
|
-
export interface
|
|
662
|
-
/**
|
|
663
|
-
* 文件md5
|
|
664
|
-
*/
|
|
665
|
-
FileMd5: string;
|
|
553
|
+
export interface InvalidSample {
|
|
666
554
|
/**
|
|
667
|
-
*
|
|
668
|
-
|
|
669
|
-
FileName: string;
|
|
670
|
-
/**
|
|
671
|
-
* 文件url
|
|
672
|
-
*/
|
|
673
|
-
FileUrl: string;
|
|
674
|
-
/**
|
|
675
|
-
* 文件压缩后云url
|
|
676
|
-
*/
|
|
677
|
-
CompressFileUrl?: string;
|
|
678
|
-
}
|
|
679
|
-
/**
|
|
680
|
-
* DescribeFileSample返回参数结构体
|
|
681
|
-
*/
|
|
682
|
-
export interface DescribeFileSampleResponse {
|
|
683
|
-
/**
|
|
684
|
-
* 符合要求的样本的信息
|
|
555
|
+
* 关键词
|
|
556
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
685
557
|
*/
|
|
686
|
-
|
|
558
|
+
Content?: string;
|
|
687
559
|
/**
|
|
688
|
-
*
|
|
560
|
+
* 无效代码:1-标签不存在;2-词过长;3-词类型不匹配;4-备注超长
|
|
561
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
689
562
|
*/
|
|
690
|
-
|
|
563
|
+
InvalidCode?: number;
|
|
691
564
|
/**
|
|
692
|
-
*
|
|
565
|
+
* 无效描述
|
|
566
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
693
567
|
*/
|
|
694
|
-
|
|
568
|
+
InvalidMessage?: string;
|
|
695
569
|
}
|
|
696
570
|
/**
|
|
697
571
|
* 消息类输出结果参数
|
|
@@ -701,6 +575,10 @@ export interface TextOutputRes {
|
|
|
701
575
|
* 操作人,信安处理人企业微信ID
|
|
702
576
|
*/
|
|
703
577
|
Operator?: string;
|
|
578
|
+
/**
|
|
579
|
+
* 恶意类型,广告(10001), 政治(20001), 色情(20002), 社会事件(20004), 暴力(20011), 低俗(20012), 违法犯罪(20006), 欺诈(20008), 版权(20013), 谣言(20104), 其他(21000)
|
|
580
|
+
*/
|
|
581
|
+
ResultType?: number;
|
|
704
582
|
/**
|
|
705
583
|
* 恶意操作码,
|
|
706
584
|
删除(1), 通过(2), 先审后发(100012)
|
|
@@ -710,10 +588,6 @@ export interface TextOutputRes {
|
|
|
710
588
|
* 操作结果备注说明
|
|
711
589
|
*/
|
|
712
590
|
ResultMsg?: string;
|
|
713
|
-
/**
|
|
714
|
-
* 恶意类型,广告(10001), 政治(20001), 色情(20002), 社会事件(20004), 暴力(20011), 低俗(20012), 违法犯罪(20006), 欺诈(20008), 版权(20013), 谣言(20104), 其他(21000)
|
|
715
|
-
*/
|
|
716
|
-
ResultType?: number;
|
|
717
591
|
}
|
|
718
592
|
/**
|
|
719
593
|
* 账号风险检测结果
|
|
@@ -723,83 +597,47 @@ export interface RiskDetails {
|
|
|
723
597
|
* 预留字段,暂时不使用
|
|
724
598
|
*/
|
|
725
599
|
Keywords?: Array<string>;
|
|
726
|
-
/**
|
|
727
|
-
* 风险类别,RiskAccount,RiskIP, RiskIMEI
|
|
728
|
-
*/
|
|
729
|
-
Label?: string;
|
|
730
600
|
/**
|
|
731
601
|
* 预留字段,暂时不用
|
|
732
602
|
*/
|
|
733
603
|
Lable?: string;
|
|
604
|
+
/**
|
|
605
|
+
* 风险类别,RiskAccount,RiskIP, RiskIMEI
|
|
606
|
+
*/
|
|
607
|
+
Label?: string;
|
|
734
608
|
/**
|
|
735
609
|
* 风险等级,1:疑似,2:恶意
|
|
736
610
|
*/
|
|
737
611
|
Level?: number;
|
|
738
612
|
}
|
|
739
613
|
/**
|
|
740
|
-
*
|
|
614
|
+
* TextModeration请求参数结构体
|
|
741
615
|
*/
|
|
742
|
-
export interface
|
|
743
|
-
/**
|
|
744
|
-
* 关键词数组
|
|
745
|
-
*/
|
|
746
|
-
Contents: Array<string>;
|
|
747
|
-
/**
|
|
748
|
-
* 恶意类型
|
|
749
|
-
100:正常
|
|
750
|
-
20001:政治
|
|
751
|
-
20002:色情
|
|
752
|
-
20006:涉毒违法
|
|
753
|
-
20007:谩骂
|
|
754
|
-
24001:暴恐
|
|
755
|
-
20105:广告引流
|
|
756
|
-
*/
|
|
757
|
-
EvilType: number;
|
|
758
|
-
/**
|
|
759
|
-
* 样本类型
|
|
760
|
-
1:黑库
|
|
761
|
-
2:白库
|
|
762
|
-
*/
|
|
763
|
-
Label: number;
|
|
616
|
+
export interface TextModerationRequest {
|
|
764
617
|
/**
|
|
765
|
-
*
|
|
618
|
+
* 文本内容Base64编码。原文长度需小于15000字节,即5000个汉字以内。
|
|
766
619
|
*/
|
|
767
|
-
|
|
768
|
-
}
|
|
769
|
-
/**
|
|
770
|
-
* DeleteFileSample请求参数结构体
|
|
771
|
-
*/
|
|
772
|
-
export interface DeleteFileSampleRequest {
|
|
620
|
+
Content: string;
|
|
773
621
|
/**
|
|
774
|
-
*
|
|
622
|
+
* 数据ID,英文字母、下划线、-组成,不超过64个字符
|
|
775
623
|
*/
|
|
776
|
-
|
|
777
|
-
}
|
|
778
|
-
/**
|
|
779
|
-
* 筛选数据结构
|
|
780
|
-
*/
|
|
781
|
-
export interface Filter {
|
|
624
|
+
DataId?: string;
|
|
782
625
|
/**
|
|
783
|
-
*
|
|
626
|
+
* 该字段用于标识业务场景。您可以在内容安全控制台创建对应的ID,配置不同的内容审核策略,通过接口调用,默认不填为0,后端使用默认策略
|
|
784
627
|
*/
|
|
785
|
-
|
|
628
|
+
BizType?: number;
|
|
786
629
|
/**
|
|
787
|
-
*
|
|
630
|
+
* 用户相关信息
|
|
788
631
|
*/
|
|
789
|
-
|
|
790
|
-
}
|
|
791
|
-
/**
|
|
792
|
-
* 人工审核接口返回结果,由ContentId和BatchId组成
|
|
793
|
-
*/
|
|
794
|
-
export interface ManualReviewData {
|
|
632
|
+
User?: User;
|
|
795
633
|
/**
|
|
796
|
-
*
|
|
634
|
+
* 业务应用ID
|
|
797
635
|
*/
|
|
798
|
-
|
|
636
|
+
SdkAppId?: number;
|
|
799
637
|
/**
|
|
800
|
-
*
|
|
638
|
+
* 设备相关信息
|
|
801
639
|
*/
|
|
802
|
-
|
|
640
|
+
Device?: Device;
|
|
803
641
|
}
|
|
804
642
|
/**
|
|
805
643
|
* OCR识别结果详情
|
|
@@ -807,90 +645,39 @@ export interface ManualReviewData {
|
|
|
807
645
|
export interface OCRDetect {
|
|
808
646
|
/**
|
|
809
647
|
* 识别到的详细信息
|
|
648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
810
649
|
*/
|
|
811
650
|
Item?: Array<OCRItem>;
|
|
812
651
|
/**
|
|
813
652
|
* 识别到的文本信息
|
|
653
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
814
654
|
*/
|
|
815
655
|
TextInfo?: string;
|
|
816
656
|
}
|
|
817
|
-
/**
|
|
818
|
-
* 人审审核数据相关信息
|
|
819
|
-
*/
|
|
820
|
-
export interface ManualReviewContent {
|
|
821
|
-
/**
|
|
822
|
-
* 审核批次号
|
|
823
|
-
*/
|
|
824
|
-
BatchId: string;
|
|
825
|
-
/**
|
|
826
|
-
* 审核内容
|
|
827
|
-
*/
|
|
828
|
-
Content: string;
|
|
829
|
-
/**
|
|
830
|
-
* 消息Id
|
|
831
|
-
*/
|
|
832
|
-
ContentId: string;
|
|
833
|
-
/**
|
|
834
|
-
* 审核内容类型 1 图片 2 视频 3 文本 4 音频
|
|
835
|
-
*/
|
|
836
|
-
ContentType: number;
|
|
837
|
-
/**
|
|
838
|
-
* 用户信息
|
|
839
|
-
*/
|
|
840
|
-
UserInfo?: User;
|
|
841
|
-
/**
|
|
842
|
-
* 机器审核类型,与腾讯机器审核定义一致
|
|
843
|
-
100 正常
|
|
844
|
-
20001 政治
|
|
845
|
-
20002 色情
|
|
846
|
-
20006 违法
|
|
847
|
-
20007 谩骂
|
|
848
|
-
24001 暴恐
|
|
849
|
-
20105 广告
|
|
850
|
-
20103 性感
|
|
851
|
-
*/
|
|
852
|
-
AutoDetailCode?: number;
|
|
853
|
-
/**
|
|
854
|
-
* 机器审核结果 0 放过 1 拦截
|
|
855
|
-
*/
|
|
856
|
-
AutoResult?: number;
|
|
857
|
-
/**
|
|
858
|
-
* 回调信息标识,回传数据时原样返回
|
|
859
|
-
*/
|
|
860
|
-
CallBackInfo?: string;
|
|
861
|
-
/**
|
|
862
|
-
* 创建时间 格式“2020-01-01 00:00:12”
|
|
863
|
-
*/
|
|
864
|
-
CreateTime?: string;
|
|
865
|
-
/**
|
|
866
|
-
* 审核优先级,可选值 [1,2,3,4],其中 1 最高,4 最低
|
|
867
|
-
*/
|
|
868
|
-
Priority?: number;
|
|
869
|
-
/**
|
|
870
|
-
* 标题
|
|
871
|
-
*/
|
|
872
|
-
Title?: string;
|
|
873
|
-
}
|
|
874
657
|
/**
|
|
875
658
|
* 坐标
|
|
876
659
|
*/
|
|
877
660
|
export interface Coordinate {
|
|
878
661
|
/**
|
|
879
|
-
*
|
|
662
|
+
* 宽度
|
|
663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
880
664
|
*/
|
|
881
|
-
|
|
665
|
+
Width?: number;
|
|
882
666
|
/**
|
|
883
667
|
* 左上角纵坐标
|
|
668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
884
669
|
*/
|
|
885
670
|
Cy?: number;
|
|
886
671
|
/**
|
|
887
|
-
*
|
|
672
|
+
* 左上角横坐标
|
|
673
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
888
674
|
*/
|
|
889
|
-
|
|
675
|
+
Cx?: number;
|
|
890
676
|
/**
|
|
891
|
-
*
|
|
677
|
+
* 高度
|
|
678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
892
679
|
*/
|
|
893
|
-
|
|
680
|
+
Height?: number;
|
|
894
681
|
}
|
|
895
682
|
/**
|
|
896
683
|
* 相似度详情
|
|
@@ -912,27 +699,51 @@ export interface Similar {
|
|
|
912
699
|
HitFlag: number;
|
|
913
700
|
/**
|
|
914
701
|
* 返回的种子url
|
|
702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
915
703
|
*/
|
|
916
704
|
SeedUrl: string;
|
|
917
705
|
}
|
|
918
706
|
/**
|
|
919
|
-
*
|
|
707
|
+
* 手机模型识别检测
|
|
920
708
|
*/
|
|
921
|
-
export interface
|
|
709
|
+
export interface PhoneDetect {
|
|
922
710
|
/**
|
|
923
711
|
* 恶意类型
|
|
924
712
|
100:正常
|
|
925
|
-
|
|
713
|
+
21000:综合
|
|
714
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
926
715
|
*/
|
|
927
|
-
EvilType
|
|
716
|
+
EvilType?: number;
|
|
717
|
+
/**
|
|
718
|
+
* 特征中文描述
|
|
719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
720
|
+
*/
|
|
721
|
+
Labels?: Array<string>;
|
|
722
|
+
/**
|
|
723
|
+
* 分值范围 0-100,分数越高倾向越明显
|
|
724
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
725
|
+
*/
|
|
726
|
+
Score?: number;
|
|
928
727
|
/**
|
|
929
728
|
* 处置判定 0:正常 1:可疑
|
|
729
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
930
730
|
*/
|
|
931
|
-
HitFlag
|
|
731
|
+
HitFlag?: number;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* 图片性感详情
|
|
735
|
+
*/
|
|
736
|
+
export interface ImageHotDetect {
|
|
932
737
|
/**
|
|
933
738
|
* 关键词明细
|
|
934
739
|
*/
|
|
935
740
|
Keywords?: Array<string>;
|
|
741
|
+
/**
|
|
742
|
+
* 恶意类型
|
|
743
|
+
100:正常
|
|
744
|
+
20103:性感
|
|
745
|
+
*/
|
|
746
|
+
EvilType: number;
|
|
936
747
|
/**
|
|
937
748
|
* 性感标签:性感特征中文描述
|
|
938
749
|
*/
|
|
@@ -941,15 +752,15 @@ export interface ImageHotDetect {
|
|
|
941
752
|
* 性感分:分值范围 0-100,分数越高性感倾向越明显
|
|
942
753
|
*/
|
|
943
754
|
Score?: number;
|
|
755
|
+
/**
|
|
756
|
+
* 处置判定 0:正常 1:可疑
|
|
757
|
+
*/
|
|
758
|
+
HitFlag: number;
|
|
944
759
|
}
|
|
945
760
|
/**
|
|
946
761
|
* 消息类输出公共参数
|
|
947
762
|
*/
|
|
948
763
|
export interface TextOutputComm {
|
|
949
|
-
/**
|
|
950
|
-
* 接入业务的唯一ID
|
|
951
|
-
*/
|
|
952
|
-
AppID?: number;
|
|
953
764
|
/**
|
|
954
765
|
* 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
|
|
955
766
|
*/
|
|
@@ -958,57 +769,117 @@ export interface TextOutputComm {
|
|
|
958
769
|
* 消息发送时间
|
|
959
770
|
*/
|
|
960
771
|
SendTime?: number;
|
|
772
|
+
/**
|
|
773
|
+
* 接入业务的唯一ID
|
|
774
|
+
*/
|
|
775
|
+
AppID?: number;
|
|
961
776
|
/**
|
|
962
777
|
* 请求字段里的Common.Uin
|
|
963
778
|
*/
|
|
964
779
|
Uin?: number;
|
|
965
780
|
}
|
|
966
781
|
/**
|
|
967
|
-
*
|
|
782
|
+
* 关键词库信息
|
|
968
783
|
*/
|
|
969
|
-
export interface
|
|
784
|
+
export interface KeywordsLibInfo {
|
|
970
785
|
/**
|
|
971
|
-
*
|
|
786
|
+
* 关键词库ID
|
|
972
787
|
*/
|
|
973
|
-
|
|
788
|
+
ID: string;
|
|
974
789
|
/**
|
|
975
|
-
*
|
|
790
|
+
* 关键词库名称
|
|
791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
976
792
|
*/
|
|
977
|
-
|
|
793
|
+
LibName: string;
|
|
978
794
|
/**
|
|
979
|
-
*
|
|
795
|
+
* 关键词库描述信息
|
|
796
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
980
797
|
*/
|
|
981
|
-
|
|
798
|
+
Describe: string;
|
|
982
799
|
/**
|
|
983
|
-
*
|
|
800
|
+
* 关键词库创建时间
|
|
984
801
|
*/
|
|
985
|
-
|
|
802
|
+
CreateTime: string;
|
|
986
803
|
/**
|
|
987
|
-
*
|
|
804
|
+
* 审核建议(Review/Block)
|
|
988
805
|
*/
|
|
989
|
-
|
|
806
|
+
Suggestion: string;
|
|
807
|
+
/**
|
|
808
|
+
* 匹配模式(ExactMatch/FuzzyMatch)
|
|
809
|
+
*/
|
|
810
|
+
MatchType: string;
|
|
811
|
+
/**
|
|
812
|
+
* 关联策略BizType列表
|
|
813
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
814
|
+
*/
|
|
815
|
+
BizTypes?: Array<string>;
|
|
990
816
|
}
|
|
991
817
|
/**
|
|
992
818
|
* 从图片中检测到的二维码,可能为多个
|
|
993
819
|
*/
|
|
994
820
|
export interface CodeDetail {
|
|
821
|
+
/**
|
|
822
|
+
* 二维码文本的编码格式
|
|
823
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
824
|
+
*/
|
|
825
|
+
StrCharset?: string;
|
|
995
826
|
/**
|
|
996
827
|
* 二维码在图片中的位置,由边界点的坐标表示
|
|
828
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
997
829
|
*/
|
|
998
|
-
|
|
830
|
+
QrCodePosition?: Array<CodePosition>;
|
|
999
831
|
/**
|
|
1000
|
-
*
|
|
832
|
+
* 二维码的文本内容
|
|
833
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
834
|
+
*/
|
|
835
|
+
StrQrCodeText?: string;
|
|
836
|
+
/**
|
|
837
|
+
* 二维码的类型:1:ONED_BARCODE,2:QRCOD,3:WXCODE,4:PDF417,5:DATAMATRIX
|
|
838
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
839
|
+
*/
|
|
840
|
+
Uint32QrCodeType?: number;
|
|
841
|
+
/**
|
|
842
|
+
* 二维码文本的编码格式(已废弃)
|
|
843
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1001
844
|
*/
|
|
1002
845
|
CodeCharset?: string;
|
|
1003
846
|
/**
|
|
1004
|
-
*
|
|
847
|
+
* 二维码在图片中的位置,由边界点的坐标表示(已废弃)
|
|
848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
849
|
+
*/
|
|
850
|
+
CodePosition?: Array<CodePosition>;
|
|
851
|
+
/**
|
|
852
|
+
* 二维码的文本内容(已废弃)
|
|
853
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1005
854
|
*/
|
|
1006
855
|
CodeText?: string;
|
|
1007
856
|
/**
|
|
1008
|
-
* 二维码的类型:1:ONED_BARCODE,2:QRCOD,3:WXCODE,4:PDF417,5:DATAMATRIX
|
|
857
|
+
* 二维码的类型:1:ONED_BARCODE,2:QRCOD,3:WXCODE,4:PDF417,5:DATAMATRIX(已废弃)
|
|
858
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1009
859
|
*/
|
|
1010
860
|
CodeType?: number;
|
|
1011
861
|
}
|
|
862
|
+
/**
|
|
863
|
+
* 添加关键词。
|
|
864
|
+
*/
|
|
865
|
+
export interface UserKeyword {
|
|
866
|
+
/**
|
|
867
|
+
* 关键词内容:最多40个字符,并且符合词类型的规则
|
|
868
|
+
*/
|
|
869
|
+
Content: string;
|
|
870
|
+
/**
|
|
871
|
+
* 关键词类型,取值范围为:"Normal","Polity","Porn","Ad","Illegal","Abuse","Terror","Spam"
|
|
872
|
+
*/
|
|
873
|
+
Label: string;
|
|
874
|
+
/**
|
|
875
|
+
* 关键词备注:最多100个字符。
|
|
876
|
+
*/
|
|
877
|
+
Remark?: string;
|
|
878
|
+
/**
|
|
879
|
+
* 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
|
|
880
|
+
*/
|
|
881
|
+
WordType?: string;
|
|
882
|
+
}
|
|
1012
883
|
/**
|
|
1013
884
|
* 图片涉政详情
|
|
1014
885
|
*/
|
|
@@ -1023,26 +894,28 @@ export interface ImagePolityDetect {
|
|
|
1023
894
|
* 处置判定 0:正常 1:可疑
|
|
1024
895
|
*/
|
|
1025
896
|
HitFlag: number;
|
|
1026
|
-
/**
|
|
1027
|
-
* 命中的logo标签信息
|
|
1028
|
-
*/
|
|
1029
|
-
PolityLogoDetail?: Array<Logo>;
|
|
1030
897
|
/**
|
|
1031
898
|
* 命中的人脸名称
|
|
1032
899
|
*/
|
|
1033
900
|
FaceNames?: Array<string>;
|
|
1034
901
|
/**
|
|
1035
|
-
*
|
|
902
|
+
* 命中的logo标签信息
|
|
903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1036
904
|
*/
|
|
1037
|
-
|
|
905
|
+
PolityLogoDetail?: Array<Logo>;
|
|
1038
906
|
/**
|
|
1039
907
|
* 命中的政治物品名称
|
|
908
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1040
909
|
*/
|
|
1041
910
|
PolityItems?: Array<string>;
|
|
1042
911
|
/**
|
|
1043
912
|
* 政治(人脸)分:分值范围 0-100,分数越高可疑程度越高
|
|
1044
913
|
*/
|
|
1045
914
|
Score?: number;
|
|
915
|
+
/**
|
|
916
|
+
* 关键词明细
|
|
917
|
+
*/
|
|
918
|
+
Keywords?: Array<string>;
|
|
1046
919
|
}
|
|
1047
920
|
/**
|
|
1048
921
|
* OCR详情
|
|
@@ -1050,28 +923,34 @@ export interface ImagePolityDetect {
|
|
|
1050
923
|
export interface OCRItem {
|
|
1051
924
|
/**
|
|
1052
925
|
* 检测到的文本坐标信息
|
|
926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1053
927
|
*/
|
|
1054
928
|
TextPosition?: Coordinate;
|
|
1055
|
-
/**
|
|
1056
|
-
* 文本命中具体标签
|
|
1057
|
-
*/
|
|
1058
|
-
EvilLabel?: string;
|
|
1059
929
|
/**
|
|
1060
930
|
* 文本命中恶意违规类型
|
|
931
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1061
932
|
*/
|
|
1062
933
|
EvilType?: number;
|
|
1063
934
|
/**
|
|
1064
|
-
*
|
|
935
|
+
* 检测到的文本信息
|
|
936
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1065
937
|
*/
|
|
1066
|
-
|
|
938
|
+
TextContent?: string;
|
|
1067
939
|
/**
|
|
1068
940
|
* 文本涉嫌违规分值
|
|
941
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1069
942
|
*/
|
|
1070
943
|
Rate?: number;
|
|
1071
944
|
/**
|
|
1072
|
-
*
|
|
945
|
+
* 文本命中具体标签
|
|
946
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1073
947
|
*/
|
|
1074
|
-
|
|
948
|
+
EvilLabel?: string;
|
|
949
|
+
/**
|
|
950
|
+
* 文本命中违规的关键词
|
|
951
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
952
|
+
*/
|
|
953
|
+
Keywords?: Array<string>;
|
|
1075
954
|
}
|
|
1076
955
|
/**
|
|
1077
956
|
* 图片违法详情
|
|
@@ -1105,109 +984,128 @@ export interface ImageIllegalDetect {
|
|
|
1105
984
|
*/
|
|
1106
985
|
export interface RrectF {
|
|
1107
986
|
/**
|
|
1108
|
-
* logo
|
|
987
|
+
* logo图标宽度
|
|
988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1109
989
|
*/
|
|
1110
|
-
|
|
990
|
+
Width?: number;
|
|
1111
991
|
/**
|
|
1112
992
|
* logo纵坐标
|
|
993
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1113
994
|
*/
|
|
1114
995
|
Cy?: number;
|
|
1115
996
|
/**
|
|
1116
|
-
* logo
|
|
997
|
+
* logo横坐标
|
|
998
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1117
999
|
*/
|
|
1118
|
-
|
|
1000
|
+
Cx?: number;
|
|
1119
1001
|
/**
|
|
1120
1002
|
* logo图标中心旋转度
|
|
1003
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1121
1004
|
*/
|
|
1122
1005
|
Rotate?: number;
|
|
1123
1006
|
/**
|
|
1124
|
-
* logo
|
|
1007
|
+
* logo图标高度
|
|
1008
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1125
1009
|
*/
|
|
1126
|
-
|
|
1010
|
+
Height?: number;
|
|
1127
1011
|
}
|
|
1128
1012
|
/**
|
|
1129
|
-
*
|
|
1013
|
+
* DeleteLibSamples请求参数结构体
|
|
1130
1014
|
*/
|
|
1131
|
-
export interface
|
|
1015
|
+
export interface DeleteLibSamplesRequest {
|
|
1132
1016
|
/**
|
|
1133
|
-
*
|
|
1134
|
-
1:已完成
|
|
1135
|
-
2:处理中
|
|
1017
|
+
* 关键词ID
|
|
1136
1018
|
*/
|
|
1137
|
-
|
|
1019
|
+
SampleIDs: Array<string>;
|
|
1138
1020
|
/**
|
|
1139
|
-
*
|
|
1021
|
+
* 词库ID
|
|
1140
1022
|
*/
|
|
1141
|
-
|
|
1023
|
+
LibID?: string;
|
|
1142
1024
|
}
|
|
1143
1025
|
/**
|
|
1144
|
-
*
|
|
1026
|
+
* 入参过滤条件
|
|
1145
1027
|
*/
|
|
1146
|
-
export interface
|
|
1028
|
+
export interface Filters {
|
|
1147
1029
|
/**
|
|
1148
|
-
*
|
|
1030
|
+
* 查询字段
|
|
1149
1031
|
*/
|
|
1150
|
-
|
|
1032
|
+
Name: string;
|
|
1151
1033
|
/**
|
|
1152
|
-
*
|
|
1034
|
+
* 查询值
|
|
1153
1035
|
*/
|
|
1154
|
-
|
|
1036
|
+
Values: Array<string>;
|
|
1155
1037
|
}
|
|
1156
1038
|
/**
|
|
1157
|
-
*
|
|
1039
|
+
* Logo命中详情
|
|
1158
1040
|
*/
|
|
1159
1041
|
export interface LogoDetail {
|
|
1160
1042
|
/**
|
|
1161
1043
|
* 命中的Applogo详情
|
|
1044
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1162
1045
|
*/
|
|
1163
1046
|
AppLogoDetail?: Array<Logo>;
|
|
1164
1047
|
}
|
|
1165
1048
|
/**
|
|
1166
|
-
* Logo
|
|
1049
|
+
* Logo审核结果
|
|
1167
1050
|
*/
|
|
1168
1051
|
export interface Logo {
|
|
1169
|
-
/**
|
|
1170
|
-
* logo图标坐标信息
|
|
1171
|
-
*/
|
|
1172
|
-
RrectF?: RrectF;
|
|
1173
1052
|
/**
|
|
1174
1053
|
* logo图标置信度
|
|
1054
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1175
1055
|
*/
|
|
1176
1056
|
Confidence?: number;
|
|
1057
|
+
/**
|
|
1058
|
+
* logo图标坐标信息
|
|
1059
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1060
|
+
*/
|
|
1061
|
+
RrectF?: RrectF;
|
|
1177
1062
|
/**
|
|
1178
1063
|
* logo图标名称
|
|
1064
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1179
1065
|
*/
|
|
1180
1066
|
Name?: string;
|
|
1181
1067
|
}
|
|
1182
1068
|
/**
|
|
1183
|
-
*
|
|
1069
|
+
* DescribeKeywordsLibs返回参数结构体
|
|
1184
1070
|
*/
|
|
1185
|
-
export interface
|
|
1071
|
+
export interface DescribeKeywordsLibsResponse {
|
|
1072
|
+
/**
|
|
1073
|
+
* 词库记录数
|
|
1074
|
+
*/
|
|
1075
|
+
TotalCount?: number;
|
|
1076
|
+
/**
|
|
1077
|
+
* 词库详情
|
|
1078
|
+
*/
|
|
1079
|
+
Infos?: Array<KeywordsLibInfo>;
|
|
1080
|
+
/**
|
|
1081
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1082
|
+
*/
|
|
1083
|
+
RequestId?: string;
|
|
1084
|
+
}
|
|
1085
|
+
/**
|
|
1086
|
+
* 图片涉黄详情
|
|
1087
|
+
*/
|
|
1088
|
+
export interface ImagePornDetect {
|
|
1186
1089
|
/**
|
|
1187
1090
|
* 恶意类型
|
|
1188
1091
|
100:正常
|
|
1189
|
-
|
|
1092
|
+
20002:色情
|
|
1190
1093
|
*/
|
|
1191
|
-
EvilType
|
|
1094
|
+
EvilType: number;
|
|
1192
1095
|
/**
|
|
1193
1096
|
* 处置判定 0:正常 1:可疑
|
|
1194
1097
|
*/
|
|
1195
|
-
HitFlag
|
|
1098
|
+
HitFlag: number;
|
|
1196
1099
|
/**
|
|
1197
|
-
*
|
|
1100
|
+
* 关键词明细
|
|
1198
1101
|
*/
|
|
1199
|
-
|
|
1102
|
+
Keywords?: Array<string>;
|
|
1200
1103
|
/**
|
|
1201
|
-
*
|
|
1104
|
+
* 色情标签:色情特征中文描述
|
|
1202
1105
|
*/
|
|
1203
|
-
|
|
1204
|
-
}
|
|
1205
|
-
/**
|
|
1206
|
-
* DeleteTextSample请求参数结构体
|
|
1207
|
-
*/
|
|
1208
|
-
export interface DeleteTextSampleRequest {
|
|
1106
|
+
Labels?: Array<string>;
|
|
1209
1107
|
/**
|
|
1210
|
-
*
|
|
1108
|
+
* 色情分:分值范围 0-100,分数越高色情倾向越明显
|
|
1211
1109
|
*/
|
|
1212
|
-
|
|
1110
|
+
Score?: number;
|
|
1213
1111
|
}
|