内容审核 MODERATION-图像内容审核(批量)(V2):响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
result |
Array of ImageBatchModerationResultBody objects |
调用成功时表示调用结果。 调用失败时无此字段。 |
参数 |
参数类型 |
描述 |
---|---|---|
url |
String |
图片的URL路径。 |
suggestion |
String |
审核结果是否通过。
说明:
|
detail |
ImageDetectionResultDetail object |
针对选定的每个检测场景列出结果列表,terrorism为暴恐检测结果,porn为涉黄检测结果。如果检测场景中的最高置信度也未达到threshold则结果列表为空。 |
category_suggestions |
Object |
具体每个场景的检测结果。
|
ocr_text |
String |
ocr识别结果,仅在审核图文场景下且“show_ocr_text”=true时返回,否则无此字段,调用失败时也无此字段。 |
参数 |
参数类型 |
描述 |
---|---|---|
porn |
Array of ImageDetectionResultSimpleDetail objects |
涉黄检测结果。 |
terrorism |
Array of ImageDetectionResultSimpleDetail objects |
暴恐检测结果。 |
ad |
Array of ImageDetectionResultAdDetail objects |
广告检测结果。 |
参数 |
参数类型 |
描述 |
---|---|---|
h |
Integer |
人脸区域高度。 |
w |
Integer |
人脸区域宽度。 |
x |
Integer |
人脸区域左上角到y轴距离。 |
y |
Integer |
人脸区域左上角到x轴距离。 |
参数 |
参数类型 |
描述 |
---|---|---|
confidence |
Float |
置信度,取值范围 0-1。 |
label |
String |
每个检测结果的标签化说明。 terrorism:label为对应的暴恐元素信息。
porn:label为对应的涉黄分类(涉黄、性感等)信息。
ad:label为对应的广告识别结果信息。
|
参数 |
参数类型 |
描述 |
---|---|---|
confidence |
Float |
置信度,取值范围 0-1。 |
label |
String |
ad:label为对应的广告识别结果信息。
|
hit_contexts |
Array of strings |
图文审核场景命中的文本列表。 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
调用失败时的错误码,具体请参见错误码。 调用成功时无此字段。 |
error_msg |
String |
调用失败时的错误信息。 调用成功时无此字段。 |
fail_category |
String |
当包含多个场景时,调用失败的场景。 |