Skip to content

Commit

Permalink
Merge branch 'master' into node-samples-updates
Browse files Browse the repository at this point in the history
Conflicts:
	Node/intelligence-LUIS/.env
  • Loading branch information
pcostantini committed Jan 13, 2017
2 parents ee36c2b + 4f3e553 commit 5edcce6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CSharp/intelligence-ImageCaption/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Please subscribe to Vision API services to try it out further.
Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions
-->
<add key="MicrosoftVisionApiKey" value="da64bb75525b430bb8ebd695b5684b71" />
<add key="MicrosoftVisionApiKey" value="c84d0e1aaaff482b9014a570927bdbf2" />
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
Expand Down
2 changes: 1 addition & 1 deletion CSharp/intelligence-LUIS/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Please subscribe to create your own key and try it out further.
Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions?productId=/products/56ec2df6dbe2d91324586008
-->
<add key="BingSpellCheckApiKey" value="da7b8d56645e4adba07fc26eee6c6d8a" />
<add key="BingSpellCheckApiKey" value="8ae90e80bc4346d59c0f07529dadaa4e" />

<!-- Boolean value to enable correcting the text before processing it-->
<add key="IsSpellCorrectionEnabled" value="false" />
Expand Down
2 changes: 1 addition & 1 deletion CSharp/intelligence-SimilarProducts/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Please subscribe to create your own key and try it out further.
Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions
-->
<add key="BingSearchApiKey" value="7e4f21637d0640f28337c711adf7dce5" />
<add key="BingSearchApiKey" value="ee4e28574f514ce7b687236b01a07432" />
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
Expand Down
2 changes: 1 addition & 1 deletion CSharp/intelligence-SpeechToText/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Please subscribe to Bing Speech API to try it out further.
Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions
-->
<add key="MicrosoftSpeechApiKey" value="542821545e7a4584b136fbd140c772b3" />
<add key="MicrosoftSpeechApiKey" value="f2da0a19f4d94875880e9fbaceabc97d" />
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
Expand Down
2 changes: 1 addition & 1 deletion Node/intelligence-ImageCaption/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MICROSOFT_APP_PASSWORD=
# This is a free trial Microsoft Cognitive service key with limited QPS.
# Please subscribe to Vision API services to try it out further.
# Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions
MICROSOFT_VISION_API_KEY=da64bb75525b430bb8ebd695b5684b71
MICROSOFT_VISION_API_KEY=c84d0e1aaaff482b9014a570927bdbf2
2 changes: 1 addition & 1 deletion Node/intelligence-LUIS/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LUIS_MODEL_URL=https://api.projectoxford.ai/luis/v2.0/apps/162bf6ee-379b-4ce4-a5
# This is a free trial Microsoft Bing Spell Check key with limited QPS.
# Please subscribe to create your own key and try it out further.
# Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions?productId=/products/56ec2df6dbe2d91324586008
BING_SPELL_CHECK_API_KEY=da7b8d56645e4adba07fc26eee6c6d8a
BING_SPELL_CHECK_API_KEY=8ae90e80bc4346d59c0f07529dadaa4e

# Boolean value to enable correcting the text before processing it
IS_SPELL_CORRECTION_ENABLED=false
2 changes: 1 addition & 1 deletion Node/intelligence-SimilarProducts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ MICROSOFT_APP_PASSWORD=
# This is a free trial Microsoft Bing Search key with limited QPS.
# Please subscribe to create your own key and try it out further.
# Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions
BING_SEARCH_API_KEY=7e4f21637d0640f28337c711adf7dce5
BING_SEARCH_API_KEY=ee4e28574f514ce7b687236b01a07432
2 changes: 1 addition & 1 deletion Node/intelligence-SpeechToText/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MICROSOFT_APP_PASSWORD=
# This is a free trial Microsoft Cognitive service key with limited QPS.
# Please subscribe to Bing Speech API to try it out further.
# Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions
MICROSOFT_SPEECH_API_KEY=542821545e7a4584b136fbd140c772b3
MICROSOFT_SPEECH_API_KEY=f2da0a19f4d94875880e9fbaceabc97d

0 comments on commit 5edcce6

Please sign in to comment.