Hello
Hello,
Is possible use cortana on delphi application ?
I would like use it for several commands in my application.
I test SAPI but it does not recognize correctly like cortana does.
Regards
Is possible use cortana on delphi application ?
I would like use it for several commands in my application.
I test SAPI but it does not recognize correctly like cortana does.
Regards
/sub
ReplyDelete/sub
ReplyDeleteIt should be possible with SAPI.
ReplyDeleteThe most promising quick-start seems to be this one ... https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-connector-quickstart - but this won't help you easily with your desire to have speech reckognition within your Delphi application.
This might help with SAPI ... https://www.chant.net/Products/SpeechKit/Default.aspx
Thank you Roland, but SAPI works wrong for me, I need to use cortana on Win32 app
ReplyDeleteWhat do you mean with "works wrong"? You probably experience a reckognizer problem ... blogs.msdn.microsoft.com - How to train the SAPI recognizer
ReplyDeleteIf you need the OS Cortana-functionality the best way to do it is probably to develop what you need via the REST connector (above) or within a custom .NET assembly.
hi Roland, SAPI does not works well for me, and I tested chant but the result are the same because invoke SAPI.
ReplyDeleteRegards