Skip to content

Instantly share code, notes, and snippets.

@fennb
Created August 11, 2011 07:00
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fennb/1139053 to your computer and use it in GitHub Desktop.
Save fennb/1139053 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