Package com.sun.speech.freetts.en
Class PauseGenerator
java.lang.Object
com.sun.speech.freetts.en.PauseGenerator
- All Implemented Interfaces:
UtteranceProcessor
Annotates an utterance with pause information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processUtterance
(Utterance utterance) Annotates an utterance with pause information.toString()
Returns the string representation of the object
-
Constructor Details
-
PauseGenerator
public PauseGenerator()Constructs a PauseGenerator
-
-
Method Details
-
processUtterance
Annotates an utterance with pause information.- Specified by:
processUtterance
in interfaceUtteranceProcessor
- Parameters:
utterance
- the utterance to process- Throws:
ProcessException
- if an error occurs while processing of the utterance
-
toString
Returns the string representation of the object
-