GIF色情图像识别

识别色情动图
限个人实名用户使用
10000次
100000次

识别色情动图

识别色情动图

调用地址: https://api.topthink.com/image/gif_detect

请求方式:POST

返回类型:JSON

API 调用: 调用说明

名称 必填 类型 说明
image string 图像数据,base64编码。gif格式,每帧编码后小于4M,帧数不超过50,GIF图片整体大小base64编码后不超过20M

$client = new Client("访问令牌")

$result = $client->imageGifDetect()
    ->withImage("image")
    ->request();

名称 类型 说明
class_name string 识别内容
score string 评分
probability string 置信度

{
    "code":0,
    "message":"成功的返回",
    "data":{
        "area":"浙江省温州市平阳县",
        "sex":"男",
        "birthday":"1989年03月08日"
    }
}