C# 클래스 Gablarski.SpeechNotifier.EventSpeech

상속: ITextToSpeech
파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
Dispose ( ) : void
EventSpeech ( ) : System
GetSpeech ( string say ) : byte[]
SayAsync ( string say ) : System.Threading.Tasks.Task
ToString ( ) : string

비공개 메소드들

메소드 설명
GetWaveEncodingFormat ( EncodingFormat encoding ) : WaveFormatEncoding

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventSpeech() 공개 메소드

public EventSpeech ( ) : System
리턴 System

GetSpeech() 공개 메소드

public GetSpeech ( string say ) : byte[]
say string
리턴 byte[]

SayAsync() 공개 메소드

public SayAsync ( string say ) : System.Threading.Tasks.Task
say string
리턴 System.Threading.Tasks.Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string