Please Select Your Location
Australia
Österreich
België
Canada
Canada - Français
中国
Česká republika
Denmark
Deutschland
France
HongKong
Iceland
Ireland
Italia
日本
Korea
Latvija
Lietuva
Lëtzebuerg
Malta
المملكة العربية السعودية (Arabic)
Nederland
New Zealand
Norge
Polska
Portugal
Russia
Saudi Arabia
Southeast Asia
España
Suisse
Suomi
Sverige
台灣
Ukraine
United Kingdom
United States
Please Select Your Location
België
Česká republika
Denmark
Iceland
Ireland
Italia
Latvija
Lietuva
Lëtzebuerg
Malta
Nederland
Norge
Polska
Portugal
España
Suisse
Suomi
Sverige

ViveGlassDelegate

This protocol defines the methods for handling asynchronous notifications and data transmissions received from VIVE AI Glasses.


Overview

This delegate protocol 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

func glasses(didUpdateConnectionState: ConnectionState)

Tells the delegate when the connection state changes.

func glasses(didReceiveTranscribedEvent: TranscribedEvent, text: String)

Tells the delegate when a TranscribedEvent is triggered.

func glasses(didReceiveSynthesisEvent: SynthesisEvent)

Tells the delegate when a TTSEvent is triggered.

func glasses(didReceiveCaptureEvent: CaptureEvent, data:Data)

Tells the delegate that the raw image data captured from the VIVE AI Glasses camera has been received.

func glasses(didReceiveKeyEvent: KeyEvent)

Tells the delegate when a KeyEvent is triggered.