Skip to main content
All docs
V26.1
  • SpeechToTextBuilder.Type(ButtonType) Method

    Specifies the SpeechToText button type. Mirrors the client-side type option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SpeechToTextBuilder Type(
        ButtonType value
    )

    Parameters

    Name Type Description
    value ButtonType

    The option value.

    Returns

    Type Description
    SpeechToTextBuilder

    A reference to this instance after the method is called.

    See Also