C# 클래스 EasyVoiceQuerier, RoverGame

파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 메소드들

메소드 설명
AskToMakeFile ( string speechText, string speakerName, string fullFileName, string fileFormat ) : void
QueryForVoiceList ( EasyVoiceSettings, settings ) : void
VerifyApp ( ) : bool

메소드 상세

AskToMakeFile() 공개 추상적인 메소드

public abstract AskToMakeFile ( string speechText, string speakerName, string fullFileName, string fileFormat ) : void
speechText string
speakerName string
fullFileName string
fileFormat string
리턴 void

QueryForVoiceList() 공개 추상적인 메소드

public abstract QueryForVoiceList ( EasyVoiceSettings, settings ) : void
settings EasyVoiceSettings,
리턴 void

VerifyApp() 공개 추상적인 메소드

public abstract VerifyApp ( ) : bool
리턴 bool