Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This sample is a Windows WPF application to demonstrate the use of Speech-to-Tex
2. Navigate to the folder where you cloned the repository.
3. Double-click the Visual Studio 2015 Solution file `SpeechToText-WPF-Sample.sln`.
4. There are 2 projects in the solution. One is for the x86 platform, and the other is for the x64 platform. Choose the build platform (x86 or x64) and configuration (Debug or Release) of your preference, and build the project.
5. For intent recognition to work, you need to sign up to the [Language Understanding Intelligent Service (LUIS)](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/). Please put the endpoint URL of your LUIS app in `app.config` file in the `samples/SpeechRecognitionServiceExample` folder. For more infomraiton on the endpoint URL of LUIS app, see [Publish LUIS App](https://docs.microsoft.com/azure/cognitive-services/luis/luis-get-started-create-app#publish-your-app). You must replace the character `&` in the LUIS endpoint URL with `&` to ensure that the URL is correctly interpreted by the XML parser.
5. For intent recognition to work, you need to sign up to the [Language Understanding Intelligent Service (LUIS)](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/). Please put the endpoint URL of your LUIS app in `app.config` file in the `samples/SpeechRecognitionServiceExample` folder. For more information on the endpoint URL of LUIS app, see [Publish LUIS App](https://docs.microsoft.com/azure/cognitive-services/luis/luis-get-started-create-app#publish-your-app). You must replace the character `&` in the LUIS endpoint URL with `&` to ensure that the URL is correctly interpreted by the XML parser.

### Run the sample

Expand Down