Interface ISpeechSynthesizer

Interface that represents a speech synthesizer component.


public interface abstract ISpeechSynthesizer

Interface Properties, Events and Methods


MemberDescription
Speak This commands the speech synthesizer to convert the specified text to speech and vocalize it.
public void Speak( string phrase );
SpeakCannedPhrase This commands the speech synthesizer to announce a preprogrammed
public void SpeakCannedPhrase( UInt16 phraseId );

public void SpeakCannedPhrase( byte phraseId );

Requirements

Namespace: RoboticsConnection.Serializer.Components
Assembly: RoboticsConnection.Serializer.dll


Last Updated: 1/7/2007