C# Class System.Html.Speech.SpeechRecognition

Inheritance: EventTarget
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description

Public Methods

Method Description
Abort ( ) : void
AddEventListener ( SpeechRecognitionEvents type, Action listener ) : void
AddEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
AddEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( SpeechRecognitionEvents type, Action listener ) : void
RemoveEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SpeechRecognition ( ) : System.Runtime.CompilerServices
Start ( ) : void
Stop ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, Action listener ) : void
type SpeechRecognitionEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
type SpeechRecognitionEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
type SpeechRecognitionEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
type SpeechRecognitionEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, Action listener ) : void
type SpeechRecognitionEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
type SpeechRecognitionEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
type SpeechRecognitionEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
type SpeechRecognitionEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

SpeechRecognition() public method

public SpeechRecognition ( ) : System.Runtime.CompilerServices
return System.Runtime.CompilerServices

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void