@moonshine-ai/moonshine-js
    Preparing search index...

    Class VoiceControllerAbstract

    An interface for invoking voice-controlled actions on a page using speech transcribed by a Transcriber.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    commandHandlers: CommandHandlers
    onError: (error: any) => any
    onFrame: (probs: any, frame: any, ema: any) => any
    onModelLoaded: () => any
    onModelLoadStarted: () => any
    onPermissionsRequested: () => any
    onSpeechEnd: () => any
    onSpeechStart: () => any
    onTranscribeStarted: () => any
    onTranscribeStopped: () => any
    onTranscriptionCommitted: (text: string) => any
    onTranscriptionUpdated: (text: string) => any

    Methods