onSpeechTranscribed()
Tells the callback function when a TranscribedEvent is triggered.
void onSpeechTranscribed(TranscribedEvent event,
String text)
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)
int startTranscription (boolean bContinuous)
Converts spoken audio input into text.
void stopTranscription ()
Ends the active speech-to-text session.
Enumerations
enum TranscribedEvent
This indicates the status updates for the speech-to-text process.