C# Class CaveTube.CaveTalk.Lib.BouyomiClientWrapper

Inheritance: ASpeechClient
Show file Open project: madguy/CaveTalk

Public Methods

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

Private Methods

Method Description
CanSpeech ( ) : System.Boolean

Method Details

BouyomiClientWrapper() public method

public BouyomiClientWrapper ( ) : System
return System

Connect() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Speak() public method

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