public interface PlatformFactory
ImplementationPlatform.
Implementations provide a means of grouping a custom set of
ResourceFactorys.
| Modifier and Type | Method and Description |
|---|---|
ResourceFactory<SpokenInput> |
getSpokeninput()
Retrieves the spoken input implementation.
|
ResourceFactory<SynthesizedOutput> |
getSynthesizedoutput()
Retrieves the synthesized output implementation.
|
ResourceFactory<Telephony> |
getTelephony()
Retrieves the telephonyFactory implementation.
|
ResourceFactory<SpokenInput> getSpokeninput()
ResourceFactory<SynthesizedOutput> getSynthesizedoutput()
ResourceFactory<Telephony> getTelephony()