C# Класс System.Html.Speech.SpeechRecognition

Наследование: EventTarget
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Abort() публичный Метод

public Abort ( ) : void
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, Action listener ) : void
type SpeechRecognitionEvents
listener Action
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
type SpeechRecognitionEvents
listener Action
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
type SpeechRecognitionEvents
listener IEventListener
Результат void

AddEventListener() публичный Метод

public AddEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
type SpeechRecognitionEvents
listener IEventListener
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, Action listener ) : void
type SpeechRecognitionEvents
listener Action
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, Action listener, bool capture ) : void
type SpeechRecognitionEvents
listener Action
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandler
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechRecognitionEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener ) : void
type SpeechRecognitionEvents
listener IEventListener
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( SpeechRecognitionEvents type, IEventListener listener, bool capture ) : void
type SpeechRecognitionEvents
listener IEventListener
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

SpeechRecognition() публичный Метод

public SpeechRecognition ( ) : System.Runtime.CompilerServices
Результат System.Runtime.CompilerServices

Start() публичный Метод

public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void