hmi.tts.mary
Class MarySSMLTTSBridge
java.lang.Object
hmi.tts.mary.AbstractMaryTTSBridge
hmi.tts.mary.MarySSMLTTSBridge
- All Implemented Interfaces:
- TTSBridge
public class MarySSMLTTSBridge
- extends AbstractMaryTTSBridge
|
Method Summary |
String |
wrap(String speechText)
Wraps speech text into proper start/end tags for this input format |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarySSMLTTSBridge
public MarySSMLTTSBridge(MaryTTSGenerator ttsGen)
wrap
public String wrap(String speechText)
- Description copied from class:
AbstractMaryTTSBridge
- Wraps speech text into proper start/end tags for this input format
- Specified by:
wrap in class AbstractMaryTTSBridge