【发布时间】:2016-08-03 09:29:48
【问题描述】:
我想测试 Microsoft Project Oxford 语音识别 API,但我不知道在哪里或如何获取 client_id。
我正在尝试测试搜索 API。首先,我正在尝试获取使用该服务的令牌:
curl -d -i "https://oxford-speech.cloudapp.net/token/issueToken?grant_type=client_credentials&client_id=123&client_secret=456scope=https%3A%2F%2Fspeech.platform.bing.com"
{ "statusCode": 401, "message": "Access denied due to invalid subscription key. Make sure you are subscribed to an API you are trying to call and provide the right key." }
我有主键和辅助键,但找不到 client_id。有人可以帮忙吗?
【问题讨论】:
-
不是和azure的userId一样吗?
-
我尝试使用我的电子邮件地址作为 Client_id 用于登录 Azure - 不起作用...
标签: azure curl speech-recognition microsoft-cognitive