C# 클래스 AppTextToSpeech.MycroftVoice

파일 보기 프로젝트 열기: rit-sse-mycroft/app-text-to-speech 1 사용 예제들

공개 메소드들

메소드 설명
MycroftVoice ( ) : System
SaveMessage ( PromptBuilder message, Stream output ) : void
SayMessage ( PromptBuilder message ) : void

비공개 메소드들

메소드 설명
InitializeVoice ( ) : void

메소드 상세

MycroftVoice() 공개 메소드

public MycroftVoice ( ) : System
리턴 System

SaveMessage() 공개 메소드

public SaveMessage ( PromptBuilder message, Stream output ) : void
message PromptBuilder
output Stream
리턴 void

SayMessage() 공개 메소드

public SayMessage ( PromptBuilder message ) : void
message PromptBuilder
리턴 void