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

CaptionDescription

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

Caption Description

interface CaptionDescription {
CaptionSelectorName: string;
DestinationSettings?: CaptionDestinationSettings | null;
LanguageCode?: string | null;
LanguageDescription?: string | null;
Name: string;
}

§Properties

§
CaptionSelectorName: string
[src]

Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.

§
DestinationSettings?: CaptionDestinationSettings | null
[src]

Additional settings for captions destination that depend on the destination type.

§
LanguageCode?: string | null
[src]

ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/

§
LanguageDescription?: string | null
[src]

Human readable information to indicate captions available for players (eg. English, or Spanish).

§
Name: string
[src]

Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.