Skip to main content

ITranscribeCreateMedicalVocabularyRequest

Interface in AWS.Transcribe

Interface for CreateMedicalVocabulary requests.

Ancestors

Properties

LanguageCode

property LanguageCode: string

Specify the language code that represents the language of your custom vocabulary.

Valid values: af-ZA | ar-AE | ar-SA | 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 | 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 | zh-TW | th-TH | en-ZA | en-NZ | vi-VN | sv-SE. Note that US English (en-US) is the only language supported with Amazon Transcribe Medical.

Tags

property Tags: TList<ITranscribeTag>

Type: ITranscribeTag

Specify a list of tags to associate with the new custom vocabulary.

VocabularyFileUri

property VocabularyFileUri: string

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.

VocabularyName

property VocabularyName: string

Specify a unique name for the custom medical vocabulary.

Methods

AddTag

function AddTag(const AKey, AValue: string): Integer;

Add a key-value pair to Tags.

Parameters

NameDescription
AKeySpecify a key for the tag.
AValueSpecify a value for the tag.

Returns

Returns the index of the tag added to Tags.