mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
49 lines
1.3 KiB
Text
49 lines
1.3 KiB
Text
NAME
|
|
gcloud beta ml speech - use Google Cloud Speech to get transcripts of audio
|
|
|
|
SYNOPSIS
|
|
gcloud beta ml speech GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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 beta ml speech recognize
|
|
|
|
For audio 60 seconds or longer, use:
|
|
|
|
$ gcloud beta ml speech recognize-long-running
|
|
|
|
For more information about the Google Cloud Speech API, refer to this
|
|
guide: https://cloud.google.com/speech/docs/
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
operations
|
|
(BETA) Interact with Google Cloud Speech operations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
recognize
|
|
(BETA) Get transcripts of short (less than 60 seconds) audio from an
|
|
audio file.
|
|
|
|
recognize-long-running
|
|
(BETA) Get transcripts of longer audio from an audio file.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud ml speech
|
|
|
|
$ gcloud alpha ml speech
|
|
|