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

Properties

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