Uses of Interface
org.mechio.api.speech.SpeechRequest

Packages that use SpeechRequest
org.mechio.api.speech   
org.mechio.api.speech.messaging   
org.mechio.api.speech.utils   
 

Uses of SpeechRequest in org.mechio.api.speech
 

Methods in org.mechio.api.speech that return SpeechRequest
 SpeechRequest SpeechRequestFactory.create(String clientId, String requestId, String phrase)
           
 SpeechRequest SpeechJob.getSpeechRequest()
           
 

Method parameters in org.mechio.api.speech with type arguments of type SpeechRequest
 void SpeechService.addRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
          Adds a Listener to be notified when a speech request is made.
 void SpeechService.removeRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
          Removes a Listener from being notified when a speech request is made.
 

Uses of SpeechRequest in org.mechio.api.speech.messaging
 

Methods in org.mechio.api.speech.messaging with parameters of type SpeechRequest
 void RemoteSpeechServiceHost.handleEvent(SpeechRequest t)
           
 

Method parameters in org.mechio.api.speech.messaging with type arguments of type SpeechRequest
 void RemoteSpeechServiceClient.addRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
           
 void RemoteSpeechServiceClient.removeRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
           
 void RemoteSpeechServiceHost.setSpeechRequestReceiver(org.jflux.api.core.Notifier<SpeechRequest> receiver)
           
 void RemoteSpeechServiceClient.setSpeechRequestSender(org.jflux.api.messaging.rk.MessageSender<SpeechRequest> sender)
           
 

Constructor parameters in org.mechio.api.speech.messaging with type arguments of type SpeechRequest
RemoteSpeechServiceClient(Class<Conf> configClass, String speechServiceId, String remoteId, org.jflux.api.messaging.rk.MessageSender<org.jflux.api.messaging.rk.services.ServiceCommand> commandSender, org.jflux.api.messaging.rk.MessageSender<Conf> configSender, org.jflux.api.messaging.rk.MessageAsyncReceiver<org.jflux.api.messaging.rk.services.ServiceError> errorReceiver, org.jflux.api.messaging.rk.services.ServiceCommandFactory commandFactory, org.jflux.api.messaging.rk.MessageSender<SpeechRequest> requestSender, org.jflux.api.messaging.rk.MessageAsyncReceiver<SpeechEventList<SpeechEvent>> eventReceiver, SpeechRequestFactory requestFactory)
          Connects to a remote SpeechService through Messaging components
RemoteSpeechServiceHost(SpeechService service, org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> sender, org.jflux.api.core.Notifier<SpeechRequest> receiver)
           
 

Uses of SpeechRequest in org.mechio.api.speech.utils
 

Methods in org.mechio.api.speech.utils that return SpeechRequest
 SpeechRequest DefaultSpeechJob.getSpeechRequest()
          Returns the speech request for this job.
 

Methods in org.mechio.api.speech.utils with parameters of type SpeechRequest
 SpeechJob NaiveSpeechJobManagerImpl.createSpeechJob(SpeechRequest req)
          Adds text to the speech queue.
 SpeechJob SpeechJobManagerImpl.createSpeechJob(SpeechRequest req)
          Creates a SpeechJob from a SpeechRequest
 SpeechJob SpeechJobManager.createSpeechJob(SpeechRequest req)
          Creates a SpeechJob from a SpeechRequest
 



Copyright © 2011-2015. All Rights Reserved.