403Webshell
Server IP : 52.25.153.185  /  Your IP : 216.73.217.15
Web Server : Apache
System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64
User : daemon ( 1)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/awscli/examples/transcribe/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/awscli/examples/transcribe/get-vocabulary.rst
**To get information about a custom vocabulary**

The following ``get-vocabulary`` example gets information on a previously created custom vocabulary. ::

    aws transcribe get-vocabulary \
        --vocabulary-name cli-vocab-1

Output::

    {
        "VocabularyName": "cli-vocab-1",
        "LanguageCode": "en-US",
        "VocabularyState": "READY",
        "LastModifiedTime": "2020-09-19T23:22:32.836000+00:00",
        "DownloadUri": "https://link-to-download-the-text-file-used-to-create-your-custom-vocabulary"
    }

For more information, see `Custom Vocabularies <https://docs.aws.amazon.com/transcribe/latest/dg/how-vocabulary.html>`__ in the *Amazon Transcribe Developer Guide*.

Youez - 2016 - github.com/yon3zu
LinuXploit