Skip to main content

TTranscribeCreateVocabularyRequest

Class in AWS.Transcribe

CreateVocabulary request class.

Ancestors

Properties

DataAccessRoleArn

property DataAccessRoleArn: TARN

LanguageCode

property LanguageCode: string

Phrases

property Phrases: TList<string>

Tags

property Tags: TList<ITranscribeTag>

Type: ITranscribeTag

VocabularyFileUri

property VocabularyFileUri: string

VocabularyName

property VocabularyName: string

Constructors

Create

constructor Create(const AVocabularyName, ALanguageCode: string);

Constructor for TTranscribeCreateVocabularyRequest.

Parameters

NameDescription
AVocabularyNameSpecify a unique name for the custom vocabulary.
ALanguageCodeSpecify the language code that represents the language of your custom vocabulary.