Skip to content

Commit

Permalink
feat: tell range for confidence in speechrecognitionalternative page (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 authored Jul 19, 2022
1 parent 204f0f5 commit 0f2c69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/speechrecognitionalternative/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The **`SpeechRecognitionAlternative`** interface of the [Web Speech API](/en-US/
- {{domxref("SpeechRecognitionAlternative.transcript")}} {{readonlyinline}}
- : Returns a string containing the transcript of the recognized word.
- {{domxref("SpeechRecognitionAlternative.confidence")}} {{readonlyinline}}
- : Returns a numeric estimate of how confident the speech recognition system is that the recognition is correct.
- : Returns a numeric estimate between 0 and 1 of how confident the speech recognition system is that the recognition is correct.

## Examples

Expand Down

0 comments on commit 0f2c69b

Please sign in to comment.