Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateTranscriptionResponse
Re-export
import { type CreateTranscriptionResponse } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

task: string
language: string
duration: number
segments: AudioSegment[]
text: string