[ aws . transcribe ]
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
create-vocabulary
--vocabulary-name <value>
--language-code <value>
--phrases <value>
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
--vocabulary-name (string)
The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
--language-code (string)
The language code of the vocabulary entries.
Possible values:
- en-US
- es-US
- en-AU
- fr-CA
- en-GB
- de-DE
- pt-BR
- fr-FR
- it-IT
--phrases (list)
An array of strings that contains the vocabulary entries.
Syntax:
"string" "string" ...
--cli-input-json (string) Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally.
--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.
See 'aws help' for descriptions of global parameters.
VocabularyName -> (string)
The name of the vocabulary.
LanguageCode -> (string)
The language code of the vocabulary entries.
VocabularyState -> (string)
The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.
LastModifiedTime -> (timestamp)
The date and time that the vocabulary was created.
FailureReason -> (string)
If the VocabularyState field is FAILED , this field contains information about why the job failed.