UtteranceProcessor
public class PauseGenerator extends java.lang.Object implements UtteranceProcessor
Constructor | Description |
---|---|
PauseGenerator() |
Constructs a PauseGenerator
|
Modifier and Type | Method | Description |
---|---|---|
void |
processUtterance(Utterance utterance) |
Annotates an utterance with pause information.
|
java.lang.String |
toString() |
Returns the string representation of the object
|
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance
in interface UtteranceProcessor
utterance
- the utterance to processProcessException
- if an error occurs while
processing of the utterancepublic java.lang.String toString()
toString
in class java.lang.Object