Rivendare
Rivendare

Reputation: 29

Microsoft Cognitive Services: Bing Speech Recognition XAML

I am trying to develop a humble AI to help the daily routines of my family. Voice recognition is a must, and commands can not be limited to a command library.

Upvotes: 0

Views: 218

Answers (1)

ScriptGuy
ScriptGuy

Reputation: 26

You can use NuGets to achieve the same. Find sample over here https://github.com/Azure-Samples/Cognitive-Speech-STT-Windows

Further details about BingSpeechSDK -> https://learn.microsoft.com/en-us/azure/cognitive-services/Speech/GetStarted/GetStartedCSharpDesktop

You can use the same for Console App also just need to define the input segment from MicIn.

Upvotes: 1

Related Questions