| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git@github.com:PINKONG/speech_recognition_server.git cd speech_recognition_server composer install
php artisan swool:http start
php artisan swool:http stop
使用post,接口为/api/v1/voice/recognization. 要识别的语音文件附在data的「voice_file」字段中。
返回:
{
"err_no": 0,
"result": [
"新年新气象,"
],
"err_msg": "success"
}
```
注意result是个数组,最多5个.
| Back | FazBrowse Home | New Git URL |