【发布时间】:2019-03-15 13:52:41
【问题描述】:
我正在使用在https://azure.microsoft.com/en-us/documentation/articles/cognitive-services-text-analytics-quick-start/ 找到的文档
当我发布以下数据时,我在响应中收到 404 错误:
POST https://westus.api.cognitive.microsoft.com/text/analytics/v2.0/topics HTTP/1.1
Ocp-Apim-Subscription-Key: mykeyhere
Accept: application/json
Content-Type: application/json
Host: westus.api.cognitive.microsoft.com
Content-Length: 1451699
Expect: 100-continue
Connection: Keep-Alive
{"documents":[{"id":"1","text":"Need to delete unwanted transaction data from QuickBooks? Look no further than the Transaction Pro Deleter. With a few clicks you have deleted unwanted QuickBooks transaction ....."}]
我做错了什么?
【问题讨论】:
标签: rest azure nlp microsoft-cognitive