TTranscribeCreateVocabularyFilterRequest
Class in AWS.Transcribe
CreateVocabularyFilter request class.
Ancestors
Properties
DataAccessRoleArn
property DataAccessRoleArn: TARN
LanguageCode
property LanguageCode: string
Tags
property Tags: TList<ITranscribeTag>
Type: ITranscribeTag
VocabularyFileUri
property VocabularyFileUri: string
VocabularyFilterName
property VocabularyFilterName: string
Words
property Words: TList<string>
Constructors
Create
constructor Create(const AVocabularyFilterName, ALanguageCode: string);
Constructor for TTranscribeCreateVocabularyFilterRequest.
Parameters
| Name | Description |
|---|---|
AVocabularyFilterName | Specify a unique name for the custom vocabulary filter. |
ALanguageCode | Specify the language code that represents the language of your custom vocabulary filter. |