MCPcopy 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

SpeechInputFunction · 0.65

Implementers 2

HonoServersrc/server/server.ts
TaskDispatchersrc/kernel/tasking/task-dispatcher.ts

Calls

no outgoing calls

Tested by

no test coverage detected