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

상속: EventTarget
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SpeechSynthesisUtterance ( ) : System.Runtime.CompilerServices
SpeechSynthesisUtterance ( string text ) : System.Runtime.CompilerServices

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
type SpeechSynthesisUtteranceEvents
listener Action
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener Action
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
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 ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
type SpeechSynthesisUtteranceEvents
listener Action
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener Action
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandler
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
type SpeechSynthesisUtteranceEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
type SpeechSynthesisUtteranceEvents
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

SpeechSynthesisUtterance() 공개 메소드

public SpeechSynthesisUtterance ( ) : System.Runtime.CompilerServices
리턴 System.Runtime.CompilerServices

SpeechSynthesisUtterance() 공개 메소드

public SpeechSynthesisUtterance ( string text ) : System.Runtime.CompilerServices
text string
리턴 System.Runtime.CompilerServices