You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::UpdateMedicalVocabularyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::UpdateMedicalVocabularyResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#language_code ⇒ String
The language code for the language of the text file used to update the custom vocabulary.
-
#last_modified_time ⇒ Time
The date and time that the vocabulary was updated.
-
#vocabulary_name ⇒ String
The name of the updated vocabulary.
-
#vocabulary_state ⇒ String
The processing state of the update to the vocabulary.
Instance Attribute Details
#language_code ⇒ String
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
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
#last_modified_time ⇒ Time
The date and time that the vocabulary was updated.
#vocabulary_name ⇒ String
The name of the updated vocabulary.
#vocabulary_state ⇒ String
The processing state of the update to the vocabulary. When the
VocabularyState
field is READY
, the vocabulary is ready to be used
in a StartMedicalTranscriptionJob
request.
Possible values:
- PENDING
- READY
- FAILED