Interface speechRecognition

Hierarchy

  • speechRecognition
  • Speech recognition function, you can create your own and specify it in addSpeechEvent

    All options that you pass to addSpeechEvent function, will be later passed to this function.

    Parameters

    • audioBuffer: Buffer
    • Optional options: Record<string, any>

    Returns Promise<string>

Generated using TypeDoc