transcribeStream( )
This function streams audio transcription results in real-time, yielding text chunks as they become available from the model.
function transcribeStream(params: TranscribeClientParams): AsyncGeneratorDescription
This function streams audio transcription results in real-time, yielding text chunks as they become available from the model.
Parameters
| Name | Type | Required? | Description |
|---|---|---|---|
params | TranscribeClientParams | ✓ | The arguments for the transcription |
Returns
AsyncGeneratortranscribe( )
This function provides a simple interface for transcribing audio by collecting all streaming results into a single string response.
translate( )
Translates text from one language to another using a specified translation model. Supports both NMT (Neural Machine Translation) and LLM models.