C# Class System.Html.Speech.SpeechSynthesis

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
SpeechSynthesis System.Runtime.CompilerServices

Méthodes publiques

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

Private Methods

Méthode Description
SpeechSynthesis ( ) : System.Runtime.CompilerServices

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

GetVoices() public méthode

public GetVoices ( ) : System.Html.Speech.SpeechSynthesisVoice[]
Résultat System.Html.Speech.SpeechSynthesisVoice[]

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Speak() public méthode

public Speak ( SpeechSynthesisUtterance utterance ) : void
utterance SpeechSynthesisUtterance
Résultat void