1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Feb 11 11:28:24 UTC 2026

This commit is contained in:
Automated 2026-02-11 11:28:25 +00:00
parent 582f364023
commit aaff695a08
2667 changed files with 84754 additions and 68242 deletions

View file

@ -74,70 +74,68 @@ OPTIONAL FLAGS
Encoding format
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must
be set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses
recognizer encoding.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must be
set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses recognizer
encoding.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a
value between 8000 and 48000.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a value
between 8000 and 48000.
ASR Features
--enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses.
--enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses.
--enable-spoken-emojis
If set, adds spoken emoji formatting.
--enable-spoken-emojis
If set, adds spoken emoji formatting.
--enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request.
--enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request.
--enable-word-confidence
If set, the top result includes a list of words and the confidence
for those words.
--enable-word-confidence
If set, the top result includes a list of words and the confidence for
those words.
--enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
--enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set
to a value between 1 and 30.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set to
a value between 1 and 30.
--profanity-filter
If set, the server will censor profanities.
--profanity-filter
If set, the server will censor profanities.
--separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently.
--separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently.
Speaker Diarization
Speaker Diarization
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater
than or equal to --min-speaker-count. Must be set to a value
between 1 and 6.
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater than or
equal to --min-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than
or equal to --max-speaker-count. Must be set to a value between 1
and 6.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than or
equal to --max-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -94,79 +94,77 @@ OPTIONAL FLAGS
Encoding format
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must
be set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses
recognizer encoding.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must be
set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses recognizer
encoding.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a
value between 8000 and 48000.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a value
between 8000 and 48000.
ASR Features
--[no-]enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses. Use
--enable-automatic-punctuation to enable and
--no-enable-automatic-punctuation to disable.
--[no-]enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses. Use
--enable-automatic-punctuation to enable and
--no-enable-automatic-punctuation to disable.
--[no-]enable-spoken-emojis
If set, adds spoken emoji formatting. Use --enable-spoken-emojis to
enable and --no-enable-spoken-emojis to disable.
--[no-]enable-spoken-emojis
If set, adds spoken emoji formatting. Use --enable-spoken-emojis to
enable and --no-enable-spoken-emojis to disable.
--[no-]enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request. Use --enable-spoken-punctuation to enable and
--no-enable-spoken-punctuation to disable.
--[no-]enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request. Use --enable-spoken-punctuation to enable and
--no-enable-spoken-punctuation to disable.
--[no-]enable-word-confidence
If set, the top result includes a list of words and the confidence
for those words. Use --enable-word-confidence to enable and
--no-enable-word-confidence to disable.
--[no-]enable-word-confidence
If set, the top result includes a list of words and the confidence for
those words. Use --enable-word-confidence to enable and
--no-enable-word-confidence to disable.
--[no-]enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
Use --enable-word-time-offsets to enable and
--no-enable-word-time-offsets to disable.
--[no-]enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
Use --enable-word-time-offsets to enable and
--no-enable-word-time-offsets to disable.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set
to a value between 1 and 30.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set to
a value between 1 and 30.
--[no-]profanity-filter
If set, the server will censor profanities. Use --profanity-filter to
enable and --no-profanity-filter to disable.
--[no-]profanity-filter
If set, the server will censor profanities. Use --profanity-filter to
enable and --no-profanity-filter to disable.
--[no-]separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently. Use --separate-channel-recognition to enable and
--no-separate-channel-recognition to disable.
--[no-]separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently. Use --separate-channel-recognition to enable and
--no-separate-channel-recognition to disable.
Speaker Diarization
Speaker Diarization
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater
than or equal to --min-speaker-count. Must be set to a value
between 1 and 6.
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater than or
equal to --min-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than
or equal to --max-speaker-count. Must be set to a value between 1
and 6.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than or
equal to --max-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -90,79 +90,77 @@ OPTIONAL FLAGS
Encoding format
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must
be set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses
recognizer encoding.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must be
set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses recognizer
encoding.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a
value between 8000 and 48000.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a value
between 8000 and 48000.
ASR Features
--[no-]enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses. Use
--enable-automatic-punctuation to enable and
--no-enable-automatic-punctuation to disable.
--[no-]enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses. Use
--enable-automatic-punctuation to enable and
--no-enable-automatic-punctuation to disable.
--[no-]enable-spoken-emojis
If set, adds spoken emoji formatting. Use --enable-spoken-emojis to
enable and --no-enable-spoken-emojis to disable.
--[no-]enable-spoken-emojis
If set, adds spoken emoji formatting. Use --enable-spoken-emojis to
enable and --no-enable-spoken-emojis to disable.
--[no-]enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request. Use --enable-spoken-punctuation to enable and
--no-enable-spoken-punctuation to disable.
--[no-]enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request. Use --enable-spoken-punctuation to enable and
--no-enable-spoken-punctuation to disable.
--[no-]enable-word-confidence
If set, the top result includes a list of words and the confidence
for those words. Use --enable-word-confidence to enable and
--no-enable-word-confidence to disable.
--[no-]enable-word-confidence
If set, the top result includes a list of words and the confidence for
those words. Use --enable-word-confidence to enable and
--no-enable-word-confidence to disable.
--[no-]enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
Use --enable-word-time-offsets to enable and
--no-enable-word-time-offsets to disable.
--[no-]enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
Use --enable-word-time-offsets to enable and
--no-enable-word-time-offsets to disable.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set
to a value between 1 and 30.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set to
a value between 1 and 30.
--[no-]profanity-filter
If set, the server will censor profanities. Use --profanity-filter to
enable and --no-profanity-filter to disable.
--[no-]profanity-filter
If set, the server will censor profanities. Use --profanity-filter to
enable and --no-profanity-filter to disable.
--[no-]separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently. Use --separate-channel-recognition to enable and
--no-separate-channel-recognition to disable.
--[no-]separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently. Use --separate-channel-recognition to enable and
--no-separate-channel-recognition to disable.
Speaker Diarization
Speaker Diarization
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater
than or equal to --min-speaker-count. Must be set to a value
between 1 and 6.
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater than or
equal to --min-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than
or equal to --max-speaker-count. Must be set to a value between 1
and 6.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than or
equal to --max-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -74,79 +74,77 @@ FLAGS
Encoding format
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--audio-channel-count=AUDIO_CHANNEL_COUNT
Number of channels present in the audio data sent for recognition.
Required if --encoding flag is specified and is not AUTO. Must be set
to a value between 1 and 8.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must
be set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses
recognizer encoding.
--encoding=ENCODING
Encoding format of the provided audio. For headerless formats, must be
set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
Overrides the recognizer configuration if present, else uses recognizer
encoding.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a
value between 8000 and 48000.
--sample-rate=SAMPLE_RATE
Sample rate in Hertz of the audio data sent for recognition. Required
if --encoding flag is specified and is not AUTO. Must be set to a value
between 8000 and 48000.
ASR Features
--[no-]enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses. Use
--enable-automatic-punctuation to enable and
--no-enable-automatic-punctuation to disable.
--[no-]enable-automatic-punctuation
If set, adds punctuation to recognition result hypotheses. Use
--enable-automatic-punctuation to enable and
--no-enable-automatic-punctuation to disable.
--[no-]enable-spoken-emojis
If set, adds spoken emoji formatting. Use --enable-spoken-emojis to
enable and --no-enable-spoken-emojis to disable.
--[no-]enable-spoken-emojis
If set, adds spoken emoji formatting. Use --enable-spoken-emojis to
enable and --no-enable-spoken-emojis to disable.
--[no-]enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request. Use --enable-spoken-punctuation to enable and
--no-enable-spoken-punctuation to disable.
--[no-]enable-spoken-punctuation
If set, replaces spoken punctuation with the corresponding symbols in
the request. Use --enable-spoken-punctuation to enable and
--no-enable-spoken-punctuation to disable.
--[no-]enable-word-confidence
If set, the top result includes a list of words and the confidence
for those words. Use --enable-word-confidence to enable and
--no-enable-word-confidence to disable.
--[no-]enable-word-confidence
If set, the top result includes a list of words and the confidence for
those words. Use --enable-word-confidence to enable and
--no-enable-word-confidence to disable.
--[no-]enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
Use --enable-word-time-offsets to enable and
--no-enable-word-time-offsets to disable.
--[no-]enable-word-time-offsets
If set, the top result includes a list of words and their timestamps.
Use --enable-word-time-offsets to enable and
--no-enable-word-time-offsets to disable.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set
to a value between 1 and 30.
--max-alternatives=MAX_ALTERNATIVES
Maximum number of recognition hypotheses to be returned. Must be set to
a value between 1 and 30.
--[no-]profanity-filter
If set, the server will censor profanities. Use --profanity-filter to
enable and --no-profanity-filter to disable.
--[no-]profanity-filter
If set, the server will censor profanities. Use --profanity-filter to
enable and --no-profanity-filter to disable.
--[no-]separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently. Use --separate-channel-recognition to enable and
--no-separate-channel-recognition to disable.
--[no-]separate-channel-recognition
Mode for recognizing multi-channel audio using Separate Channel
Recognition. When set, the service will recognize each channel
independently. Use --separate-channel-recognition to enable and
--no-separate-channel-recognition to disable.
Speaker Diarization
Speaker Diarization
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater
than or equal to --min-speaker-count. Must be set to a value
between 1 and 6.
--max-speaker-count=MAX_SPEAKER_COUNT
Maximum number of speakers in the conversation. Must be greater than or
equal to --min-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than
or equal to --max-speaker-count. Must be set to a value between 1
and 6.
--min-speaker-count=MIN_SPEAKER_COUNT
Minimum number of speakers in the conversation. Must be less than or
equal to --max-speaker-count. Must be set to a value between 1 and 6.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments in
this group are specified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,