我们正在格式化并向用户呈现Alchemy Data News查询结果。我想我看到其他演示这样做(例如 Watson News Explorer),它们显示了每篇文章的小摘录。我没有看到Alchemy Data News API返回的任何摘录。我们的查询中是否缺少某些内容?我们如何为用户显示新闻报道的摘录?
return=enriched.url.text 检索文本示例
在此处查看完整的参数列表
https://docs.google.com/spreadsheets/d/1wN0e_fhYCO7GBAneN9xjrNo57OtS_0Tr8FI9xCMfmzM/edit#gid=0
例如
https://gateway-a.watsonplatform.net/calls/data/GetNews?apikey=****
&outputMode=json&start=now-1d&end=now&count=100
&q.enriched.url.enrichedTitle.relations.relation
=|action.verb.text=acquire,object.entities.entity.type=Company|
&return=enriched.url.text
会回来
{
"status": "OK",
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
"totalTransactions": "148",
"result": {
"docs": [
{
"id": "NzI0MTkzMTM0N3wxNDY0OTYzMzY2",
"source": {
"enriched": {
"url": {
"text": "We've heard all year that fighting
the opioid crisis is the most important issue facing the New Hampshire
Legislature. Executive Councilor Colin Van Ostern is required by law to
file a report on his gubernatorial campaign's receipts and expenditures by
June 22. ..."
}
}
},
"timestamp": 1464963366
},(...)
附言。我正在使用 Alchemy API for Bluemix