Skip to main content
All docs
V26.1
  • SpeechRecognitionConfigBuilder Members

    Contains methods that configure the client-side speechRecognitionConfig object.

    Constructors

    Name Description
    SpeechRecognitionConfigBuilder(OptionsOwnerContext) Initializes a new instance of the SpeechRecognitionConfigBuilder class with specified settings.

    Methods

    Name Description
    Continuous(JS) Configures the SpeechRecognition.continuous property. Mirrors the client-side speechRecognitionConfig.continuous option.
    Continuous(Boolean) Configures the SpeechRecognition.continuous property. Mirrors the client-side speechRecognitionConfig.continuous option.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    Grammars(JS) Configures the SpeechRecognition.grammars property. Mirrors the client-side speechRecognitionConfig.grammars option.
    Grammars(IEnumerable<String>) Configures the SpeechRecognition.grammars property. Mirrors the client-side speechRecognitionConfig.grammars option.
    InterimResults(JS) Configures the SpeechRecognition.interimResults property. Mirrors the client-side speechRecognitionConfig.interimResults option.
    InterimResults(Boolean) Configures the SpeechRecognition.interimResults property. Mirrors the client-side speechRecognitionConfig.interimResults option.
    Lang(JS) Configures the SpeechRecognition.lang property. Mirrors the client-side speechRecognitionConfig.lang option.
    Lang(String) Configures the SpeechRecognition.lang property. Mirrors the client-side speechRecognitionConfig.lang option.
    MaxAlternatives(JS) Configures the SpeechRecognition.maxAlternatives property. Mirrors the client-side speechRecognitionConfig.maxAlternatives option.
    MaxAlternatives(Double) Configures the SpeechRecognition.maxAlternatives property. Mirrors the client-side speechRecognitionConfig.maxAlternatives option.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    Option(String, Object) Specifies an option by its name.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also