stopTranscription()
Ends the active speech-to-text session.
func stopTranscription()
See also
Speech to Text (STT)
func startTranscription (bContinuous: Bool) async throws -> Bool
Converts spoken audio input into text.
Responding from VIVE AI Glasses event
func glasses(didReceiveTranscribedEvent: TranscribedEvent, text: String)
Tells the delegate when a TranscribedEvent is triggered.