mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -42,8 +42,8 @@ EXAMPLES
|
|||
custom sampling rate and encoding that uses hints and filters profanity:
|
||||
|
||||
$ gcloud alpha ml speech recognize 'gs://bucket/myaudio' \
|
||||
--language-code=es-ES --sample-rate=2200 --hints=Bueno \
|
||||
--encoding=OGG_OPUS --filter-profanity
|
||||
--language-code=es-ES --sample-rate=2200 --hints=Bueno \
|
||||
--encoding=OGG_OPUS --filter-profanity
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
AUDIO
|
||||
|
|
@ -117,6 +117,12 @@ OPTIONAL FLAGS
|
|||
audio that is not one of the specific audio models. For example,
|
||||
long-form audio. Ideally the audio is high-fidelity, recorded at a
|
||||
16khz or greater sampling rate.
|
||||
medical_conversation
|
||||
Best for audio that originated from a conversation between a
|
||||
medical provider and patient.
|
||||
medical_dictation
|
||||
Best for audio that originated from dictation notes by a medical
|
||||
provider.
|
||||
phone_call
|
||||
audio that originated from a phone call (typically recorded at an
|
||||
8khz sampling rate).
|
||||
|
|
|
|||
|
|
@ -126,6 +126,12 @@ OPTIONAL FLAGS
|
|||
audio that is not one of the specific audio models. For example,
|
||||
long-form audio. Ideally the audio is high-fidelity, recorded at a
|
||||
16khz or greater sampling rate.
|
||||
medical_conversation
|
||||
Best for audio that originated from a conversation between a
|
||||
medical provider and patient.
|
||||
medical_dictation
|
||||
Best for audio that originated from dictation notes by a medical
|
||||
provider.
|
||||
phone_call
|
||||
audio that originated from a phone call (typically recorded at an
|
||||
8khz sampling rate).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue