Skip to main content
All docs
V26.1
  • SpeechToTextBuilder.SpeechRecognitionConfig(Object) Method

    Configures the Web Speech API (SpeechRecognition properties). Mirrors the client-side speechRecognitionConfig option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SpeechToTextBuilder SpeechRecognitionConfig(
        object value
    )

    Parameters

    Name Type Description
    value Object

    The option value.

    Returns

    Type Description
    SpeechToTextBuilder

    A reference to this instance after the method is called.

    See Also