C# Class FreePIE.Core.Plugins.SpeechGlobal

Afficher le fichier Open project: AndersMalmgren/FreePIE

Méthodes publiques

Méthode 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 méthode

public SpeechGlobal ( SpeechPlugin plugin ) : System
plugin SpeechPlugin
Résultat System

said() public méthode

public said ( string text ) : bool
text string
Résultat bool

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