I'm currently doing a research on a offline desktop tool that is able to recognize to user' voice commands. For now, I look at is the possibility of using Microsoft's System.Speech API which is for desktop sapi.
In its official documentation, there is just some c# samples. But I need to use this api using c++ to be able implement my java application.
So my question is Does system.speech api supports to c++ language to development ?