IntentClassifier |
Implements voice control using intent classification. |
KeywordSpotter |
Implements voice control using basic keyword spotting. |
MediaElementTranscriber |
Transcribes the output of an <audio> or <video> HTML element. |
MicrophoneTranscriber |
Accesses the user’s microphone and transcribes their speech. |
MoonshineModel |
Implements speech-to-text inferences with Moonshine models. |
StreamTranscriber |
Implements real-time transcription of an audio stream sourced from a WebAudio-compliant MediaStream object. |
VoiceController |
An interface for invoking voice-controlled actions on a page using speech transcribed by a Transcriber. |