Skip to main content

ITranscribeCallAnalyticsJobSettings

Interface in AWS.Transcribe

Interface for CallAnalyticsJobSettings.

Properties

ContentRedaction

property ContentRedaction: ITranscribeContentRedaction

Type: ITranscribeContentRedaction

Specifies whether to flag or redact specified personally identifiable information (PII) in the transcript.

LanguageIdSettings

property LanguageIdSettings: TDictionary<string, ITranscribeLanguageIdSettings>

Type: ITranscribeLanguageIdSettings

Specifies settings for languages when using automatic language identification.

A maximum of 5 entries can be specified.

LanguageModelName

property LanguageModelName: string

The name of a custom language model to use when processing a Call Analytics job.

LanguageOptions

property LanguageOptions: TList<string>

Specify language codes representing languages you think will be present in the media file.

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. )

VocabularyFilterMethod

property VocabularyFilterMethod: string

Specifies how the custom vocabulary filter will be applied to the transcript.

Valid values:

VocabularyFilterName

property VocabularyFilterName: string

Specifies the name of the custom vocabulary filter to use when processing the Call Analytics job.

When including a VocabularyFilterName, you must also specify a VocabularyFilterMethod.

VocabularyName

property VocabularyName: string

The name of a custom vocabulary to use when processing the Call Analytics job.

Methods

AddLanguageIdSettings

procedure AddLanguageIdSettings(const ALanguageCode: string; const ALanguageIdSettings: ITranscribeLanguageIdSettings);

ITranscribeLanguageIdSettings

Add

Parameters

NameDescription
ALanguageCodeThe language code to apply settings to. Valid values:||||||||||||||||||||||||||||||||||||||.
ALanguageIdSettingsSpecify the settings to apply to the specified language code.

AddLanguageOption

function AddLanguageOption(const ALanguageCode: string): Integer;

Add a language code to LanguageOptions.

Parameters

NameDescription
ALanguageCodeSpecify a language code to add to LanguageOptions. Valid values:||||||||||||||||||||||||||||||||||||||.

Returns

Returns the index of the language code added to LanguageOptions.