org.jvoicexml.implementation.jsapi10
Interface SSMLSpeakStrategy
- All Known Implementing Classes:
- BreakSpeakStrategy, MarkSpeakStrategy, SpeakSpeakStrategy, TextSpeakStrategy
public interface SSMLSpeakStrategy
Strategy to play back a node of a SSML document via JSAPI.
- Since:
- 0.5
- Version:
- $Revision: 2583 $
- Author:
- Dirk Schnelle-Walka
speak
void speak(Jsapi10SynthesizedOutput output,
org.jvoicexml.xml.SsmlNode node)
throws NoresourceError,
BadFetchError
- Speaks the given node.
- Parameters:
output - the synthesizer to use.node - The node to speak.
- Throws:
NoresourceError - No recognizer allocated.
BadFetchError - Recognizer in wrong state.
Copyright © 2005-2009JVoiceXML group.