Skip to content

Realtime Transcriber Param Type Error #79

@Sheldenshi

Description

@Sheldenshi
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions