Retrieving word level time stamp
shaheenkdr opened this issue · 5 comments
shaheenkdr commented
Is there a way we could retrieve the world level timestamps along with the output?
alumae commented
Set the property word-boundary-file=dir/word_boundary.int (under the decoder conf), this activates word alignment generation.
shaheenkdr commented
Thanks @alumae , I can see the output in worker.log
. However which endpoint passes that output back to the client ? Couldnt see it from Python client as well as curl . Would be helpful if you could share some pointers in that regard : /
alumae commented
It is passed in the JSON representation that the client receives from the server.
shaheenkdr commented
both in the websocket as well as the dynamic recognize http end points ?