SoundStage
SoundStage

Reputation: 833

How do I use Project Oxford's Speech API to implement solution into a WPF application?

I have been unable to find relevant documentation whose link has not been broken.

I want to implement all the API features of Project Oxford's Speech API into my WPF application. The features include adding, editing and deleting of Intent, Entities, Prebuilt Entities, Phrase Lists.

So how do I bring all these controls into my WPF application and be able to use the Speech API in real time?

Any help is greatly appreciated and thank you for reading my question.

Upvotes: 1

Views: 296

Answers (1)

Jennifer Marsman - MSFT
Jennifer Marsman - MSFT

Reputation: 5225

We just renamed Project Oxford to Microsoft Cognitive Services; I wonder if that broke some links. (Apologies if so!) All of the APIs are listed at https://www.microsoft.com/cognitive-services/en-us/apis.

The Speech API specifically is at https://www.microsoft.com/cognitive-services/en-us/speech-api. I clicked through on that and found detailed documentation on individual classes at https://staging.www.projectoxford.ai/Files/Doc/Speech/Windows/html/2f2b6f71-0a81-b331-fe50-dc681063bbf8.htm. Does that help?

Upvotes: 3

Related Questions