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

speakText(text:locale:)

Converts provided text into spoken audio output.

func speakText(

text: String,
locale: Locale

) async throws -> Int


Parameters

text

The string that will be read out loud.

locale

This defines the language and dialect to be used (e.g., en_US or zh_TW).

Return value

0 if function calling is successful; otherwise, -1 .

Exception

The following exceptions may be thrown: ViveGlassError.UnregisteredAppException, ViveGlassError.GlassesPermissionDeniedException.


See also

Responding from VIVE AI Glasses event

func glasses(didReceiveSynthesisEvent: SynthesisEvent)

Tells the delegate when a TTSEvent is triggered.

Error handling and exceptions

enum ViveGlassError

This represents an error thrown by the VIVE AI Glasses SDK.