Google api “detailedDescription”中缺少Google知识图API“articleBody”字段`

Google api “detailedDescription”中缺少Google知识图API“articleBody”字段`,google-api,google-knowledge-graph,Google Api,Google Knowledge Graph,根据Taylor Swift的示例请求,我得到了以下与网站上显示的响应不匹配的响应。此外,我对detailedDescription字段的articleBody感兴趣,它不是以相同的方式返回的。是否有文档中未反映的API更新?是否有方法通过请求文章正文 { "@context": { "@vocab": "http://schema.org/", "goog": "http://schema.googleapis.com/", "EntitySearchResult"

根据Taylor Swift的示例请求,我得到了以下与网站上显示的响应不匹配的响应。此外,我对
detailedDescription
字段的
articleBody
感兴趣,它不是以相同的方式返回的。是否有文档中未反映的API更新?是否有方法通过请求
文章正文

{
  "@context": {
    "@vocab": "http://schema.org/",
    "goog": "http://schema.googleapis.com/",
    "EntitySearchResult": "goog:EntitySearchResult",
    "detailedDescription": "goog:detailedDescription",
    "resultScore": "goog:resultScore",
    "kg": "http://g.co/kg"
  },
  "@type": "ItemList",
  "itemListElement": [
    {
      "@type": "EntitySearchResult",
      "result": {
        "@id": "kg:/m/0dl567",
        "name": "Taylor Swift",
        "@type": [
          "Thing",
          "Person"
        ],
        "description": "American singer",
        "image": {
          "contentUrl": "http://t0.gstatic.com/images?q=tbn:ANd9GcST848UJ0u31E6aoQfb2nnKZFyad7rwNF0ZLOCACGpu4jnboEzV",
          "url": "https://en.wikipedia.org/wiki/Begin_Again_(Taylor_Swift_song)"
        },
        "url": "http://taylorswift.com/"
      },
      "resultScore": 1237.141968
    }
  ]
}