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

TechnicalCueType

import type { TechnicalCueType } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
type TechnicalCueType =
| "ColorBars"
| "EndCredits"
| "BlackFrames"
| "OpeningCredits"
| "StudioLogo"
| "Slate"
| "Content"

§Type

§
"ColorBars" | "EndCredits" | "BlackFrames" | "OpeningCredits" | "StudioLogo" | "Slate" | "Content" | cmnP.UnexpectedEnumValue
[src]