From 6bd8e260ed51e1d698f181913b978d31de275aea Mon Sep 17 00:00:00 2001 From: Yung-Shin Lin Date: Thu, 22 Oct 2015 01:44:58 -0700 Subject: [PATCH] Update Language Understanding Intelligent Service (LUIS) status to Beta --- README.md | 2 +- Speech/SpeechToText/Android/README.md | 3 +-- Speech/SpeechToText/Windows/README.md | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e7855d..927b5eb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ understanding and easily add intelligent services into their solutions. The Project Oxford APIs are divided into four areas:   -| [Face API]() (Beta) | [Computer Vision API]() (Beta) | [Speech API]() (Beta) | [Language Understanding Intelligent Service]() (Invite only) | +| [Face API]() (Beta) | [Computer Vision API]() (Beta) | [Speech API]() (Beta) | [Language Understanding Intelligent Service]() (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 | diff --git a/Speech/SpeechToText/Android/README.md b/Speech/SpeechToText/Android/README.md index 1b3fe78..7ecd6f2 100644 --- a/Speech/SpeechToText/Android/README.md +++ b/Speech/SpeechToText/Android/README.md @@ -83,9 +83,8 @@ key management]() 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)]() and set the key values in luisAppID and luisSubscriptionID from "Samples\_SpeechRecoExample\_res\_values\_strings.xml". - Currently LUIS is by invitation only. diff --git a/Speech/SpeechToText/Windows/README.md b/Speech/SpeechToText/Windows/README.md index c814785..42b00d8 100644 --- a/Speech/SpeechToText/Windows/README.md +++ b/Speech/SpeechToText/Windows/README.md @@ -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)](). Please put your LUIS App ID and Subscription ID in app.config file. app.config file can be located from Solution Explorer. + Run the sample