C# Class System.Html.Speech.SpeechSynthesis

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
SpeechSynthesis System.Runtime.CompilerServices

Public Methods

Method Description
Cancel ( ) : void
GetVoices ( ) : System.Html.Speech.SpeechSynthesisVoice[]
Pause ( ) : void
Resume ( ) : void
Speak ( SpeechSynthesisUtterance utterance ) : void

Private Methods

Method Description
SpeechSynthesis ( ) : System.Runtime.CompilerServices

Method Details

Cancel() public method

public Cancel ( ) : void
return void

GetVoices() public method

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

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Speak() public method

public Speak ( SpeechSynthesisUtterance utterance ) : void
utterance SpeechSynthesisUtterance
return void