speechstart
Speechstart is an event name used in several speech recognition interfaces to indicate the onset of human speech during a recognition session. It is not part of a single standardized specification, and implementations vary across platforms and libraries. In environments that expose it, the event fires when the system first detects speech from the user, typically after the recognition engine begins listening.
Applications commonly use speechstart to trigger user interface cues, such as highlighting the active microphone, starting
Usage notes emphasize that support for speechstart is not universal. Developers should check for API availability
Related concepts include speechend, which signals the end of spoken input, and result or nomatch events, which