Azure Speech JS SDK Returns Single Item in NBest Array
Tom D
0
Reputation points
When using the Cognitive Services JavaScript Speech SDK with OutputFormat.Detailed
and the recognizeOnceAsync
approach, the NBest
array consistently contains only a single object instead of the expected multiple alternatives.
For example, when pronouncing 'flour', it would be anticipated to receive multiple items in the array, such as 'flower', which is a likely alternative.
Is this a bug in the SDK, or do I need to provide a different setting when creating the recognizer?
Sign in to answer