Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Audio.Transcriptions

github-actions edited this page Nov 26, 2023 · 1 revision

Class: Transcriptions

OpenAI.Audio.Transcriptions

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Transcriptions(client): Transcriptions

Parameters

Name Type
client OpenAI

Returns

Transcriptions

Inherited from

APIResource.constructor

Defined in

node_modules/openai/resource.d.ts:4

Properties

_client

Protected _client: OpenAI

Inherited from

APIResource._client

Defined in

node_modules/openai/resource.d.ts:3

Methods

create

create(body, options?): APIPromise<Transcription>

Transcribes audio into the input language.

Parameters

Name Type
body TranscriptionCreateParams
options? RequestOptions<Readable | Record<string, unknown>>

Returns

APIPromise<Transcription>

Defined in

node_modules/openai/resources/audio/transcriptions.d.ts:9

Typescript Libraries

Modules

Namespaces

Clone this wiki locally