C# Class System.Html.Speech.SpeechRecognition

Inheritance: EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Abort ( ) : void
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, Action listener ) : void
type SpeechRecognitionEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
type SpeechRecognitionEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
type SpeechRecognitionEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
type SpeechRecognitionEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, Action listener ) : void
type SpeechRecognitionEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
type SpeechRecognitionEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
type SpeechRecognitionEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
type SpeechRecognitionEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

SpeechRecognition() public méthode

public SpeechRecognition ( ) : System.Runtime.CompilerServices
Résultat System.Runtime.CompilerServices

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void