|
GLAS.AI Demo setup video |
Documentation (Short ver.)GLAS.AI provides an API to access functions of GLAS.AI SDK. To use this API, download package glas.ai-sdk-core and import glas.ai.sdk into your source code.
Core 1. AudioInput : Interface providing access to GLAS.AI's audio input. 2. AudioInput.StatusListener : Interface providing access to audio input. 3. AudioOutput : Interface providing access to GLAS.AI's audio output. 4. GlasAI : The Glas AI framework provides classes for managing and modeling the Glas AI platform. Before you can interact with Glas, call Glas.init(config). Use GlasAI.instance() to call methods on Glas. 5. GlasAI.Config : The GlasAI configuration class providing configuration objects used to initialize GlasAI. 6. GlasIntentListener : Interface providing access to intents understood by Glas from the interaction with the user. 7. GlasSettings : The GlasAI configuration class providing configuration objects used to initialize GlasAI. 8. HardwareSensors : Interface providing access to HardwareSensors which Glas is sensing. 9. ProfileManager : Interface providing access to Glas user persona and profile. 10. SensorsListener : Interface providing access to SensorsData which Glas is sensing. 11. SensorData : Data class providing access to data Glas is sensing. LMR 1. DataIOEngine : The notifications engine provides access the events and data Glas processes. 2. DataIOEngine.Listener : Interface providing access to information provided by the DataIOEngine. 3. NotificationsEngine : The notifications engine provides access the events and data GLAS.AI processes.. 4. NotificationsEngine.Listener : Interface providing access to notifications. Note: You can see a complete documentation below |