Skip to content

Commit

Permalink
Add Speech Services
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 5, 2018
1 parent 3c24685 commit 9892012
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Web Chat offer different bundle varieties as outlined in the table below.
| - | - | - | - |
| [Adaptive Cards](https://adaptivecards.io/) | | Yes | Yes |
| [Cognitive Services Bing Speech](https://azure.microsoft.com/en-us/services/cognitive-services/speech/) | | Yes | Yes |
| [Cognitive Services Speech Services](https://azure.microsoft.com/en-us/services/cognitive-services/speech-services/) | | Yes | Yes |
| [DirectLineJS](https://npmjs.com/package/botframework-directlinejs) | Yes | Yes | Yes |
| [Markdown-It](https://npmjs.com/package/markdown-it/) | | Yes | Yes |
| [`sanitize-html`](https://npmjs.com/package/sanitize-html) | | Yes | Yes |
Expand Down Expand Up @@ -53,9 +54,11 @@ Web Chat can be styled in many ways without too much coding.

To use Cognitive Services or your own speech engine withWeb Chat, these samples will give you a headstart.

- Cognitive Services Bing Speech API
- Cognitive Services Bing Speech
- [Using JavaScript](https://microsoft.github.io/BotFramework-WebChat/6.a.cognitive-services-bing-speech-js) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/6.a.cognitive-services-bing-speech-js)
- [Using React](https://microsoft.github.io/BotFramework-WebChat/6.b.cognitive-services-bing-speech-react) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/6.b.cognitive-services-bing-speech-react)
- Cognitive Services Speech Services
- [Using JavaScript](https://microsoft.github.io/BotFramework-WebChat/6.c.cognitive-services-speech-services-js) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/6.c.cognitive-services-speech-services-js)
- [Speech thru a supported browsers](https://microsoft.github.io/BotFramework-WebChat/6.d.speech-web-browser) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/6.d.speech-web-browser)
- [List of supported browsers](https://caniuse.com/#search=speech)

Expand Down

0 comments on commit 9892012

Please sign in to comment.