Skip to content

Commit b372581

Browse files
authored
Update speaker-recognition-basics-javascript.md
1 parent e01b716 commit b372581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/speaker-recognition-basics/speaker-recognition-basics-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article assumes that you have an Azure account and Speech service subscript
2222
> [!IMPORTANT]
2323
> Microsoft limits access to speaker recognition. Apply to use it through the [Azure Cognitive Services Speaker Recognition Limited Access Review](https://aka.ms/azure-speaker-recognition) form. After approval, you can access the Speaker Recognition APIs.
2424
25-
## Install the Speech SDK
25+
### Install the Speech SDK
2626

2727
Before you start, you must install the <a href="https://www.npmjs.com/package/microsoft-cognitiveservices-speech-sdk" target="_blank">Speech SDK for JavaScript </a>. Depending on your platform, use the following instructions:
2828

@@ -60,7 +60,7 @@ For more information on `require`, see <a href="https://nodejs.org/en/knowledge/
6060

6161
---
6262

63-
## Import dependencies
63+
### Import dependencies
6464

6565
To run the examples in this article, add the following statements at the top of your .js file:
6666

0 commit comments

Comments
 (0)