SpeechRecognizer
Types
Functions
Link copied to clipboard
abstract fun addListener(listener: SpeechRecognizer.OnStateChangeListener)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun notifyResult(directive: Directive, payload: AsrNotifyResultPayload)
Content copied to clipboard
Link copied to clipboard
abstract fun removeListener(listener: SpeechRecognizer.OnStateChangeListener)
Content copied to clipboard
Link copied to clipboard
abstract fun start( audioInputStream: SharedDataStream, audioFormat: AudioFormat, context: String, wakeupInfo: WakeupInfo?, expectSpeechDirectiveParam: DefaultASRAgent.ExpectSpeechDirectiveParam?, attribute: DialogAttribute?, epdParam: EndPointDetectorParam, resultListener: ASRAgentInterface.OnResultListener?): SpeechRecognizer.Request?
Content copied to clipboard
Link copied to clipboard