ViveGlassClientCallback
This interface defines the methods for handling asynchronous notifications and data transmissions received from VIVE AI Glasses.
Overview
This interface is designed for applications to process asynchronous updates from VIVE AI Glasses. These updates include information such as the connection status, speech-to-text results, captured image data, and others. __
Topics
Instance Methods
void onConnectionStateChanged (ConnectionState state)
Tells the callback function when the connection state changes.
void onSpeechTranscribed (TranscribedEvent event, String text)
Tells the callback function when a TranscribedEvent is triggered.
void onTextSpoken (SynthesisEvent event)
Tells the callback function when a TTSEvent is triggered.
void onImageCaptured (CaptureEvent event, ImagePayload payload)
Tells the callback function that the raw image data captured from the VIVE AI Glasses camera has been received.
void onKeyEvent (KeyEvent event)
Tells the callback function when a KeyEvent is triggered.