confidence property

double get confidence

The confidence read-only property of the SpeechRecognitionResult interface returns a numeric estimate of how confident the speech recognition system is that the recognition is correct.

Note: Mozilla's implementation of confidence is still being worked on — at the moment, it always seems to return 1.

Implementation

external double get confidence;