【问题标题】:POST returns 404 on Azure Text AnalyticsPOST 在 Azure 文本分析上返回 404
【发布时间】: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


    【解决方案1】:

    我没有正确传递操作 ID 来检查状态。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-05-15
      • 2019-06-08
      • 1970-01-01
      • 2017-12-10
      • 2019-12-12
      • 1970-01-01
      • 2017-02-22
      • 1970-01-01
      相关资源
      最近更新 更多