org.speakright.core.render
Interface IFlowRenderer
public interface IFlowRenderer
An IFlowRenderer renders a flow object into speech page elements.
Generally each IFlow-derived class defines its own flow renderer
as a private class.
Speech page elements such as ISpeechForm are abstractions that hide
the target speech markup. Currently VoiceXML is the only language
supported, but others can be added.
- Author:
- Ian Rae
Render
void Render(ISpeechPage page,
ISpeechForm form)
- Render the flow into speech page elements.
- Parameters:
page - The speech page being generated.form - The current form on the speech page.