> For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

# ASREvents

## Values

Triggers in case of errors during the recognition process.

Triggers after ASR instance is created.

Triggers after ASR detected voice input and started collecting audio data for ASR.

Triggers after ASR captured audio data, before recognition process.

Triggered when a speech recognition result has been received from ASR. We strongly recommend to create recognition timeout manually to prevent unexpectedly long recognition time. NOTE: we recommend to take a decision about continuing speech recognition in this event's handler. Otherwise, speech recognition continues automatically.

Triggered when interim recognition result received from ASR. Note that event could be triggered only if the `ASRParameters.interimResults` option is set to **true**.

Triggers as a result of the `ASR.stop` method call.