C# Class AppTextToSpeech.TextToSpeechClient

The text to speech application
Inheritance: Mycroft.App.Client
Afficher le fichier Open project: rit-sse-mycroft/app-text-to-speech Class Usage Examples

Méthodes publiques

Méthode Description
TextToSpeechClient ( string manifest ) : Mycroft.App

The constructor for the TextToSpeechClient

Méthodes protégées

Méthode Description
AppDependency ( dynamic message ) : void

Handler for APP_DEPENDENCY

AppManifestOk ( dynamic message ) : void

Handler for APP_MANIFEST_OK

Listen ( dynamic data ) : void

Makes a connection with speakers app to play audio

MsgQuery ( dynamic message ) : void

Handler for MSG_QUERY

Method Details

AppDependency() protected méthode

Handler for APP_DEPENDENCY
protected AppDependency ( dynamic message ) : void
message dynamic The message received
Résultat void

AppManifestOk() protected méthode

Handler for APP_MANIFEST_OK
protected AppManifestOk ( dynamic message ) : void
message dynamic the message received
Résultat void

Listen() protected méthode

Makes a connection with speakers app to play audio
protected Listen ( dynamic data ) : void
data dynamic the speaker and prompt
Résultat void

MsgQuery() protected méthode

Handler for MSG_QUERY
protected MsgQuery ( dynamic message ) : void
message dynamic The message received
Résultat void

TextToSpeechClient() public méthode

The constructor for the TextToSpeechClient
public TextToSpeechClient ( string manifest ) : Mycroft.App
manifest string The path to app manifest
Résultat Mycroft.App