SpeechToTextBuilder.OnStartClick(String) Method
A function that is executed when the SpeechToText button is clicked or tapped in the initial component state. Mirrors the client-side onStartClick option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SpeechToTextBuilder OnStartClick(
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