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

Scte27SourceSettings

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

Scte27 Source Settings

interface Scte27SourceSettings {
OcrLanguage?: Scte27OcrLanguage | null;
Pid?: number | null;
}

§Properties

§
OcrLanguage?: Scte27OcrLanguage | null
[src]

If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.

§
Pid?: number | null
[src]

The pid field is used in conjunction with the caption selector languageCode field as follows:

  • Specify PID and Language: Extracts captions from that PID; the language is "informational".
  • Specify PID and omit Language: Extracts the specified PID.
  • Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be.
  • Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.