ITranscribeGetMedicalVocabularyResponse
Interface in AWS.Transcribe
Interface for GetMedicalVocabulary responses.
Ancestors
Properties
DownloadUri
property DownloadUri: string
The S3 location of the custom medical vocabulary.
FailureReason
property FailureReason: string
If VocabularyState is FAILED, FailureReason contains information about why the request failed.
LanguageCode
property LanguageCode: string
The language code of the custom medical vocabulary.
US English (en-US) is the only supported language with Amazon Transcribe Medical.
LastModifiedTime
property LastModifiedTime: TDateTime
The date and time the custom medical vocabulary was last modified.
VocabularyName
property VocabularyName: string
The name of the custom medical vocabulary.
VocabularyState
property VocabularyState: string
The processing state of the custom medical vocabulary.
Valid values: PENDING | READY | FAILED. If the state is READY, you can make use of the custom medical vocabulary in a StartMedicalTranscriptionJob request.