C# Class FreePIE.Core.Plugins.SpeechPlugin

Inheritance: FreePIE.Core.Plugins.Plugin
Exibir arquivo Open project: AndersMalmgren/FreePIE Class Usage Examples

Public Methods

Method Description
CreateGlobal ( ) : object
Said ( string text, float confidence ) : bool
Say ( string text ) : void
SelectVoice ( string name ) : void
Stop ( ) : void

Private Methods

Method Description
EnsureRecognizer ( ) : bool
EnsureSynthesizer ( ) : void

Method Details

CreateGlobal() public method

public CreateGlobal ( ) : object
return object

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

Stop() public method

public Stop ( ) : void
return void