You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::GetMedicalVocabularyResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#download_uriString

The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

Returns:

  • (String)

    The location in Amazon S3 where the vocabulary is stored.

#failure_reasonString

If the VocabularyState is FAILED, this field contains information about why the job failed.

Returns:

  • (String)

    If the VocabularyState is FAILED, this field contains information about why the job failed.

#language_codeString

The valid language code for your vocabulary entries.

Possible values:

  • af-ZA
  • ar-AE
  • ar-SA
  • cy-GB
  • da-DK
  • de-CH
  • de-DE
  • en-AB
  • en-AU
  • en-GB
  • en-IE
  • en-IN
  • en-US
  • en-WL
  • es-ES
  • es-US
  • fa-IR
  • fr-CA
  • fr-FR
  • ga-IE
  • gd-GB
  • he-IL
  • hi-IN
  • id-ID
  • it-IT
  • ja-JP
  • ko-KR
  • ms-MY
  • nl-NL
  • pt-BR
  • pt-PT
  • ru-RU
  • ta-IN
  • te-IN
  • tr-TR
  • zh-CN

Returns:

  • (String)

    The valid language code for your vocabulary entries.

#last_modified_timeTime

The date and time that the vocabulary was last modified with a text file different from the one that was previously used.

Returns:

  • (Time)

    The date and time that the vocabulary was last modified with a text file different from the one that was previously used.

#vocabulary_nameString

The name of the vocabulary returned by Amazon Transcribe Medical.

Returns:

  • (String)

    The name of the vocabulary returned by Amazon Transcribe Medical.

#vocabulary_stateString

The processing state of the vocabulary. If the VocabularyState is READY then you can use it in the StartMedicalTranscriptionJob operation.

Possible values:

  • PENDING
  • READY
  • FAILED

Returns:

  • (String)

    The processing state of the vocabulary.