【发布时间】:2016-07-01 07:44:55
【问题描述】:
我的 .wav 文件长度只有 4 秒。即使经过多次重试并在云上运行它,我也会不断收到以下错误
* upload completely sent off: 12 out of 12 bytes
< HTTP/1.1 408 Request timed out (> 14000 ms)
< Transfer-Encoding: chunked
< Content-Type: text/plain
< Server: Microsoft-IIS/8.5
< X-MSEdge-Ref:
有人遇到过这个问题吗? 这是我的要求
`curl -v "https://speech.platform.bing.com/recognize?
scenarios=catsearch&appid=D4D52672-91D7-4C74-8AD8-42B1D98141A5&locale=en-
US&device.os=wp7&version=3.0&format=json&requestid=1d4b6030-9099-12e0-91e4-
0800200c9a67&instanceid=1d4b6030-9099-12e0-91e5-0800200c9a68" -H
"Authorization: Bearer $1" -H "Content-Type: audio/wav; samplerate=8000" --
data-binary $2`
【问题讨论】:
-
我通过以“@test.wav”格式传递二进制数据来实现这一目标。但现在我收到了这个错误。到主机 speech.platform.bing.com 的连接 #0 保持不变 {"version":"3.0","header":{"status":"error","properties":{"requestid":"6048c0fa-86e2- 4073-993b-63bff15e10b3","NOSPEECH":"1"}}}
标签: speech-recognition speech-to-text microsoft-cognitive