C# 클래스 System.Html.Speech.SpeechRecognition

상속: EventTarget
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

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