Hi Friends,
I am using recognizer.recognizeAsync(RecognitionMode.Multiple) method for speech recognition of wav file. And handled speechrecognized event in which I display result of the recognition ( text, audio position,
confidence score etc.) . Problem is this event is fired multiple times for same phrase (at same audio position in file). should not it be fired only once ? or am I missing something ?
Please help. I need to store the results in database which can be troublesome if it fires multiple times for exact same phrase.
Need suggestions,
thanks in advance,