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

Inheritance: SoundInterface
显示文件 Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

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

Method Details

Play() public method

public Play ( ) : void
return void

TextToSpeech() public method

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
return System