Created
August 11, 2011 07:00
-
-
Save fennb/1139053 to your computer and use it in GitHub Desktop.
Sample speech recognition output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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