You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::CreateMedicalVocabularyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::CreateMedicalVocabularyResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
If the
VocabularyState
field isFAILED
, this field contains information about why the job failed. -
#language_code ⇒ String
The language code for the entries in your custom vocabulary.
-
#last_modified_time ⇒ Time
The date and time that you created the vocabulary.
-
#vocabulary_name ⇒ String
The name of the vocabulary.
-
#vocabulary_state ⇒ String
The processing state of your custom vocabulary in Amazon Transcribe Medical.
Instance Attribute Details
#failure_reason ⇒ String
If the VocabularyState
field is FAILED
, this field contains
information about why the job failed.
#language_code ⇒ String
The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for 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 you created the vocabulary.
#vocabulary_name ⇒ String
The name of the vocabulary. The name must be unique within an AWS account and is case sensitive.
#vocabulary_state ⇒ String
The processing state of your custom vocabulary in Amazon Transcribe
Medical. If the state is READY
, you can use the vocabulary in a
StartMedicalTranscriptionJob
request.
Possible values:
- PENDING
- READY
- FAILED