@Pooja Kamra Thanks for the question. Once you set the output format to “Detailed” see you can get the N-Best as a JSON.
Here is an example for getting nBest.
Example output from running this:
We recognized: This is a test of the emergency broadcast system.
Detailed JSON: {"Duration":32600000,"NBest":[
{"Confidence":0.9719818830490112,"Display":"This is a test of the emergency broadcast system.","ITN":"this is a test of the emergency broadcast system","Lexical":"this is a test of the emergency broadcast system","MaskedITN":"This is a test of the emergency broadcast system"},
{"Confidence":0.9169924259185791,"Display":"is this is a test of the emergency broadcast system","ITN":"is this is a test of the emergency broadcast system","Lexical":"is this is a test of the emergency broadcast system","MaskedITN":"is this is a test of the emergency broadcast system"},
{"Confidence":0.9146955609321594,"Display":"this is a test of the emergency broadcast system uh","ITN":"this is a test of the emergency broadcast system uh","Lexical":"this is a test of the emergency broadcast system uh","MaskedITN":"this is a test of the emergency broadcast system uh"},
{"Confidence":0.9065390229225159,"Display":"this is a test of the emergency broadcast systems","ITN":"this is a test of the emergency broadcast systems","Lexical":"this is a test of the emergency broadcast systems","MaskedITN":"this is a test of the emergency broadcast systems"},
{"Confidence":0.9085215330123901,"Display":"this is a test of the emergency broadcast system 's","ITN":"this is a test of the emergency broadcast system 's","Lexical":"this is a test of the emergency broadcast system 's","MaskedITN":"this is a test of the emergency broadcast system 's"}]
,"Offset":2300000,"RecognitionStatus":"Success"}