C# 클래스 FreePIE.Core.Plugins.SpeechGlobal

파일 보기 프로젝트 열기: AndersMalmgren/FreePIE

공개 메소드들

메소드 설명
SpeechGlobal ( SpeechPlugin plugin ) : System
said ( string text ) : bool
said ( string text, float confidence ) : bool
say ( string text ) : void
selectVoice ( string name ) : void

메소드 상세

SpeechGlobal() 공개 메소드

public SpeechGlobal ( SpeechPlugin plugin ) : System
plugin SpeechPlugin
리턴 System

said() 공개 메소드

public said ( string text ) : bool
text string
리턴 bool

said() 공개 메소드

public said ( string text, float confidence ) : bool
text string
confidence float
리턴 bool

say() 공개 메소드

public say ( string text ) : void
text string
리턴 void

selectVoice() 공개 메소드

public selectVoice ( string name ) : void
name string
리턴 void