logo检测

taskId

5eeadb619ac44c1316975f51

taskId参数
参数名称 类型 是否必需 说明
fileList Array 每张图片的识别结果
fileList参数
参数名称 类型 是否必需 说明
name String 如果上传的image参数是url,则该值是图片url;如果是以图片文件上传,则该值为文件名
objects Array 检测出来的所有logo
objects参数
参数名称 类型 是否必需 说明
location Array 物体方框坐标以图片左上角为原点,分别是[左上角坐标,右上角坐标,右下角坐标,左下角坐标], 坐标值是相对于图片大小的百分比形式
degree Int 文字的旋转角度,取值范围是[-180, 180],正表示顺时针,负表示逆时针
scores Float logo检测得分
text String logo文件名
category Int 物品类别
json示例

ORC识别的返回结果示例

{
  "5eeadb619ac44c1316975f51": {
    "fileList": [
      {
        "name": "logo.jpg",
        "objects": [
          {
            "location": [
              [
                0.1808926934,
                0.1423044958
              ],
              [
                0.3039462943,
                0.1423044958
              ],
              [
                0.3039462943,
                0.2320416601
              ],
              [
                0.1808926934,
                0.2320416601
              ]
            ],
            "category": 0,
            "scores": 0.6761474609,
            "text": "腾讯新闻",
            "degree": 0
          }
        ]
      }
    ]
  },
  "code": 0,
  "message": "success",
  "nonce": "0.47643963230476416",
  "timestamp": 1595905833553
}

results matching ""

    No results matching ""