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

LanguageCodeItem

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

Provides information on the speech contained in a discreet utterance when multi-language identification is enabled in your request. This utterance represents a block of speech consisting of one language, preceded or followed by a block of speech in a different language.

interface LanguageCodeItem {
DurationInSeconds?: number | null;
LanguageCode?: LanguageCode | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

Provides the total time, in seconds, each identified language is spoken in your media.

§
LanguageCode?: LanguageCode | null
[src]

Provides the language code for each language identified in your media.