commandHandlers
commandHandlers: CommandHandlers
onError
onError: (error: any) => any
onModelLoaded
onModelLoaded: () => any
onModelLoadStarted
onModelLoadStarted: () => any
onPermissionsRequested
onPermissionsRequested: () => any
onSpeechContinuing
onSpeechContinuing: (audio: Float32Array) => any
onSpeechEnd
onSpeechEnd: (audio: Float32Array) => any
onSpeechStart
onSpeechStart: () => any
onTranscribeStarted
onTranscribeStarted: () => any
onTranscribeStopped
onTranscribeStopped: () => any
onTranscriptionCommitted
onTranscriptionCommitted: (text: string, audio: Float32Array) => any
onTranscriptionUpdated
onTranscriptionUpdated: (text: string, audio: Float32Array) => any
An interface for invoking voice-controlled actions on a page using speech transcribed by a Transcriber.