C# Класс Data.Actions.Notify.SoundElements.TextToSpeech

Наследование: SoundInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Play ( ) : void
TextToSpeech ( string text, VoiceGender voiceGender, VoiceAge voiceAge, int voicePosition, string culture, int volume, int rate ) : System

Описание методов

Play() публичный Метод

public Play ( ) : void
Результат void

TextToSpeech() публичный Метод

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
Результат System