See: Description
| Interface | Description |
|---|---|
| AudioSink |
An audio source consumes audio data to an
InputStream. |
| AudioSource |
An audio source delivers audio data to an
OutputStream. |
| ExternalResource |
An external resource that is required by the used implementation
platform.
|
| GrammarImplementation<T> |
Implementation of a grammar that is accessed by the VoiceXML interpreter and
passed to the
ImplementationPlatform if the grammar is
activated or deactivated. |
| InputDevice |
An input device for spoken or character input.
|
| OutputDevice |
An output device for synthesized or audio file output.
|
| PlatformFactory |
A platform factory provides access to all resources of a custom
ImplementationPlatform. |
| ResourceFactory<T extends ExternalResource> |
Factory for external resources with type
T, that can be
connected to a ConnectionInformation. |
| SpokenInput |
Facade for easy control and monitoring of the user's speech input as an
external resource.
|
| SpokenInputListener |
Listener for events from the
SpokenInput implementation. |
| SpokenInputProvider |
Objects that implement this class have an association to a
SpokenInput device which can be retrieved by the corresponding
method. |
| SynthesizedOutput |
Facade for easy access to the system output as an external resource.
|
| SynthesizedOutputListener |
Listener for events from the
SynthesizedOutput implementation. |
| SynthesizedOutputProvider |
Objects that implement this class have an association to a
SynthesizedOutput device which can be retrieved by the corresponding
method |
| Telephony |
Telephony support as an external resource.
|
| TelephonyListener |
Listener for events from the
Telephony implementation. |
| TelephonyProvider |
Objects that implement this class have an association to a
Telephony
device which can be retrieved by the corresponding method. |
| Class | Description |
|---|---|
| BinaryGrammar |
A buffer for a binary grammar.
|
| DocumentGrammarImplementation |
A grammar implementation that simply represents a grammar document.
|
| NuanceDynagramBinaryGrammarImplementation |
Grammar implementation for Nuance compiled grammars.
|
| Platform |
Basic implementation of a
PlatformFactory. |
| SrgsXmlGrammarImplementation |
Implementation of a SRGS XML grammar.
|
| TelephonyEvent |
Event generated from the
Telephony implementation. |