C# 클래스 Cocoa.SpeechSynthesizer

상속: Object
파일 보기 프로젝트 열기: mono/cocoa-sharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mSpeechSynthesizerListener SpeechSynthesizerListener

공개 메소드들

메소드 설명
SpeechSynthesizer ( ) : System
SpeechSynthesizer ( IntPtr native_object ) : System
StartSpeaking ( string text ) : bool
StopSpeaking ( ) : void

보호된 메소드들

메소드 설명
FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void
FireEvent_WillSpeak ( Range aCharacterRange, Cocoa aString ) : void
FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void
SubscribeToCocoaDelegate ( Cocoa aTarget ) : void

메소드 상세

FireEvent_DidFinishSpeaking() 보호된 메소드

protected FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void
aDidFinishSpeaking bool
리턴 void

FireEvent_WillSpeak() 보호된 메소드

protected FireEvent_WillSpeak ( Range aCharacterRange, Cocoa aString ) : void
aCharacterRange Range
aString Cocoa
리턴 void

FireEvent_WillSpeakPhoneme() 보호된 메소드

protected FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void
aPhonemeOpCode short
리턴 void

SpeechSynthesizer() 공개 메소드

public SpeechSynthesizer ( ) : System
리턴 System

SpeechSynthesizer() 공개 메소드

public SpeechSynthesizer ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

StartSpeaking() 공개 메소드

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

StopSpeaking() 공개 메소드

public StopSpeaking ( ) : void
리턴 void

SubscribeToCocoaDelegate() 보호된 메소드

protected SubscribeToCocoaDelegate ( Cocoa aTarget ) : void
aTarget Cocoa
리턴 void

프로퍼티 상세

mSpeechSynthesizerListener 보호되어 있는 프로퍼티

protected SpeechSynthesizerListener mSpeechSynthesizerListener
리턴 SpeechSynthesizerListener