Skip to content

Commit b12a2d2

Browse files
author
Hasya Shah
committed
Added author, fixed author, removed locale from urls, fixed links to other articles, and updated toc
1 parent bfdc949 commit b12a2d2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Custom Keywords - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: An overview of the features, capabilities, and restrictions for custom keywords using the Speech Software Development Kit (SDK).
55
services: cognitive-services
6-
author: hasshah
7-
manager: ?
6+
author: hasyashah
7+
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
@@ -24,7 +24,7 @@ With Custom Keyword's customization, performance, and integration features, you
2424
|----------|----------|
2525
| Keyword customization | As an extension of your brand, a keyword reinforces the equity you've built with your customers. The Custom Keyword portal on Speech Studio allows you to specify any word or short phrase that best represents your brand. You can further personalize your keyword by choosing the right pronunciations, which will be honored by the keyword model generated.
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.
27-
| 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-assistant.md).
27+
| 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

2929
## Getting started with custom keywords
3030

@@ -45,17 +45,17 @@ Sample code for integrating a keyword model is available on GitHub. These sample
4545

4646
## Tutorial
4747

48-
* How to [create a custom keyword using Speech Studio](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws).
48+
* How to [create a custom keyword using Speech Studio](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws).
4949
* How to [voice-activate your product using the Speech SDK](tutorial-voice-enable-your-bot-speech-sdk.md).
5050

5151
## Reference docs
5252

53-
* [Custom Keyword naming guidelines](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-devices-sdk-kws-guidelines)
53+
* [Custom Keyword naming guidelines](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-kws-guidelines)
5454
* [Speech SDK](speech-sdk-reference.md)
5555

5656
## Next steps
5757

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

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@
426426
href: faq-voice-assistants.md
427427
- name: Custom Keyword
428428
items:
429+
- name: Custom keyword overview
430+
href: custom-keyword-overview.md
429431
- name: Custom keyword naming guidelines
430432
href: speech-devices-sdk-kws-guidelines.md
431433
- name: Custom keyword spotting

0 commit comments

Comments
 (0)