C# Class EasyVoiceQuerier, RoverGame

Show file Open project: Stumpstump/RoverGame Class Usage Examples

Public Methods

Method Description
AskToMakeFile ( string speechText, string speakerName, string fullFileName, string fileFormat ) : void
QueryForVoiceList ( EasyVoiceSettings, settings ) : void
VerifyApp ( ) : bool

Method Details

AskToMakeFile() public abstract method

public abstract AskToMakeFile ( string speechText, string speakerName, string fullFileName, string fileFormat ) : void
speechText string
speakerName string
fullFileName string
fileFormat string
return void

QueryForVoiceList() public abstract method

public abstract QueryForVoiceList ( EasyVoiceSettings, settings ) : void
settings EasyVoiceSettings,
return void

VerifyApp() public abstract method

public abstract VerifyApp ( ) : bool
return bool