Skip to content

Instantly share code, notes, and snippets.

@cahva
Last active October 31, 2018 14:44
Show Gist options
  • Save cahva/3a1723a05e514021fa4dd52e6f97ba40 to your computer and use it in GitHub Desktop.
Save cahva/3a1723a05e514021fa4dd52e6f97ba40 to your computer and use it in GitHub Desktop.
Get transcript from downloaded transcript json file
#!/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