使用Google语音文字API时出现400错误

时间:2014-01-16 18:17:53

标签: html speech-to-text

我创建了一个html表单,将.flac文件发布到google Speech to text API。 我的代码如下

<head>
<meta http-equiv="Content-Type" content="audio/x-flac; rate=16000">
</head>
<body>
<form method=POST action="http://www.google.com/speech-api/v1/recognize?lang=en-us&client=chromium">
<input type="file">
<input type=submit value=submit>
</form>
</body>

但每当我发布音频谷歌回复 的 400。那是一个错误。 您的客户发出了格式错误或非法的请求。 Content-Type应为以下形式:audio / xxx;率= YYY

我需要解决方案。

1 个答案:

答案 0 :(得分:0)

“400。那是一个错误。

您的客户发出了格式错误或非法的请求。缺少参数:key我们都知道。“

这就是我得到的。我甚至发送了一个带密钥的请求,仍然是400,只有没有“缺失参数:密钥”部分