Software Archive
Read-only legacy content
17061 Discussions

Improve the speech recognition capabilities

Rodrigo_L_
Beginner
796 Views

Hey there, i was discovering more about the speech recognition feature, and was thinking, there's a way to improve the dictation? like the windows speech recognition improve its recognition as much u use it, there's a way to do it with realsense to? or it do automatically?

And i have a doubt too, u guys could explain with a example how to use nbest to get the other probably recognition?

I appreciate if u guys can help me.

0 Kudos
1 Solution
Xusheng_L_Intel
Employee
796 Views

Speech recognition improvement works automatically. You may use ProfileInfo speaker field to create adaptation profiles for different users on the same machine. If you provide speaker name, the SDK module will adapt speech recognition to the speaker. Nbest is available for command and control mode only. You cannot use nbest in dictation mode. Example how to use nBest is in DF_Speech_recognition sample (speech_recognition.cpp, class MyHandler). Thanks!
 

View solution in original post

0 Kudos
2 Replies
Xusheng_L_Intel
Employee
797 Views

Speech recognition improvement works automatically. You may use ProfileInfo speaker field to create adaptation profiles for different users on the same machine. If you provide speaker name, the SDK module will adapt speech recognition to the speaker. Nbest is available for command and control mode only. You cannot use nbest in dictation mode. Example how to use nBest is in DF_Speech_recognition sample (speech_recognition.cpp, class MyHandler). Thanks!
 

0 Kudos
Rodrigo_L_
Beginner
796 Views

Ok, thank you, i'll check about the profiles like u said, helped me a lot, thanks.

0 Kudos
Reply