Skip to content

Commit e01b716

Browse files
authored
Update speaker-recognition-basics-cpp.md
1 parent c6170dc commit e01b716

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-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ 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 Speech SDK. Depending on your platform, use the following instructions:
2828

2929
* <a href="/azure/cognitive-services/speech-service/quickstarts/setup-platform?pivots=programming-language-cpp&tabs=linux" target="_blank">Linux </a>
3030
* <a href="/azure/cognitive-services/speech-service/quickstarts/setup-platform?pivots=programming-language-cpp&tabs=macos" target="_blank">macOS </a>
3131
* <a href="/azure/cognitive-services/speech-service/quickstarts/setup-platform?pivots=programming-language-cpp&tabs=windows" target="_blank">Windows </a>
3232

33-
## Import dependencies
33+
### Import dependencies
3434

3535
To run the examples in this article, add the following statements at the top of your .cpp file:
3636

0 commit comments

Comments
 (0)