stopTranscription()
Ends the active speech-to-text session.
void stopTranscription()
See also
Speech to Text (STT)
void startTranscription (boolean bContinuous)
Converts spoken audio input into text.
Responding from VIVE AI Glasses event
void onSpeechTranscribed (TranscribedEvent event, String text)
Tells the callback function when a TranscribedEvent is triggered.