如何通过 POSTMAN 命中 Microsoft 语言检测 API

问题描述

我在本地运行语言检测认知服务 API(使用以下命令)。

docker run --rm -it -p 5003:5003 --memory 1g --cpus 1 mcr.microsoft.com/azure-cognitive-services/speechservices/language-detection Eula=accept Billing=https://.api.cognitive.microsoft.com/sts/v1.0/issuetoken ApiKey=*** HTTP_PROXY=********

enter image description here

问题:当我通过 Postman 时收到 404

enter image description here

注意:我的认知服务区域是西欧和定价层 F0

请告诉我测试本地运行认知 api 的正确方法

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)