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

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

Private Properties

프로퍼티 타입 설명
SpeechSynthesis System.Runtime.CompilerServices

공개 메소드들

메소드 설명
Cancel ( ) : void
GetVoices ( ) : System.Html.Speech.SpeechSynthesisVoice[]
Pause ( ) : void
Resume ( ) : void
Speak ( SpeechSynthesisUtterance utterance ) : void

비공개 메소드들

메소드 설명
SpeechSynthesis ( ) : System.Runtime.CompilerServices

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

GetVoices() 공개 메소드

public GetVoices ( ) : System.Html.Speech.SpeechSynthesisVoice[]
리턴 System.Html.Speech.SpeechSynthesisVoice[]

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Speak() 공개 메소드

public Speak ( SpeechSynthesisUtterance utterance ) : void
utterance SpeechSynthesisUtterance
리턴 void