question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Speech input source: Add a confidence level selector

See original GitHub issue

As it is in SpeechInputSource, new keyword recognizers are created with the default confidence level. This is problematic epsecially if the application targets non native speakers of the spoken language, because confidence cannot be set to ConfidenceLevel.Low. This can be solved by adding confidence level enumeration selector for a property in the inspector and using the alternative constructor for the new KeywordRecognizer in the Start() function as in:

keywordRecognizer = new KeywordRecognizer(keywords, ConfidenceLevelSelection);

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cybergoulioncommented, Sep 4, 2017

@StephenHodgson I actually already implemented it and use it, but I am not familiar with the procedure to contribute the changes to the project.

0reactions
StephenHodgsoncommented, Sep 4, 2017

Nope not really, that’s up to you on your repo. You’ll be submitting a PR directly to the master branch here so it really won’t matter.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable word-level confidence - Cloud Speech-to-Text
The following code snippet demonstrates how to enable word-level confidence in a transcription request to Speech-to-Text using local and remote files. Use a ......
Read more >
Enable word-level confidence | Cloud Speech-to-Text ...
You can specify that Speech-to-Text indicate a value of accuracy, or confidence level, for individual words in a transcription.
Read more >
Speech Recognition in Unity
The confidence level is a value that indicates how ambiguous words should be treated. Use Medium or High for native English speakers, and...
Read more >
Recognize the custom speech keywords (Unity, MRTK ...
Start Behavior is set to Auto Start. Good question. I have not tried different confidence levels. I figure if it can hear "select"...
Read more >
RecognizedPhrase.Confidence Property (System.Speech. ...
Gets a value, assigned by the recognizer, that represents the likelihood that a RecognizedPhrase matches a given input.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found