SpeechToTextCallback

Functions

Link copied to clipboard
abstract fun onSpeechEnded()
Link copied to clipboard
abstract fun onSpeechError(errorCode: Int)
Link copied to clipboard
abstract fun onSpeechPartialResults(partialResults: List<String>?)
Link copied to clipboard
abstract fun onSpeechReady()
Link copied to clipboard
abstract fun onSpeechResults(results: List<String>?)
Link copied to clipboard
abstract fun onSpeechStarted()