Listener

interface Listener : AudioEndPointDetector.OnStateChangedListener

Functions

Link copied to clipboard
abstract fun onError(type: AudioEndPointDetector.ErrorType, e: Exception?)
Link copied to clipboard
abstract fun onExpectingSpeech()
Link copied to clipboard
abstract fun onIdle()
Link copied to clipboard
abstract fun onSpeechEnd(eventPosition: Long?)
Link copied to clipboard
abstract fun onSpeechStart(eventPosition: Long?)
Link copied to clipboard
abstract fun onStop()
Link copied to clipboard
abstract fun onTimeout(type: AudioEndPointDetector.TimeoutType)