Skip to content

Instantly share code, notes, and snippets.

@jalcine
Forked from fennb/gist:1139053
Created December 9, 2012 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalcine/4243726 to your computer and use it in GitHub Desktop.
Save jalcine/4243726 to your computer and use it in GitHub Desktop.
Sample speech recognition output
{
"hypotheses": [
{
"confidence": 0.88569070000000005,
"utterance": "this is pretty cool"
},
{
"utterance": "thesis pretty cool"
},
{
"utterance": "this is spirit cool"
},
{
"utterance": "this ease pretty cool"
},
{
"utterance": "this is pretty kool"
}
],
"id": "48e33aa5b2e21889c66f69ae492307b7-1",
"status": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment