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