Skip to main content

TTranscribeCreateMedicalVocabularyRequest

Class in AWS.Transcribe

CreateMedicalVocabulary request class.

Ancestors

Properties

LanguageCode

property LanguageCode: string

Tags

property Tags: TList<ITranscribeTag>

Type: ITranscribeTag

VocabularyFileUri

property VocabularyFileUri: string

VocabularyName

property VocabularyName: string

Constructors

Create

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

Constructor for TTranscribeCreateMedicalVocabularyRequest.

Parameters

NameDescription
AVocabularyNameSpecify a unique name for the custom medical vocabulary.
ALanguageCodeSpecify the language code that represents the language of your custom medical vocabulary.
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.