Skip to main content

TTranscribeUpdateMedicalVocabularyRequest

Class in AWS.Transcribe

UpdateMedicalVocabulary request class.

Ancestors

Properties

LanguageCode

property LanguageCode: string

VocabularyFileUri

property VocabularyFileUri: string

VocabularyName

property VocabularyName: string

Constructors

Create

constructor Create(const AVocabularyName, ALanguageCode, AVocabularyFileUri: string);

Constructor for TTranscribeUpdateMedicalVocabularyRequest.

Parameters

NameDescription
AVocabularyNameSpecify the name of a custom medical vocabulary.
ALanguageCodeSpecify the language code that represents the language of your custom vocabulary. Note that US English (en-US) is the only language supported with Amazon Transcribe Medical.
AVocabularyFileUriSpecify the Amazon S3 location (URI) of the text file containing your custom medical vocabulary. The URI must be in the same AWS region as the resource you're calling.