SpeechToTextBuilder.SpeechRecognitionConfig(Action<SpeechRecognitionConfigBuilder>) Method
Configures the Web Speech API (SpeechRecognition properties). Mirrors the client-side speechRecognitionConfig object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SpeechToTextBuilder SpeechRecognitionConfig(
Action<SpeechRecognitionConfigBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<SpeechRecognitionConfigBuilder> | A function that allows you to specify nested options. |
Returns
| Type | Description |
|---|---|
| SpeechToTextBuilder | A reference to this instance after the method is called. |
See Also