SpeechRecognitionConfigBuilder.MaxAlternatives(Double) Method
Configures the SpeechRecognition.maxAlternatives property. Mirrors the client-side speechRecognitionConfig.maxAlternatives option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SpeechRecognitionConfigBuilder MaxAlternatives(
double value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The option value. |
Returns
| Type | Description |
|---|---|
| SpeechRecognitionConfigBuilder | A reference to this instance after the method is called. |
See Also