Last active
October 31, 2018 14:44
-
-
Save cahva/3a1723a05e514021fa4dd52e6f97ba40 to your computer and use it in GitHub Desktop.
Get transcript from downloaded transcript json file
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
#!/usr/bin/env sh | |
jq '.results.transcripts[0].transcript' -r < ~/Downloads/asrOutput.json > transcript.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment