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/01/07 09:50]
octazid [Methods]
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.Destroy() | | +| SpeechRecognition.Cancel()                                                                                                        
-|SpeechRecognition.GetAbsHeight() | | +| SpeechRecognition.GetRMS()                                                                                                        
-|SpeechRecognition.GetAbsWidth() | | +| SpeechRecognition.GetType()                                                                                                       
-|SpeechRecognition.GetHeight() | | +| SpeechRecognition.IsListening()                    returns true if recognition is on going                                        
-|SpeechRecognition.GetPosition() | | +| SpeechRecognition.Recognize()                      start speech recognition                                                       
-|SpeechRecognition.GetRMS() | | +| SpeechRecognition.SetOnError( callback )                                                                                          
-|SpeechRecognition.GetType() | | +| SpeechRecognition.SetOnReady( callback )                                                                                          
-|SpeechRecognition.GetVisibility() | | +| SpeechRecognition.SetOnResult( callback, partial callback takes resultsan array of results and partiala boolean as options  
-|SpeechRecognition.GetWidth() | | +| SpeechRecognition.Stop()                                                                                                          
-|SpeechRecognition.Recognize() | + 
-|SpeechRecognition.Release() | | + 
-|SpeechRecognition.SetBackColor( p1 ) | | +====Options==== 
-|SpeechRecognition.SetBackGradient( p1,p2,p3,p4,p5,p6,p7 ) | | + 
-|SpeechRecognition.SetBackGradientRadial( p1,p2,p3,p4,p5,p6,p7 ) | | +^ Option   ^ Description ^ 
-|SpeechRecognition.SetBackground( p1,p2 ) | | +Partial   |
-|SpeechRecognition.SetMargins( left,top,right,bottom ) | +
-|SpeechRecognition.SetOnError( callback ) | | +
-|SpeechRecognition.SetOnReady( callback ) | | +
-|SpeechRecognition.SetOnResult( callback ) | | +
-|SpeechRecognition.SetPadding( p1,p2,p3,p4 ) | +
-|SpeechRecognition.SetPosition( p1,p2,p3,p4 ) | +
-|SpeechRecognition.SetScalex,y ) | | +
-|SpeechRecognition.SetSize( p1,p2 ) | | +
-|SpeechRecognition.SetVisibility( p1 ) | |+
built_in/speechrecognition.1420624253.txt.gz · Last modified: 2015/01/07 17:50 (external edit)