gcloud ml speech - use Google Cloud Speech to get transcripts of audio
gcloud ml speech GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
Use Google Cloud Speech to get transcripts of recorded audio, and to get information about long-running speech recognition operations. For audio under 60 seconds, use:
$ gcloud ml speech recognize
For audio 60 seconds or longer, use:
$ gcloud ml speech recognize-long-running
For more information about the Google Cloud Speech API, refer to this guide: https://cloud.google.com/speech/docs/
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- operations
Interact with Google Cloud Speech operations.
COMMAND is one of the following:
- recognize
Get transcripts of short (less than 60 seconds) audio from an audio file.
- recognize-long-running
Get transcripts of longer audio from an audio file.
These variants are also available:
$ gcloud alpha ml speech
$ gcloud beta ml speech