You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
| See your users with face detection and recognition | Understand images and intelligently generate thumbnails | Communicate with your users with speech recognition and synthesis | Understand natural language commands tailored to your app |
To try recognize intent, set m_recoMode to SpeechRecognitionMode.ShortPhrase
84
84
and set m_isIntent to be true.
85
85
86
-
For intent recognition to work, you need to sign up Language Understanding Intelligent Service (LUIS) and set the key values in
86
+
For intent recognition to work, you need to sign up [Language Understanding Intelligent Service (LUIS)](<https://www.projectoxford.ai/luis>) and set the key values in
87
87
luisAppID and luisSubscriptionID from "Samples\_SpeechRecoExample\_res\_values\_strings.xml".
Copy file name to clipboardExpand all lines: Speech/SpeechToText/Windows/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ Build the sample
40
40
41
41
5. Press Ctrl+Shift+B, or select Build \> Build Solution.
42
42
43
+
For intent recognition to work, you need to sign up [Language Understanding Intelligent Service (LUIS)](<https://www.projectoxford.ai/luis>). Please put your LUIS App ID and Subscription ID in app.config file. app.config file can be located from Solution Explorer.
0 commit comments