Skip to main content

TTranscribeUpdateVocabularyRequest

Class in AWS.Transcribe

UpdateVocabulary request class.

Ancestors

Properties

DataAccessRoleArn

property DataAccessRoleArn: TARN

LanguageCode

property LanguageCode: string

Phrases

property Phrases: TList<string>

VocabularyFileUri

property VocabularyFileUri: string

VocabularyName

property VocabularyName: string

Constructors

Create

constructor Create(const AVocabularyName, ALanguageCode: string);

Constructor for TTranscribeUpdateVocabularyRequest.

Parameters

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