C# Class Data.Actions.Notify.SoundElements.TextToSpeech

Inheritance: SoundInterface
Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
Play ( ) : void
TextToSpeech ( string text, VoiceGender voiceGender, VoiceAge voiceAge, int voicePosition, string culture, int volume, int rate ) : System

Method Details

Play() public méthode

public Play ( ) : void
Résultat void

TextToSpeech() public méthode

public TextToSpeech ( string text, VoiceGender voiceGender, VoiceAge voiceAge, int voicePosition, string culture, int volume, int rate ) : System
text string
voiceGender VoiceGender
voiceAge VoiceAge
voicePosition int
culture string
volume int
rate int
Résultat System