Skip to content

Commit 869dd00

Browse files
Merge pull request #114579 from hasyashah/custom-keyword-add-quickstarts
[Cog Svcs] Added quickstarts and simplified other links on custom keyword overview page
2 parents 978afa7 + 6b26aa3 commit 869dd00

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

articles/cognitive-services/Speech-Service/custom-keyword-overview.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,15 @@ With Custom Keyword's customization, performance, and integration features, you
2626
| Keyword verification | When there's high confidence in the keyword being detected locally, audio is sent to the cloud for further verification that a user said the keyword. Keyword verification provides an additional layer of security by reducing the impact of an incorrect local detection and protecting user privacy.
2727
| Voice assistant & Speech SDK integration | Keywords generated from the Custom Keyword on Speech Studio can be easily integrated within your device or application via the Speech SDK. Simply point the SDK to the keyword model provided by Speech Studio and your product will be voice activated, backed by keyword verification. You can complete your product's voice experiences by building your own [voice assistant](voice-assistants.md).
2828

29-
## Sample code
29+
## Get started with custom keywords
3030

31-
Sample code for integrating a keyword model is available on GitHub. These samples cover the client application for integrating your keyword in several popular programming languages.
32-
33-
* [Tutorial: Voice-activate your product with the Speech SDK, C#](tutorial-voice-enable-your-bot-speech-sdk.md)
34-
* [Voice assistant samples (SDK)](https://aka.ms/csspeech/samples)
35-
36-
## Tutorial
37-
38-
* How to [create a custom keyword using Speech Studio](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws).
39-
* How to [voice-activate your product using the Speech SDK](tutorial-voice-enable-your-bot-speech-sdk.md).
40-
41-
## Reference docs
42-
43-
* [Custom Keyword naming guidelines](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-kws-guidelines)
44-
* [Speech SDK](speech-sdk-reference.md)
31+
* Tutorial: How to [create a custom keyword using Speech Studio](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws)
32+
* Tutorial: How to [voice-activate your product with the Speech SDK, using C#](tutorial-voice-enable-your-bot-speech-sdk.md)
33+
* Quickstart: [Recognize keywords with the Speech SDK, on Universal Windows Platform using C#](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp/keyword-recognizer)
34+
* Quickstart: [Recognize keywords with the Speech SDK, on Android using Java](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android/keyword-recognizer)
4535

4636
## Next steps
4737

4838
* [Get a Speech service subscription key for free](get-started.md)
49-
* [Create a custom keyword](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws)
5039
* [Get the Speech SDK](speech-sdk.md)
5140
* [Learn more about Voice Assistants](voice-assistants.md)

0 commit comments

Comments
 (0)