401-拒绝访问(Microsoft TTS API)

时间:2018-07-31 13:24:15

标签: microsoft-cognitive

当我尝试使用“文字转语音”功能时,我错了

{“ statusCode”:401,“ message”:“由于无效的订阅密钥而拒绝访问。请确保为有效的订阅提供有效的密钥。 }

我正在使用Github的C#示例:https://github.com/Azure-Samples/Cognitive-Speech-TTS/tree/master/Samples-Http/CSharp

我将获得天蓝色免费许可证的密钥1:

Azure中的键

enter image description here

但是消息错误仍然存​​在,有人可以帮助我吗?

谢谢

1 个答案:

答案 0 :(得分:0)

根据您使用的是旧版还是预览版语音,您将需要访问其他发行令牌的端点。根据您的经验,您必须具有用于旧版“ Bing”风味的API密钥,因此您应按以下方式修改the sample code

Authentication auth = new Authentication("https://api.cognitive.microsoft.com/sts/v1.0/issueToken",
    "input your key here");