I’m developing a speech recognition application in C# and would like to know the pros and cons of using the two versions, and any differences they may have.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They’re roughly similar; the C# libraries are (relatively thick) wrappers around the native C++ API.
The biggest difference is in the grammar systems; the C# libraries use W3C SRGS syntax, and the native libraries use a custom XML syntax.