mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 14 09:38:18 UTC 2024
This commit is contained in:
parent
7fe34c472b
commit
d35819d273
105 changed files with 5241 additions and 346 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha ml speech recognizers run-batch
|
||||
(RECOGNIZER : --location=LOCATION) --audio=AUDIO [--async]
|
||||
[--hints=[HINTS,...]] [--language-codes=[LANGUAGE_CODE,...]]
|
||||
[--hint-boost=HINT_BOOST] [--hint-phrase-sets=[PHRASE_SET,...]]
|
||||
[--hint-phrases=[PHRASE,...]] [--language-codes=[LANGUAGE_CODE,...]]
|
||||
[--model=MODEL]
|
||||
[--audio-channel-count=AUDIO_CHANNEL_COUNT
|
||||
--encoding=ENCODING --sample-rate=SAMPLE_RATE]
|
||||
|
|
@ -62,7 +63,14 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete. The default is False.
|
||||
|
||||
--hints=[HINTS,...]
|
||||
--hint-boost=HINT_BOOST
|
||||
Boost value for the phrases passed to --phrases. Can have a value
|
||||
between 1 and 20.
|
||||
|
||||
--hint-phrase-sets=[PHRASE_SET,...]
|
||||
A list of phrase set resource names to use for speech recognition.
|
||||
|
||||
--hint-phrases=[PHRASE,...]
|
||||
A list of strings containing word and phrase "hints" so that the '
|
||||
'speech recognition is more likely to recognize them. This can be '
|
||||
'used to improve the accuracy for specific words and phrases, ' 'for
|
||||
|
|
|
|||
|
|
@ -4,8 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha ml speech recognizers run-short
|
||||
(RECOGNIZER : --location=LOCATION) --audio=AUDIO [--hints=[HINTS,...]]
|
||||
[--language-codes=[LANGUAGE_CODE,...]] [--model=MODEL]
|
||||
(RECOGNIZER : --location=LOCATION) --audio=AUDIO
|
||||
[--hint-boost=HINT_BOOST] [--hint-phrase-sets=[PHRASE_SET,...]]
|
||||
[--hint-phrases=[PHRASE,...]] [--language-codes=[LANGUAGE_CODE,...]]
|
||||
[--model=MODEL]
|
||||
[--audio-channel-count=AUDIO_CHANNEL_COUNT
|
||||
--encoding=ENCODING --sample-rate=SAMPLE_RATE]
|
||||
[--[no-]enable-automatic-punctuation --[no-]enable-spoken-emojis
|
||||
|
|
@ -57,7 +59,14 @@ REQUIRED FLAGS
|
|||
gs://bucket/object).
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--hints=[HINTS,...]
|
||||
--hint-boost=HINT_BOOST
|
||||
Boost value for the phrases passed to --phrases. Can have a value
|
||||
between 1 and 20.
|
||||
|
||||
--hint-phrase-sets=[PHRASE_SET,...]
|
||||
A list of phrase set resource names to use for speech recognition.
|
||||
|
||||
--hint-phrases=[PHRASE,...]
|
||||
A list of strings containing word and phrase "hints" so that the '
|
||||
'speech recognition is more likely to recognize them. This can be '
|
||||
'used to improve the accuracy for specific words and phrases, ' 'for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue