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

DvbSubOcrLanguage

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

Dvb Sub Ocr Language

type DvbSubOcrLanguage =
| "DEU"
| "ENG"
| "FRA"
| "NLD"
| "POR"
| "SPA"

§Type

§
"DEU" | "ENG" | "FRA" | "NLD" | "POR" | "SPA" | cmnP.UnexpectedEnumValue
[src]