SpeechToTextBuilder.OnStopClick(RazorBlock) 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(
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