Skip to main content

ITranscribeUpdateVocabularyFilterRequest

Interface in AWS.Transcribe

Interface for UpdateVocabularyFilter requests.

Ancestors

Properties

DataAccessRoleArn

property DataAccessRoleArn: TARN

Specify the Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket containing your input files.

VocabularyFileUri

property VocabularyFileUri: string

Specify the Amazon S3 location (URI) of the text file containing your custom vocabulary filter terms.

The URI must be in the same AWS region as the resource you're calling. If you specify VocabularyFileUri, do not specify Words. They are mutually exclusive.

VocabularyFilterName

property VocabularyFilterName: string

Specify a unique name for the custom vocabulary filter.

Words

property Words: TList<string>

Specify a list of words to include in the custom vocabulary filter.

If you specify Words, do not specify VocabularyFileUri. They are mutually exclusive.

Methods

AddWord

function AddWord(const AWord: string): Integer;

Add a word to Words.

Parameters

NameDescription
AWordSpecify a word to add to Words.

Returns

Returns the index of the word added to Words.