I am currently using the Microsoft.Speech API to dictate utterances into text, but what I really need is the alternative dictations the program could use. I am using this for my honours thesis, and for it I wish to know the top 10 interpretations of any utterance.
A very similar, if not exact question was asked in 2011: C# system.speech.recognition alternates
But was never answered. My question thus is: how does one get the alternatives to an interpretation of a dictation using the Microsoft.Speech API?