mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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
|
|
@ -12,10 +12,11 @@ SYNOPSIS
|
|||
[--enable-spoken-punctuation=ENABLE_SPOKEN_PUNCTUATION]
|
||||
[--enable-word-confidence=ENABLE_WORD_CONFIDENCE]
|
||||
[--enable-word-time-offsets=ENABLE_WORD_TIME_OFFSETS]
|
||||
[--encoding=ENCODING] [--max-speaker-count=MAX_SPEAKER_COUNT]
|
||||
[--encoding=ENCODING] [--max-alternatives=MAX_ALTERNATIVES]
|
||||
[--max-speaker-count=MAX_SPEAKER_COUNT]
|
||||
[--min-speaker-count=MIN_SPEAKER_COUNT]
|
||||
[--profanity-filter=PROFANITY_FILTER] [--sample-rate=SAMPLE_RATE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--separate-channel-recognition] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a speech-to-text recognizer.
|
||||
|
|
@ -93,6 +94,10 @@ OPTIONAL FLAGS
|
|||
Encoding format of the provided audio. For headerless formats, must be
|
||||
set to LINEAR16, MULAW, or ALAW. For other formats, set to AUTO.
|
||||
|
||||
--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,11 @@ OPTIONAL FLAGS
|
|||
Sample rate in Hertz of the audio data sent for recognition. Required
|
||||
if using explicit decoding.
|
||||
|
||||
--separate-channel-recognition
|
||||
Mode for recognizing multi-channel audio using Separate Channel
|
||||
Recognition. When set to true, the service will recognize each channel
|
||||
independently.
|
||||
|
||||
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