Skip to content

Commit c468cbf

Browse files
committed
Edit header
1 parent ddb1901 commit c468cbf

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
2222

2323
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2424

25-
## Send speech to speaker
25+
## Create the application
2626

2727
Follow these steps to create a console application and install the Speech SDK.
2828

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
2222

2323
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2424

25-
## Send speech to speaker
25+
## Create the application
2626

2727
Follow these steps to create a console application and install the Speech SDK.
2828

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install the Speech SDK for the Go language. For detailed installation instructio
2222

2323
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2424

25-
## Send speech to speaker
25+
## Create the application
2626

2727
Follow these steps to create a Go module.
2828

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To set up your environment, [install the Speech SDK](~/articles/ai-services/spee
6060

6161
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
6262

63-
## Send speech to speaker
63+
## Create the application
6464

6565
Follow these steps to create a console application for speech recognition.
6666

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To set up your environment, install the Speech SDK for JavaScript. If you just w
2222

2323
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2424

25-
## Send speech to speaker
25+
## Create the application
2626

2727
Follow these steps to create a Node.js console application for speech synthesis.
2828

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/objectivec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Speech SDK can be used in Xcode projects as a [CocoaPod](https://cocoapods.o
2424

2525
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2626

27-
## Send speech to speaker
27+
## Create the application
2828

2929
Follow these steps to synthesize speech in a macOS application.
3030

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Install a version of [Python from 3.7 or later](https://www.python.org/downloads
2727

2828
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2929

30-
## Send speech to speaker
30+
## Create the application
3131

3232
Follow these steps to create a console application.
3333

articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Speech SDK can be used in Xcode projects as a [CocoaPod](https://cocoapods.o
2424

2525
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2626

27-
## Send speech to speaker
27+
## Create the application
2828

2929
Follow these steps to synthesize speech in a macOS application.
3030

0 commit comments

Comments
 (0)