【发布时间】:2020-01-11 08:56:01
【问题描述】:
我订阅了“Azure 认知服务”,并尝试将语言翻译从英语转换为丹麦语。我已经向 Postman 发出了发帖请求,但每次我都收到以下错误。
{
"error": {
"code": "404",
"message": "Resource not found"
}
}
我在 Azure 仪表板中看到的端点是 https://uksouth.api.cognitive.microsoft.com/translate?api-version=3.0&from=en&to=da
我已经在标题部分发布了 Ocp-Apim-Subscription-Key 和 Ocp-Apim-Subscription-Region 键。
为什么会出现 404 错误?有什么想法吗?
【问题讨论】:
标签: microsoft-cognitive azure-cognitive-services