|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SSMLSpeakStrategy
Strategy to play back a node of a SSML document via JSAPI.
Copyright © 2006 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
void |
speak(AudioOutput audioOutput,
DocumentServer documentServer,
SsmlNode node)
Speaks the given node. |
| Method Detail |
|---|
void speak(AudioOutput audioOutput,
DocumentServer documentServer,
SsmlNode node)
throws NoresourceError,
BadFetchError
audioOutput - The synthesizer to use.documentServer - The document server to acqure further documents,
i.e. for the <audio> tag to
retrieve the audio file to play.node - The node to speak.
NoresourceError - No recognizer allocated.
BadFetchError - Recognizer in wrong state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||