Skip to main content

ITranscribeCreateVocabularyFilterRequest

Interface in AWS.Transcribe

Interface for CreateVocabularyFilter 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.

LanguageCode

property LanguageCode: string

Specify the language code that represents the language of your custom vocabulary filter.

Valid values: af-ZA | ar-AE | ar-SA | da-DK | de-CH | de-DE | en-AB | en-AU | en-GB | en-IE | en-IN | en-US | en-WL | es-ES | es-US | fa-IR | fr-CA | fr-FR | he-IL | hi-IN | id-ID | it-IT | ja-JP | ko-KR | ms-MY | nl-NL | pt-BR | pt-PT | ru-RU | ta-IN | te-IN | tr-TR | zh-CN | zh-TW | th-TH | en-ZA | en-NZ | vi-VN | sv-SE.

Tags

property Tags: TList<ITranscribeTag>

Type: ITranscribeTag

Specify a list of tags to associate with the new custom vocabulary filter.

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

AddTag

function AddTag(const AKey, AValue: string): Integer;

Add a key-value pair to Tags.

Parameters

NameDescription
AKeySpecify a key for the tag.
AValueSpecify a value for the tag.

Returns

Returns the index of the tag added to Tags.

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.