onNoMatch 属性

Stream<SpeechRecognitionEvent> onNoMatch

由该 SpeechRecognition 处理的 nomatch 事件流。

实现

Stream<SpeechRecognitionEvent> get onNoMatch => noMatchEvent.forTarget(this);