Get alternative suggestions during speech recognition

Hi,

I have a question that I posted already here: https://stackoverflow.com/questions/59915703/get-alternative-suggestions-during-speech-recognition .

Can somebody please help me with this topic?

Thanks in advance!

2 Likes

We don’t have that (yet?) API-level.

Hi @lissyx ,

thanks for your reply.

I am a little bit unsure where it is a question or a statement that you made… .

If it does not (yet) exist on API level:

do you (or anybody else) perhaps know a ‘hook’, where I could get such information?

With a ‘hook’ I mean a certain code statement within DeepSpeech, where I could derive such information by myself.

Thanks in advance!

Have you had a look at our API ? You can see we only return one string.

Have you had a look at Github issues ? https://github.com/mozilla/DeepSpeech/issues/432

Thanks for the hint.