alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.43k stars 1.04k forks source link

Get Timestamp JSON #1391

Closed cslop3r closed 1 year ago

cslop3r commented 1 year ago

Hello, I have json.loads(rec.Result())[text] but I also would like to get start and end options (I tried "start" and "end" nonetheless it doesnt work). Thanks for your answer.