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