Skip to main content
Module

x/openai/resources/audio/transcriptions.ts>Transcriptions#create

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Transcriptions.prototype.create
import { Transcriptions } from "https://deno.land/x/openai@v4.52.7/resources/audio/transcriptions.ts";

Transcribes audio into the input language.

Parameters

optional
options: Core.RequestOptions

Returns

Core.APIPromise<Transcription>