assemblyai-node-sdk icon indicating copy to clipboard operation
assemblyai-node-sdk copied to clipboard

Realtime Transcriber Param Type Error

Open Sheldenshi opened this issue 10 months ago • 2 comments

this.assemblyClient = new AssemblyAI({ apiKey: process.env.ASSEMBLYAI_API_KEY });
this.transcriber = this.assemblyClient.realtime.transcriber({
	sampleRate: this.config.sampleRate,
	speech_model: 'best',
});

Object literal may only specify known properties, and 'speech_model' does not exist in type 'CreateRealtimeTranscriberParams'.ts(2353)

Sheldenshi avatar Mar 20 '25 19:03 Sheldenshi

im on 4.9.0

Sheldenshi avatar Mar 20 '25 19:03 Sheldenshi

I also need clarification on this one

kondricz avatar Jun 26 '25 03:06 kondricz