import { type TranscriptionVerbose } from "https://deno.land/x/openai@v4.69.0/resources/audio/transcriptions.ts";
Represents a verbose json transcription response returned by model, based on the provided input.
Properties
optional
segments: Array<TranscriptionSegment>Segments of the transcribed text and their corresponding details.
optional
words: Array<TranscriptionWord>Extracted words and their corresponding timestamps.