I am currently testing SpeechRecognitionEngine, loading a fairly simple rule from an XML file. Actually it’s just between (“decrypt email”, “remove encryption”) or (“encrypt email”, “add encryption”).
I prepared my PC with Windows 7 and added the words encryption and decryption, as I understand that they are very similar. The recognizer already has a problem with the difference between the two.
The problem I am facing is that it too often recognizes things. I have established confidence in 0.93 because my voice is in a quiet room when they say that exact words sometimes reach 0.93. But then, if I turn on the radio, the voice of the announcer or song may mean that this recognizer believes that he heard with confidence more than 0.93 with the words "decrpyt the email".
Maybe Lady Gaga is a mask for disguise Applause for secretly decrypting emails :-)
Can anyone help in developing how to do something to make this recognizer workable.
In fact, the recognizer also picks up keyboard noise as "decrypt email." I do not understand how this is possible.
In addition to my editing buddy, there are at least two managed namespaces for MS Speech Microsoft.Speech and System.Speech. - For this issue, it is important to know that this is System.Speech.
source share