A B C D F G H O P R S V

A

Activator - Class in org.robokind.api.speech.osgi
 
Activator() - Constructor for class org.robokind.api.speech.osgi.Activator
 
addBinding(VisemeBinding) - Method in class org.robokind.api.speech.viseme.VisemeBindingManager
 
addListener(Listener<VisemeEvent>) - Method in class org.robokind.api.speech.viseme.VisemeEventNotifier
 
addRequestListener(Listener<SpeechRequest>) - Method in interface org.robokind.api.speech.SpeechService
Adds a Listener to be notified when a speech request is made.
addSpeechEventListener(Listener<SpeechEvent>) - Method in interface org.robokind.api.speech.SpeechService
Adds a Listener to be notified when a speech event occurs.
addSpeechEventListener(Listener<SpeechEvent>) - Method in class org.robokind.api.speech.utils.SpeechEventNotifier
 

B

build(VisemeBindingManagerConfig) - Method in class org.robokind.api.speech.viseme.config.VisemeBindingManagerServiceFactory
 
buildVisemeBinding(VisemeBindingConfig) - Method in class org.robokind.api.speech.viseme.config.VisemeBindingManagerServiceFactory
 
buildVisemeBindingManager(VisemeBindingManagerConfig) - Method in class org.robokind.api.speech.viseme.config.VisemeBindingManagerServiceFactory
 

C

close() - Method in interface org.robokind.api.speech.SpeechService
Closes a SpeechService, leaving it unable to speak.
create(Map<String, Object>) - Method in class org.robokind.api.speech.osgi.SpeechTriggerHandlerLifecycleProvider
 
create(Map<String, Object>) - Method in class org.robokind.api.speech.viseme.osgi.VisemeEventNotifierLifecycleProvider
 

D

DefaultVisemeEvent - Class in org.robokind.api.speech.viseme
 
DefaultVisemeEvent(SpeechEvent) - Constructor for class org.robokind.api.speech.viseme.DefaultVisemeEvent
 

F

fireSpeechEvent(SpeechEvent) - Method in class org.robokind.api.speech.utils.SpeechEventNotifier
 

G

getBindingId() - Method in interface org.robokind.api.speech.viseme.config.VisemeBindingConfig
 
getBindingKey(int) - Method in interface org.robokind.api.speech.viseme.config.VisemeBindingKeyAdapter
 
getBindingKey() - Method in class org.robokind.api.speech.viseme.VisemeBinding
 
getBindingValues(Viseme) - Method in class org.robokind.api.speech.viseme.VisemeBindingManager
 
getById(int) - Static method in enum org.robokind.api.speech.viseme.Viseme
 
getCurrentData() - Method in interface org.robokind.api.speech.SpeechEvent
Returns event data (usually phone or viseme id) associated with the start of the event.
getCurrentViseme() - Method in class org.robokind.api.speech.viseme.DefaultVisemeEvent
 
getCurrentViseme() - Method in interface org.robokind.api.speech.viseme.VisemeEvent
 
getDuration() - Method in interface org.robokind.api.speech.SpeechEvent
Returns the duration of the event in milliseconds.
getDuration() - Method in class org.robokind.api.speech.viseme.DefaultVisemeEvent
 
getDuration() - Method in interface org.robokind.api.speech.viseme.VisemeEvent
 
getNextData() - Method in interface org.robokind.api.speech.SpeechEvent
Returns event data (usually phone or viseme id) associated with the end of the event.
getNextViseme() - Method in class org.robokind.api.speech.viseme.DefaultVisemeEvent
 
getNextViseme() - Method in interface org.robokind.api.speech.viseme.VisemeEvent
 
getNumber(BindingKey) - Method in interface org.robokind.api.speech.viseme.config.VisemeBindingKeyAdapter
 
getPhrase() - Method in interface org.robokind.api.speech.SpeechRequest
Returns the phrase the SpeechService is being requested to speak.
getRequestSourceId() - Method in interface org.robokind.api.speech.SpeechRequest
Returns the id String of the service making the request.
getServiceClass() - Method in class org.robokind.api.speech.osgi.SpeechTriggerHandlerLifecycleProvider
 
getServiceClass() - Method in class org.robokind.api.speech.viseme.config.VisemeBindingManagerServiceFactory
 
getServiceClass() - Method in class org.robokind.api.speech.viseme.osgi.VisemeEventNotifierLifecycleProvider
 
getServiceConfigurationClass() - Method in class org.robokind.api.speech.viseme.config.VisemeBindingManagerServiceFactory
 
getServiceVersion() - Method in class org.robokind.api.speech.viseme.config.VisemeBindingManagerServiceFactory
 
getSpeechEvents() - Method in interface org.robokind.api.speech.SpeechEventList
Returns the List of SpeechEvents.
getSpeechEventType() - Method in interface org.robokind.api.speech.SpeechEvent
Returns the name of the event of this event.
getSpeechServiceId() - Method in interface org.robokind.api.speech.SpeechEventList
Returns the id String of the SpeechService the events originated from.
getSpeechServiceId() - Method in interface org.robokind.api.speech.SpeechRequest
Returns the id String of request's intended SpeechService.
getSpeechServiceId() - Method in interface org.robokind.api.speech.SpeechService
 
getStream() - Method in class org.robokind.api.speech.viseme.DefaultVisemeEvent
 
getStream() - Method in interface org.robokind.api.speech.viseme.VisemeEvent
 
getStreamNumber() - Method in interface org.robokind.api.speech.SpeechEvent
Returns the stream number for tts output the event originates from.
getStringData() - Method in interface org.robokind.api.speech.SpeechEvent
Returns any String data associated with the event (used for SAPI bookmark events).
getTextLength() - Method in interface org.robokind.api.speech.SpeechEvent
Returns the number of characters the event covers.
getTextPosition() - Method in interface org.robokind.api.speech.SpeechEvent
Returns the position of the speech request the event begins at.
getTimestampMillisecUTC() - Method in interface org.robokind.api.speech.SpeechEvent
 
getTimestampMillisecUTC() - Method in interface org.robokind.api.speech.SpeechEventList
Returns the timestamp of the events.
getTimestampMillisecUTC() - Method in interface org.robokind.api.speech.SpeechRequest
Returns the timestamp of the request.
getTimestampMillisecUTC() - Method in class org.robokind.api.speech.viseme.DefaultVisemeEvent
 
getTimestampMillisecUTC() - Method in interface org.robokind.api.speech.viseme.VisemeEvent
 
getTriggerType() - Method in class org.robokind.api.speech.utils.SpeechTriggerHandler
 
getValue(Viseme) - Method in class org.robokind.api.speech.viseme.VisemeBinding
 
getVisemeBindingConfigs() - Method in interface org.robokind.api.speech.viseme.config.VisemeBindingManagerConfig
 
getVisemeId() - Method in enum org.robokind.api.speech.viseme.Viseme
 
getVisemePositions() - Method in interface org.robokind.api.speech.viseme.config.VisemeBindingConfig
 

H

handleChange(String, Object) - Method in class org.robokind.api.speech.osgi.SpeechTriggerHandlerLifecycleProvider
 
handleChange(String, Object) - Method in class org.robokind.api.speech.viseme.osgi.VisemeEventNotifierLifecycleProvider
 
handleEvent(SpeechEvent) - Method in class org.robokind.api.speech.utils.SpeechEventLogger
 
handleEvent(SpeechEventList) - Method in class org.robokind.api.speech.utils.SpeechEventNotifier
 
handleEvent(VisemeEvent) - Method in class org.robokind.api.speech.utils.VisemeLogger
 
handleEvent(SpeechEvent) - Method in class org.robokind.api.speech.viseme.VisemeEventNotifier
 
handleTrigger(Trigger) - Method in class org.robokind.api.speech.utils.SpeechTriggerHandler
 
handleVisemeEvent(VisemeEvent) - Method in class org.robokind.api.speech.viseme.VisemeEventNotifier
 

O

org.robokind.api.speech - package org.robokind.api.speech
 
org.robokind.api.speech.osgi - package org.robokind.api.speech.osgi
 
org.robokind.api.speech.utils - package org.robokind.api.speech.utils
 
org.robokind.api.speech.viseme - package org.robokind.api.speech.viseme
 
org.robokind.api.speech.viseme.config - package org.robokind.api.speech.viseme.config
 
org.robokind.api.speech.viseme.osgi - package org.robokind.api.speech.viseme.osgi
 

P

PROP_ID - Static variable in interface org.robokind.api.speech.SpeechService
 
PROP_SPEECH_TEXT - Static variable in class org.robokind.api.speech.utils.SpeechTriggerHandler
 

R

removeRequestListener(Listener<SpeechRequest>) - Method in interface org.robokind.api.speech.SpeechService
Removes a Listener from being notified when a speech request is made.
removeSpeechEventListener(Listener<SpeechEvent>) - Method in interface org.robokind.api.speech.SpeechService
Removes a Listener from being notified when a speech event occurs.
removeSpeechEventListener(Listener<SpeechEvent>) - Method in class org.robokind.api.speech.utils.SpeechEventNotifier
 

S

setSpeechService(SpeechService) - Method in class org.robokind.api.speech.utils.SpeechTriggerHandler
 
setVisemeValue(Viseme, NormalizedDouble) - Method in class org.robokind.api.speech.viseme.VisemeBinding
 
speak(String) - Method in interface org.robokind.api.speech.SpeechService
Sends the SpeechService text to speak.
SPEECH_TRIGGER_TYPE - Static variable in class org.robokind.api.speech.utils.SpeechTriggerHandler
 
SpeechEvent - Interface in org.robokind.api.speech
Defines a common interface for several types of Speech events.
SpeechEventList - Interface in org.robokind.api.speech
Contains a List of SpeechEvents and metadata about the event origin.
SpeechEventLogger - Class in org.robokind.api.speech.utils
 
SpeechEventLogger() - Constructor for class org.robokind.api.speech.utils.SpeechEventLogger
 
SpeechEventNotifier - Class in org.robokind.api.speech.utils
 
SpeechEventNotifier() - Constructor for class org.robokind.api.speech.utils.SpeechEventNotifier
 
SpeechRequest - Interface in org.robokind.api.speech
Defines a request for a SpeechService to speak a phrase.
SpeechService - Interface in org.robokind.api.speech
The SpeechService provides a basic interface for an service providing Text-to-Speech or equivalent capabilities.
SpeechTriggerHandler - Class in org.robokind.api.speech.utils
 
SpeechTriggerHandler(SpeechService) - Constructor for class org.robokind.api.speech.utils.SpeechTriggerHandler
 
SpeechTriggerHandlerLifecycleProvider - Class in org.robokind.api.speech.osgi
 
SpeechTriggerHandlerLifecycleProvider(String) - Constructor for class org.robokind.api.speech.osgi.SpeechTriggerHandlerLifecycleProvider
 
start(BundleContext) - Method in class org.robokind.api.speech.osgi.Activator
 
start() - Method in interface org.robokind.api.speech.SpeechService
Starts the SpeechService, making it ready to speak.
stop(BundleContext) - Method in class org.robokind.api.speech.osgi.Activator
 

V

valueOf(String) - Static method in enum org.robokind.api.speech.viseme.Viseme
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.robokind.api.speech.viseme.Viseme
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.robokind.api.speech.viseme.VisemeBindingManager
Controller type VersionProperty.
VERSION_NAME - Static variable in class org.robokind.api.speech.viseme.VisemeBindingManager
Service type version name.
VERSION_NUMBER - Static variable in class org.robokind.api.speech.viseme.VisemeBindingManager
Service type version number.
Viseme - Enum in org.robokind.api.speech.viseme
 
VisemeBinding - Class in org.robokind.api.speech.viseme
 
VisemeBinding(int) - Constructor for class org.robokind.api.speech.viseme.VisemeBinding
 
VisemeBinding(VisemeBindingConfig) - Constructor for class org.robokind.api.speech.viseme.VisemeBinding
 
VisemeBindingConfig - Interface in org.robokind.api.speech.viseme.config
 
VisemeBindingKeyAdapter<BindingKey> - Interface in org.robokind.api.speech.viseme.config
 
VisemeBindingManager - Class in org.robokind.api.speech.viseme
 
VisemeBindingManager() - Constructor for class org.robokind.api.speech.viseme.VisemeBindingManager
 
VisemeBindingManagerConfig - Interface in org.robokind.api.speech.viseme.config
 
VisemeBindingManagerServiceFactory - Class in org.robokind.api.speech.viseme.config
 
VisemeBindingManagerServiceFactory() - Constructor for class org.robokind.api.speech.viseme.config.VisemeBindingManagerServiceFactory
 
VisemeEvent - Interface in org.robokind.api.speech.viseme
 
VisemeEventNotifier - Class in org.robokind.api.speech.viseme
 
VisemeEventNotifier() - Constructor for class org.robokind.api.speech.viseme.VisemeEventNotifier
 
VisemeEventNotifierLifecycleProvider - Class in org.robokind.api.speech.viseme.osgi
 
VisemeEventNotifierLifecycleProvider(String) - Constructor for class org.robokind.api.speech.viseme.osgi.VisemeEventNotifierLifecycleProvider
 
VisemeLogger - Class in org.robokind.api.speech.utils
 
VisemeLogger() - Constructor for class org.robokind.api.speech.utils.VisemeLogger
 

A B C D F G H O P R S V

Copyright © 2011-2012. All Rights Reserved.