C# 클래스 CaveTube.CaveTalk.Lib.SofTalkClient

상속: ASpeechClient
파일 보기 프로젝트 열기: madguy/CaveTalk

공개 메소드들

메소드 설명
Connect ( ) : System.Boolean
Dispose ( ) : void
SofTalkClient ( String exePath ) : System
Speak ( String text ) : System.Boolean

비공개 메소드들

메소드 설명
CanSpeech ( ) : System.Boolean

메소드 상세

Connect() 공개 메소드

public Connect ( ) : System.Boolean
리턴 System.Boolean

Dispose() 공개 최종 메소드

public final Dispose ( ) : void
리턴 void

SofTalkClient() 공개 메소드

public SofTalkClient ( String exePath ) : System
exePath String
리턴 System

Speak() 공개 메소드

public Speak ( String text ) : System.Boolean
text String
리턴 System.Boolean