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

SubtitlesOutput

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

Specify the output format for your subtitle file.

interface SubtitlesOutput {
Formats?: SubtitleFormat[] | null;
SubtitleFileUris?: string[] | null;
}

§Properties

§
Formats?: SubtitleFormat[] | null
[src]

Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.

§
SubtitleFileUris?: string[] | null
[src]

Choose the output location for your subtitle file. This location must be an S3 bucket.