C# Class FreePIE.Core.Plugins.SpeechPlugin

Inheritance: FreePIE.Core.Plugins.Plugin
Afficher le fichier Open project: AndersMalmgren/FreePIE Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
EnsureRecognizer ( ) : bool
EnsureSynthesizer ( ) : void

Method Details

CreateGlobal() public méthode

public CreateGlobal ( ) : object
Résultat object

Said() public méthode

public Said ( string text, float confidence ) : bool
text string
confidence float
Résultat bool

Say() public méthode

public Say ( string text ) : void
text string
Résultat void

SelectVoice() public méthode

public SelectVoice ( string name ) : void
name string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void