首页 > 解决方案 > 必应视觉搜索未正确返回图像标签

问题描述

这是我对 Bing API Visual Search(v7) 的回复。

预期反应:

https://docs.microsoft.com/en-us/bing/search-apis/bing-visual-search/reference/response-objects

实际反应:

{
  "_type": "ImageKnowledge",
  "instrumentation": {
    "_type": "ResponseInstrumentation"
  },
  "tags": [
    {
      "displayName": "",
      "actions": [
        {
          "actionType": "MoreSizes"
        },
        {
          "actionType": "ImageById"
        }
      ]
    }
  ],
  "image": {**strong text**
    "imageInsightsToken": "ccid_w4YMbjM9"
  },
  "imageQualityHints": [
    {
      "category": "UnknownFormat"
    }
  ],
  "debugInfo": {}
}

任何人都可以帮忙吗?

标签: bing-api

解决方案


推荐阅读