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

Commit

Permalink
Update Language Understanding Intelligent Service (LUIS) status to Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Yung-Shin Lin committed Oct 22, 2015
1 parent 0a65a96 commit 6bd8e26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ understanding and easily add intelligent services into their solutions. The
Project Oxford APIs are divided into four areas:


| [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) |
| [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) |
|----------------------------------------------------|----------------------------------------------------|----------------------------------------------------|----------------------------------------------------|
| 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 |

Expand Down
3 changes: 1 addition & 2 deletions Speech/SpeechToText/Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ key management](<http://www.projectoxford.ai/doc/general/subscription-key-mgmt>)
To try recognize intent, set m_recoMode to SpeechRecognitionMode.ShortPhrase
and set m_isIntent to be true.

For intent recognition to work, you need to sign up Language Understanding Intelligent Service (LUIS) and set the key values in
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
luisAppID and luisSubscriptionID from "Samples\_SpeechRecoExample\_res\_values\_strings.xml".
Currently LUIS is by invitation only.

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

Expand Down
2 changes: 2 additions & 0 deletions Speech/SpeechToText/Windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Build the sample

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

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.

<img src="SampleScreenshots/SampleRunning1.png" width="100%"/>

Run the sample
Expand Down

0 comments on commit 6bd8e26

Please sign in to comment.