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

glasses(didReceiveTranscribedEvent:text:)

Tells the delegate when a TranscribedEvent is triggered.

func glasses(

didReceiveTranscribedEvent event: TranscribedEvent,
text: String?

)


Parameters

event

This indicates the current status of the transcription process.

text

This contains the string of transcribed text recognized from the captured audio.


See also

Speech to text (STT)

func startTranscription (bContinuous: Bool) async throws -> Int

Converts spoken audio input into text.

func stopTranscription () async -> Bool

Ends the active speech-to-text session.

Enumerations

enum TranscribedEvent

This indicates the status updates for the speech-to-text process.