C# 클래스 Data.Actions.Notify.SoundElements.TextToSpeech

상속: SoundInterface
파일 보기 프로젝트 열기: neowutran/ShinraMeter 1 사용 예제들

공개 메소드들

메소드 설명
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