Closed
Bug 1174609
Opened 10 years ago
Closed 9 years ago
SpeechRecognitionResult::IsFinal in not implemented correctly
Categories
(Core :: Web Speech, defect)
Core
Web Speech
Tracking
()
RESOLVED
INVALID
People
(Reporter: kdavis, Assigned: kdavis)
Details
(Whiteboard: [webspeechapi][systemsfe])
SpeechRecognitionResult::IsFinal in not implemented correctly.
It always returns true.
In light of Bug 1185234, which implemented SpeechRecognition::interimResults
using the fact that pocketsphinx does not return interm results, the fact
that IsFinal is always true is actually now correct as all results are final
results.
So, SpeechRecognitionResult::IsFinal can now be interpreted as being implemented
correctly in its relation to for example SpeechRecognition::interimResults.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•