Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CallAnalyticsJobSettings

import type { CallAnalyticsJobSettings } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";

Provides optional settings for the CallAnalyticsJob operation.

interface CallAnalyticsJobSettings {
ContentRedaction?: ContentRedaction | null;
LanguageIdSettings?: [key in LanguageCode]: LanguageIdSettings | null | undefined | null;
LanguageModelName?: string | null;
LanguageOptions?: LanguageCode[] | null;
VocabularyFilterMethod?: VocabularyFilterMethod | null;
VocabularyFilterName?: string | null;
VocabularyName?: string | null;
}

§Properties

§
ContentRedaction?: ContentRedaction | null
[src]
§
LanguageIdSettings?: [key in LanguageCode]: LanguageIdSettings | null | undefined | null
[src]

The language identification settings associated with your call analytics job. These settings include VocabularyName, VocabularyFilterName, and LanguageModelName.

§
LanguageModelName?: string | null
[src]

The structure used to describe a custom language model.

§
LanguageOptions?: LanguageCode[] | null
[src]

When you run a call analytics job, you can specify the language spoken in the audio, or you can have Amazon Transcribe identify the language for you.

To specify a language, specify an array with one language code. If you don't know the language, you can leave this field blank and Amazon Transcribe will use machine learning to identify the language for you. To improve the ability of Amazon Transcribe to correctly identify the language, you can provide an array of the languages that can be present in the audio. Refer to Supported languages for additional information.

§
VocabularyFilterMethod?: VocabularyFilterMethod | null
[src]

Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.

§
VocabularyFilterName?: string | null
[src]

The name of the vocabulary filter to use when running a call analytics job. The filter that you specify must have the same language code as the analytics job.

§
VocabularyName?: string | null
[src]

The name of a vocabulary to use when processing the call analytics job.