QVAC Logo

transcribeStream( )

This function streams audio transcription results in real-time, yielding text chunks as they become available from the model.

function transcribeStream(params: TranscribeClientParams): AsyncGenerator

Description

This function streams audio transcription results in real-time, yielding text chunks as they become available from the model.

Parameters

NameTypeRequired?Description
paramsTranscribeClientParamsThe arguments for the transcription

Returns

AsyncGenerator

On this page