"sendBackResults" does not distinguish whether it is being invoked by "onResults" or by "onPartialResults", and thus always flags "finished: true" within the returned "SpeechRecognitionTranscription" object. A parameter could be added to "sendBackResults", to indicate whether the results being returned are partial or final.
"sendBackResults" does not distinguish whether it is being invoked by "onResults" or by "onPartialResults", and thus always flags "finished: true" within the returned "SpeechRecognitionTranscription" object. A parameter could be added to "sendBackResults", to indicate whether the results being returned are partial or final.