Skip to main content
All docs
V26.1
  • SpeechRecognitionConfigBuilder.Grammars(IEnumerable<String>) Method

    Configures the SpeechRecognition.grammars property. Mirrors the client-side speechRecognitionConfig.grammars option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SpeechRecognitionConfigBuilder Grammars(
        IEnumerable<string> value
    )

    Parameters

    Name Type Description
    value IEnumerable<String>

    The option value.

    Returns

    Type Description
    SpeechRecognitionConfigBuilder

    A reference to this instance after the method is called.

    See Also