onAudioEnd 属性

Stream<Event> onAudioEnd

由本 SpeechRecognition 处理的 audioend 事件流。

实现

Stream<Event> get onAudioEnd => audioEndEvent.forTarget(this);