Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicCube/agentara
/ start
Method
start
web/src/components/ai-elements/speech-input.tsx:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
interimResults: boolean;
14
lang: string;
15
start(): void;
16
stop(): void;
17
onstart: ((this: SpeechRecognition, ev: Event) => void) | null;
18
onend: ((this: SpeechRecognition, ev: Event) => void) | null;
Callers
1
SpeechInput
Function · 0.65
Implementers
2
HonoServer
src/server/server.ts
TaskDispatcher
src/kernel/tasking/task-dispatcher.ts
Calls
no outgoing calls
Tested by
no test coverage detected