Integrate the SDK
Integrate the SDK
Once your form exists and your workspace has an API key, the SDK is how your software talks to Speechineer. You add one package to your frontend, create a client once, and open a session for each form your users fill: the session listens to the microphone and hands you the recognized values keyed by your field ids — your own form keeps its state, and Speechineer never touches your DOM.
In this section
- Implementation
The four steps, one page each: prerequisites and requirements, create the client, build the form object, wire up the voice session — every step with its options and complete examples per framework.
Overview · Prerequisites and technical requirements · Create the client · Build the form object · Wire up the voice session
- Events and logging
The stream of status events a running session reports — the event object, listening with onEvent, and every event type.
- Errors
One error object with a stable code, where it arrives — with the handling per framework — and every code grouped by what to do.