Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 6bd8e26

Browse files
author
Yung-Shin Lin
committed
Update Language Understanding Intelligent Service (LUIS) status to Beta
1 parent 0a65a96 commit 6bd8e26

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ understanding and easily add intelligent services into their solutions. The
88
Project Oxford APIs are divided into four areas:
99

1010

11-
| [Face API](<https://www.projectoxford.ai/face>) (Beta) | [Computer Vision API](<https://www.projectoxford.ai/vision>) (Beta) | [Speech API](<https://www.projectoxford.ai/speech>) (Beta) | [Language Understanding Intelligent Service](<https://www.projectoxford.ai/luis>) (Invite only) |
11+
| [Face API](<https://www.projectoxford.ai/face>) (Beta) | [Computer Vision API](<https://www.projectoxford.ai/vision>) (Beta) | [Speech API](<https://www.projectoxford.ai/speech>) (Beta) | [Language Understanding Intelligent Service](<https://www.projectoxford.ai/luis>) (Beta) |
1212
|----------------------------------------------------|----------------------------------------------------|----------------------------------------------------|----------------------------------------------------|
1313
| 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 |
1414

Speech/SpeechToText/Android/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ key management](<http://www.projectoxford.ai/doc/general/subscription-key-mgmt>)
8383
To try recognize intent, set m_recoMode to SpeechRecognitionMode.ShortPhrase
8484
and set m_isIntent to be true.
8585

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
8787
luisAppID and luisSubscriptionID from "Samples\_SpeechRecoExample\_res\_values\_strings.xml".
88-
Currently LUIS is by invitation only.
8988

9089
<img src="SampleScreenshots/SampleRunning1.png" width="50%"/>
9190

Speech/SpeechToText/Windows/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Build the sample
4040

4141
5. Press Ctrl+Shift+B, or select Build \> Build Solution.
4242

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.
44+
4345
<img src="SampleScreenshots/SampleRunning1.png" width="100%"/>
4446

4547
Run the sample

0 commit comments

Comments
 (0)