1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 16:08:31 +00:00

gcloud: Wed Sep 28 10:27:48 UTC 2022

This commit is contained in:
Automated 2022-09-28 10:27:48 +00:00
parent 29683b8af4
commit ffb9e43995
Failed to extract signature
198 changed files with 4783 additions and 367 deletions

View file

@ -30,6 +30,9 @@ GROUPS
operations
(ALPHA) Interact with Google Cloud Speech operations.
recognizers
(ALPHA) Manage Google cloud speech-to-text recognizers.
COMMANDS
COMMAND is one of the following:

View file

@ -0,0 +1,97 @@
NAME
gcloud alpha ml speech recognizers create - create a speech-to-text
recognizer
SYNOPSIS
gcloud alpha ml speech recognizers create
(RECOGNIZER : --location=LOCATION) --language-codes=[LANGUAGE_CODE,...]
--model=MODEL [--async] [--display-name=DISPLAY_NAME]
[--enable-automatic-punctuation=ENABLE_AUTOMATIC_PUNCTUATION]
[--enable-spoken-emojis=ENABLE_SPOKEN_EMOJIS]
[--enable-spoken-punctuation=ENABLE_SPOKEN_PUNCTUATION]
[--enable-word-confidence=ENABLE_WORD_CONFIDENCE]
[--enable-word-time-offsets=ENABLE_WORD_TIME_OFFSETS]
[--profanity-filter=PROFANITY_FILTER] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a speech-to-text recognizer.
POSITIONAL ARGUMENTS
Recognizer resource - recognizer. The arguments in this group can be used
to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways. To set the
project attribute:
◆ provide the argument recognizer on the command line with a fully
specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
RECOGNIZER
ID of the recognizer or fully qualified identifier for the
recognizer. To set the recognizer attribute:
▸ provide the argument recognizer on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
Location of the recognizer.
To set the location attribute:
▸ provide the argument recognizer on the command line with a fully
specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--language-codes=[LANGUAGE_CODE,...]
Language code is one of en-US, en-GB, fr-FR. Check documentation
(https://cloud.google.com/speech-to-text/docs/multiple-languages) for
using more than one language code.
--model=MODEL
latest_long or latest_short
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is False.
--display-name=DISPLAY_NAME
Name of this recognizer as it appears in UIs.
--enable-automatic-punctuation=ENABLE_AUTOMATIC_PUNCTUATION
If true, adds punctuation to recognition result hypotheses.
--enable-spoken-emojis=ENABLE_SPOKEN_EMOJIS
If true, adds spoken emoji formatting.
--enable-spoken-punctuation=ENABLE_SPOKEN_PUNCTUATION
If true, replaces spoken punctuation with the corresponding symbols in
the request.
--enable-word-confidence=ENABLE_WORD_CONFIDENCE
If true, the top result includes a list of words and the confidence for
those words.
--enable-word-time-offsets=ENABLE_WORD_TIME_OFFSETS
If true, the top result includes a list of words and their timestamps.
--profanity-filter=PROFANITY_FILTER
If true, the server will censor profanities.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,58 @@
NAME
gcloud alpha ml speech recognizers delete - delete a Speech-to-text
recognizer
SYNOPSIS
gcloud alpha ml speech recognizers delete
(RECOGNIZER : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Speech-to-text recognizer.
POSITIONAL ARGUMENTS
Recognizer resource - recognizer. The arguments in this group can be used
to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways. To set the
project attribute:
◆ provide the argument recognizer on the command line with a fully
specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
RECOGNIZER
ID of the recognizer or fully qualified identifier for the
recognizer. To set the recognizer attribute:
▸ provide the argument recognizer on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
Location of the recognizer.
To set the location attribute:
▸ provide the argument recognizer on the command line with a fully
specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is False.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,53 @@
NAME
gcloud alpha ml speech recognizers describe - obtain details about
Speech-to-text recognizer
SYNOPSIS
gcloud alpha ml speech recognizers describe
(RECOGNIZER : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Obtain details about Speech-to-text recognizer.
POSITIONAL ARGUMENTS
Recognizer resource - recognizer. The arguments in this group can be used
to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways. To set the
project attribute:
◆ provide the argument recognizer on the command line with a fully
specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
RECOGNIZER
ID of the recognizer or fully qualified identifier for the
recognizer. To set the recognizer attribute:
▸ provide the argument recognizer on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
Location of the recognizer.
To set the location attribute:
▸ provide the argument recognizer on the command line with a fully
specified name;
▸ provide the argument --location on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,39 @@
NAME
gcloud alpha ml speech recognizers - manage Google cloud speech-to-text
recognizers
SYNOPSIS
gcloud alpha ml speech recognizers COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Google cloud speech-to-text recognizers.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a speech-to-text recognizer.
delete
(ALPHA) Delete a Speech-to-text recognizer.
describe
(ALPHA) Obtain details about Speech-to-text recognizer.
list
(ALPHA) List Speech-to-text recognizers.
update
(ALPHA) Update a Speech-to-text recognizer.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,73 @@
NAME
gcloud alpha ml speech recognizers list - list Speech-to-text recognizers
SYNOPSIS
gcloud alpha ml speech recognizers list --location=LOCATION
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Speech-to-text recognizers.
REQUIRED FLAGS
Location resource - location. This represents a Cloud resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways. To set the project attribute:
◆ provide the argument --location on the command line with a fully
specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
--location=LOCATION
ID of the location or fully qualified identifier for the location. To
set the location attribute:
▸ provide the argument --location on the command line.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -0,0 +1,97 @@
NAME
gcloud alpha ml speech recognizers update - update a Speech-to-text
recognizer
SYNOPSIS
gcloud alpha ml speech recognizers update
(RECOGNIZER : --location=LOCATION) [--async]
[--display-name=DISPLAY_NAME]
[--enable-automatic-punctuation=ENABLE_AUTOMATIC_PUNCTUATION]
[--enable-spoken-emojis=ENABLE_SPOKEN_EMOJIS]
[--enable-spoken-punctuation=ENABLE_SPOKEN_PUNCTUATION]
[--enable-word-confidence=ENABLE_WORD_CONFIDENCE]
[--enable-word-time-offsets=ENABLE_WORD_TIME_OFFSETS]
[--language-codes=[LANGUAGE_CODE,...]] [--model=MODEL]
[--profanity-filter=PROFANITY_FILTER] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Speech-to-text recognizer.
POSITIONAL ARGUMENTS
Recognizer resource - recognizer. The arguments in this group can be used
to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways. To set the
project attribute:
◆ provide the argument recognizer on the command line with a fully
specified name;
◆ set the property core/project;
◆ provide the argument --project on the command line.
This must be specified.
RECOGNIZER
ID of the recognizer or fully qualified identifier for the
recognizer. To set the recognizer attribute:
▸ provide the argument recognizer on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--location=LOCATION
Location of the recognizer.
To set the location attribute:
▸ provide the argument recognizer on the command line with a fully
specified name;
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is False.
--display-name=DISPLAY_NAME
Name of this recognizer as it appears in UIs.
--enable-automatic-punctuation=ENABLE_AUTOMATIC_PUNCTUATION
If true, adds punctuation to recognition result hypotheses.
--enable-spoken-emojis=ENABLE_SPOKEN_EMOJIS
If true, adds spoken emoji formatting.
--enable-spoken-punctuation=ENABLE_SPOKEN_PUNCTUATION
If true, replaces spoken punctuation with the corresponding symbols in
the request.
--enable-word-confidence=ENABLE_WORD_CONFIDENCE
If true, the top result includes a list of words and the confidence for
those words.
--enable-word-time-offsets=ENABLE_WORD_TIME_OFFSETS
If true, the top result includes a list of words and their timestamps.
--language-codes=[LANGUAGE_CODE,...]
Language code is one of en-US, en-GB, fr-FR. Check documentation
(https://cloud.google.com/speech-to-text/docs/multiple-languages) for
using more than one language code.
--model=MODEL
latest_long or latest_short
--profanity-filter=PROFANITY_FILTER
If true, the server will censor profanities.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.