C# Class System.Html.Speech.SpeechRecognitionEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
SpeechRecognitionEvent System.Runtime.CompilerServices

Public Methods

Method Description
SpeechRecognitionEvent ( string type ) : System.Runtime.CompilerServices
SpeechRecognitionEvent ( string type, SpeechRecognitionEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

Method Description
SpeechRecognitionEvent ( ) : System.Runtime.CompilerServices

Method Details

SpeechRecognitionEvent() public method

public SpeechRecognitionEvent ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

SpeechRecognitionEvent() public method

public SpeechRecognitionEvent ( string type, SpeechRecognitionEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict SpeechRecognitionEventInit
return System.Runtime.CompilerServices