图像识别api 比对图片并返回识别结果

图像识别api,图像主要识别功能,比对用户已经上传的图片,并返回识别结果(识别成功扣除KEY次数)

接口名称:图像识别api

接口平台:聚合数据

接口地址:http://japi.juhe.cn/image_recognition/check

支持格式:json

请求方式:post

请求示例:http://japi.juhe.cn/image_recognition/check

图像识别api调用JSON返回示例:

{
    "time": "10:42:44",
    "date": "2015-03-17",
    "error_code": 0,
    "reason": "success!",
    "result": [
        {
            "img_name": "Penguins.jpg",/*识别到的图片名称*/
            "img_url": "http://cloud.funwish.net/serviceManagent/uploads/thumbnail/juheapi/bdb869ac75dd1596f30f1f0941e51daa.jpg"/*识别到的图片地址*/
        }
    ]
}


你可能感兴趣的:(api,图像识别)