We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2017e1 commit 6b93827Copy full SHA for 6b93827
ios/ExpoSpeechRecognitionModule.swift
@@ -448,7 +448,7 @@ public class ExpoSpeechRecognitionModule: Module {
448
previousResultHadTranscriptions = !previousResult.transcriptions.isEmpty
449
}
450
451
- if !previousResultWasFinal || !previousResultHadTranscriptions {
+ if !previousResultWasFinal || !previousResultHadTranscriptions {
452
// https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/nomatch_event
453
// The nomatch event of the Web Speech API is fired
454
// when the speech recognition service returns a final result with no significant recognition.
0 commit comments