C# Class FreePIE.Core.Plugins.SpeechGlobal

Exibir arquivo Open project: AndersMalmgren/FreePIE

Public Methods

Method Description
SpeechGlobal ( SpeechPlugin plugin ) : System
said ( string text ) : bool
said ( string text, float confidence ) : bool
say ( string text ) : void
selectVoice ( string name ) : void

Method Details

SpeechGlobal() public method

public SpeechGlobal ( SpeechPlugin plugin ) : System
plugin SpeechPlugin
return System

said() public method

public said ( string text ) : bool
text string
return bool

said() public method

public said ( string text, float confidence ) : bool
text string
confidence float
return bool

say() public method

public say ( string text ) : void
text string
return void

selectVoice() public method

public selectVoice ( string name ) : void
name string
return void