type alias AudioResponseFormatimport { type AudioResponseFormat } from "https://deno.land/x/openai@v4.69.0/resources/audio/mod.ts"; The format of the output, in one of these options: json, text, srt, verbose_json, or vtt. definition: | "json" | "text" | "srt" | "verbose_json" | "vtt"