SpeechRecognition
Wisej.Web.Ext.Speech.SpeechRecognition
Last updated
Was this helpful?
Wisej.Web.Ext.Speech.SpeechRecognition
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.Speech
Assembly: Wisej.Web.Ext.Speech (3.2.0.0)
The SpeechRecognition interface of Web Speech API allows JavaScript to have access to a browser's audio stream and convert it to text.
: Controls whether continuous results are returned for each recognition, or only a single result. (Default: False
)
Stops the speech recognition service from listening to incoming audio, and doesn't attempt to return a result.
target
The target object to add an extender property to.
Removes all speech extenders.
SpeechRecognition properties.
control
Assigns the speech recognition properties to the control.
control
The control to rotate.
properties
Starts the speech recognition service listening to incoming audio.
Stops the speech recognition service from listening to incoming audio, and attempts to return a result using the audio captured so far.
: Enables or disables the this extender. (Default: False
)
: Returns and sets a collection of grammar definitions - using the JSpeech Grammar Format (JSGF) .
: Controls whether interim results should be returned (true) or not (false.) Interim results are results that are not yet final (e.g. the SpeechRecognitionResult.isFinal property is false.) (Default: False
)
: Returns and sets the language of the current SpeechRecognition. If not specified, this defaults to the HTML lang attribute value, or the user agent's language setting if that isn't set either. (Default: null
)
: Returns and sets the maximum number of alternatives provided per each speech recognition result. (Default: 1
)
Returns true if can offer an extender property to the specified target component.
Returns: . true if the class can offer one or more extender properties; otherwise, false.
The for which to retrieve the speech properties.
Returns: . A instance with the SpeechRecognition properties.
An instance of defining the speech listeners.
Occurs when a speech recognition error is detected.
Occurs when the speech recognition service returns a final result with no significant recognition (when the nomatch event fires.)
Fired when the speech recognition service returns a result — a word or phrase has been positively recognized and this has been communicated back to the app (when the result event fires.)
Occurs when speech recognised by the speech recognition service has stopped being detected (when the speechend event fires.)
Occurs when sound recognised by the speech recognition service as speech has been detected.