SpeechToTextBuilder.OnStartClick(RazorBlock) 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(
RazorBlock jsFunc
)
Parameters
| Name | Type | Description |
|---|---|---|
| jsFunc | RazorBlock | The Razor |
Returns
| Type | Description |
|---|---|
| SpeechToTextBuilder | A reference to this instance after the method is called. |
See Also