mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -13,10 +13,11 @@ SYNOPSIS
|
|||
[--enable-word-confidence=ENABLE_WORD_CONFIDENCE]
|
||||
[--enable-word-time-offsets=ENABLE_WORD_TIME_OFFSETS]
|
||||
[--encoding=ENCODING] [--language-codes=[LANGUAGE_CODE,...]]
|
||||
[--max-alternatives=MAX_ALTERNATIVES]
|
||||
[--max-speaker-count=MAX_SPEAKER_COUNT]
|
||||
[--min-speaker-count=MIN_SPEAKER_COUNT] [--model=MODEL]
|
||||
[--profanity-filter=PROFANITY_FILTER] [--sample-rate=SAMPLE_RATE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--[no-]separate-channel-recognition] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a Speech-to-text recognizer.
|
||||
|
|
@ -90,6 +91,10 @@ FLAGS
|
|||
(https://cloud.google.com/speech-to-text/docs/multiple-languages) for
|
||||
using more than one language code.
|
||||
|
||||
--max-alternatives=MAX_ALTERNATIVES
|
||||
Maximum number of recognition hypotheses to be returned. Valid values
|
||||
are 1-30.
|
||||
|
||||
--max-speaker-count=MAX_SPEAKER_COUNT
|
||||
Maximum number of speakers in the conversation.
|
||||
|
||||
|
|
@ -106,6 +111,12 @@ FLAGS
|
|||
Sample rate in Hertz of the audio data sent for recognition. Required
|
||||
if using explicit decoding.
|
||||
|
||||
--[no-]separate-channel-recognition
|
||||
Mode for recognizing multi-channel audio using Separate Channel
|
||||
Recognition. When set to true, the service will recognize each channel
|
||||
independently. Use --separate-channel-recognition to enable and
|
||||
--no-separate-channel-recognition to disable.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue