C# 클래스 AppTextToSpeech.TextToSpeechClient

The text to speech application
상속: Mycroft.App.Client
파일 보기 프로젝트 열기: rit-sse-mycroft/app-text-to-speech 1 사용 예제들

공개 메소드들

메소드 설명
TextToSpeechClient ( string manifest ) : Mycroft.App

The constructor for the TextToSpeechClient

보호된 메소드들

메소드 설명
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

메소드 상세

AppDependency() 보호된 메소드

Handler for APP_DEPENDENCY
protected AppDependency ( dynamic message ) : void
message dynamic The message received
리턴 void

AppManifestOk() 보호된 메소드

Handler for APP_MANIFEST_OK
protected AppManifestOk ( dynamic message ) : void
message dynamic the message received
리턴 void

Listen() 보호된 메소드

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

MsgQuery() 보호된 메소드

Handler for MSG_QUERY
protected MsgQuery ( dynamic message ) : void
message dynamic The message received
리턴 void

TextToSpeechClient() 공개 메소드

The constructor for the TextToSpeechClient
public TextToSpeechClient ( string manifest ) : Mycroft.App
manifest string The path to app manifest
리턴 Mycroft.App