检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
withModerationRule("default"); body.withUrl("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 request.withBody(body); const result = client.runImageModeration(request);
array(); array_push($listbodyUrls,"https://XXX.jpg"); //此处替换为公网可以访问的图片地址 $body->setCategories($listbodyCategories); $body->setUrls($listbodyUrls);
listTaskSumbitReqUrls.Add("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 req.Body = new TaskSumbitReq() {
$body->setModerationRule("default"); $body->setUrl("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 $request->setBody($body); try { $response = $client->RunImageModeration($request);
moderation_rule="default", url="https://XXX.jpg" //此处替换为公网可以访问的图片地址 ) response = client.run_image_moderation(request)
listImageBatchModerationReqUrlsbody = [ "https://XXX.jpg" //此处替换为公网可以访问的图片地址 ] request.body = ImageBatchModerationReq(
listbodyUrls = new Array(); listbodyUrls.push("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 body.withThreshold(0); body.withCategories(listbodyCategories); body
ArrayList<>(); listbodyUrls.add("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 body.withCategories(listbodyCategories); body.withUrls(listbodyUrls);
var listUrlsbody = []string{ "https://XXX.jpg", //此处替换为公网可以访问的图片地址 } thresholdImageBatchModerationReq:= float64(0) request
array(); array_push($listbodyUrls,"https://XXX.jpg"); //此处替换为公网可以访问的图片地址 $body->setThreshold(0); $body->setCategories($listbodyCategories);
= "default", Url = "https://XXX.jpg" //此处替换为公网可以访问的图片地址 }; try { var resp
登录访问密钥页面,新增访问密钥,或使用已有的访问密钥。访问密钥为credentials.csv文件,包含AK/SK信息。 运行代码示例,获取识别结果。您可根据响应参数说明来解读审核结果的含义,具体可参考文本内容审核结果。 图5 运行示例 父主题: 调用API或SDK
withModerationRule("default"); body.withUrl("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 request.withBody(body); try { RunImageModerationResponse
listImageBatchModerationReqUrls.Add("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 req.Body = new ImageBatchModerationReq() {
ArrayList<>(); listbodyUrls.add("https://XXX.jpg");//此处替换为公网可以访问的图片地址 body.withThreshold((double) 0); body.withCategorie
台,如图4所示。 图4 运行结果 查看调用次数。您可以在“服务列表”,“文本审核”页查看调用详情和调用次数统计,如图5所示。 图5 识别统计 识别结果统计:显示一段时间范围,内容审核的调用总数,拒绝数,疑似数和通过数,帮助您更好了解服务的调用情况和审核情况。 总数:指的是审核调用总次数。
各个选项对应了调用内容审核v3版本API的接口中传递的参数,如下表所示: 配置项 说明 行业模板配置 对应API的event_type字段,即事件类型。 识别策略配置 对应API的categories字段,即检测场景。 关联自定义词库配置 此处可关联自定义词库,审核时词库会生效。 对于不使用行业
调用API或SDK 在线调试 本地调用
请求消息体通常以结构化格式发出,与请求消息头中Content-type对应,传递除请求消息头之外的内容。如果请求消息体中参数支持中文,则中文字符必须为UTF-8编码。 每个接口的请求消息体内容不同,也并不是每个接口都需要有请求消息体(或者说消息体为空),GET、DELETE操作类
tegories必须传。 seed 否 String 用于回调通知时校验请求是由华为云内容安全服务发起,您可以自定义。值为随机字符串,由英文字母、数字、下划线组成,不超过64个字符。 说明: 当seed非空时,headers中将包含X-Auth-Signature字段,字段的值使