Translating Speech with Cognitive Services

In addition to text analysis Microsoft’s cognitive services allow you to convert speech to text, text to speech, and even translate between spoken languages. This powerful AI service is surprisingly easy to use. I was able to speak into my computers microphone and receive a text translation in one language or a spoken translation in multiple languages –all with the code provided on Microsoft Learn. You have the option to work with the speech SDK (software development kit) in C# or python, I choose python. ...

Thu, Jun 25, 2020 · 4 min · Olivia Snowden

Sentiment in Text with Cognitive Services

As I continue to study artificial intelligence I’ve been able to practice using Microsoft’s cognitive services. I was first introduced to cognitive services during the virtual Microsoft Build 2020 conference, and I’ve enjoyed getting to use them for myself. Since creating and training your own artificial intelligence/machine learning software is all kinds of complicated, cognitive services allow anyone to use AI in their projects without having to write much code. All you have to do is call the service that you want, and it will do the hard work for you. ...

Wed, Jun 24, 2020 · 3 min · Olivia Snowden