User Tools

Site Tools


built_in:speechrecognition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:speechrecognition [2015/03/22 12:43]
octazid [Table]
built_in:speechrecognition [2016/12/20 00:45] (current)
Line 1: Line 1:
 ====== Speech Recognition control ====== ====== Speech Recognition control ======
  
-===== Methods =====+==== Methods =====
 Some controls use the same methods.\\ Some controls use the same methods.\\
 For examples of the **[[same methods]]** look here. For examples of the **[[same methods]]** look here.
-^ Method                                     ^ Description  +^ Method                                             ^ Description                                                                    ^ 
-| SpeechRecognition.GetRMS()                              +| SpeechRecognition.Cancel()                                                                                                        | 
-| SpeechRecognition.GetType()                             +| SpeechRecognition.GetRMS()                                                                                                        
-| SpeechRecognition.Recognize()                           +| SpeechRecognition.GetType()                                                                                                       | 
-| SpeechRecognition.SetOnError( callback )                +| SpeechRecognition.IsListening()                    | returns true if recognition is on going                                        
-| SpeechRecognition.SetOnReady( callback )                +| SpeechRecognition.Recognize()                      start speech recognition                                                       
-| SpeechRecognition.SetOnResult( callback )  |              |+| 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  |  |
built_in/speechrecognition.1427028190.txt.gz · Last modified: 2015/03/22 20:43 (external edit)