SpeechToTextBuilder.OnStopClick(String) Method
A function that is executed when the SpeechToText button is clicked or tapped in the 'listening' component state. Mirrors the client-side onStopClick option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SpeechToTextBuilder OnStopClick(
string jsFunc
)
Parameters
| Name | Type | Description |
|---|---|---|
| jsFunc | String | An inline or external JavaScript function. |
Returns
| Type | Description |
|---|---|
| SpeechToTextBuilder | A reference to this instance after the method is called. |
See Also