public interface ImplementationPlatformFactory extends Configurable
ImplementationPlatforms.ImplementationPlatform| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes all implementation platforms.
|
ImplementationPlatform |
getImplementationPlatform(ConnectionInformation info)
Factory method to retrieve an implementation platform for the given
connection information.
|
initImplementationPlatform getImplementationPlatform(ConnectionInformation info) throws NoresourceError
info - the connection information to useImplementationPlatform to use.NoresourceError - Error assigning the calling device to TTS or recognizer.void close()