我下面這個教程建立一個講話IBM Bluemix文本服務: https://www.ibm.com/watson/developercloud/doc/speech-to-text/tutorial.shtml捲曲沒有URL指定
我已經安裝和測試的先決條件,但不知何故,我得到一個錯誤,當我試圖進入:
curl -X POST -u <username>:<password>
--header "Content-Type: audio/flac"
--header "Transfer-Encoding: chunked"
--data-binary @<path>audio-file.flac
"https://stream.watsonplatform.net/speech-to-text/api/v1/recognize?continuous=true"
我得到了以下錯誤:
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
我測試過的用戶名和密碼,當我直接訪問網址和它的工作。我爲音頻文件輸入的路徑也是正確的,因爲我只是複製它。
有誰知道如何解決這個問題? 在此先感謝! :)
是否所有內容都作爲單個命令輸入? –
不,我將它粘貼到Cmder中一次 – MaGi