C# Class CaveTube.CaveTalk.Lib.SofTalkClient

Inheritance: ASpeechClient
Datei anzeigen Open project: madguy/CaveTalk

Public Methods

Method Description
Connect ( ) : System.Boolean
Dispose ( ) : void
SofTalkClient ( String exePath ) : System
Speak ( String text ) : System.Boolean

Private Methods

Method Description
CanSpeech ( ) : System.Boolean

Method Details

Connect() public method

public Connect ( ) : System.Boolean
return System.Boolean

Dispose() public final method

public final Dispose ( ) : void
return void

SofTalkClient() public method

public SofTalkClient ( String exePath ) : System
exePath String
return System

Speak() public method

public Speak ( String text ) : System.Boolean
text String
return System.Boolean