These are all the classes. See all packages. See all schemas.
| ContextEngine | Context engine constructor. This class helps to determine a user's current context. For instance home, work, etc... |
| Geolocation | GeoLocation constructor. This class handles determining a users current location |
| SpeechSynthesis | SpeechSynthesis constructor. This class is used to execute TTS engine to speak out texts. It should be called after a segment is started, however the speech is muted by the system when the segment is paused or in an onpaused state. |
| SpeechToText | SpeechToText constructor. This class helps to start voice recoginition to return text data. |
| Storage | Storage constructor. Use this API to access local storage on Nigel. Note: Do not use general JavaScript Window.localStorage and Window.sessionStorage APIs to access Nigel local storage. |