STTOptions: {
    apiKey: string;
    audioChunkDurationMS: number;
    baseUrl: string;
    model: STTModel | string & {};
    sampleRate: number;
}

Type declaration

  • apiKey: string
  • audioChunkDurationMS: number
  • baseUrl: string
  • model: STTModel | string & {}
  • sampleRate: number