onSoundEnd 属性

Stream<Event> onSoundEnd

由该 SpeechRecognition 处理的 soundend 事件的流。

实现

Stream<Event> get onSoundEnd => soundEndEvent.forTarget(this);