c# - What's the difference between using System.speech.recognition and ISpRecognizer in SAPI? -


i'm creating simple speech recognition application , implement recognition using system.speech.recognition namespace. came across isprecognizer in msdn , know how can use , other classes improve application.

note: need prioritize user defined grammars , dictation grammar in application well


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -