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
| Name | Description |
|---|---|
AVocabularyName | Specify a unique name for the custom medical vocabulary. |
ALanguageCode | Specify the language code that represents the language of your custom medical vocabulary. |
AVocabularyFileUri | Specify 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. |