QVAC Logo

transcribe( )

This function provides a simple interface for transcribing audio by collecting all streaming results into a single string response.

function transcribe(params: TranscribeClientParams): Promise

Description

This function provides a simple interface for transcribing audio by collecting all streaming results into a single string response.

Parameters

NameTypeRequired?Description
paramsTranscribeClientParamsThe arguments for the transcription

Returns

Promise

On this page