====== Speech Recognition control ====== ==== Methods ===== Some controls use the same methods.\\ For examples of the **[[same methods]]** look here. ^ Method ^ Description ^ | SpeechRecognition.Cancel() | | | SpeechRecognition.GetRMS() | | | SpeechRecognition.GetType() | | | SpeechRecognition.IsListening() | returns true if recognition is on going | | SpeechRecognition.Recognize() | start speech recognition | | SpeechRecognition.SetOnError( callback ) | | | SpeechRecognition.SetOnReady( callback ) | | | SpeechRecognition.SetOnResult( callback, partial) | callback takes results, an array of results and partial, a boolean as options | | SpeechRecognition.Stop() | | ====Options==== ^ Option ^ Description ^ | Partial | |