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

LanguageIdSettings

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

Language-specific settings that can be specified when language identification is enabled.

interface LanguageIdSettings {
LanguageModelName?: string | null;
VocabularyFilterName?: string | null;
VocabularyName?: string | null;
}

§Properties

§
LanguageModelName?: string | null
[src]

The name of the language model you want to use when transcribing your audio. The model you specify must have the same language codes as the transcription job; if the languages don't match, the language model isn't be applied.

§
VocabularyFilterName?: string | null
[src]

The name of the vocabulary filter you want to use when transcribing your audio. The filter you specify must have the same language codes as the transcription job; if the languages don't match, the vocabulary filter isn't be applied.

§
VocabularyName?: string | null
[src]

The name of the vocabulary you want to use when processing your transcription job. The vocabulary you specify must have the same language codes as the transcription job; if the languages don't match, the vocabulary isn't applied.