Skip to content

Commit 38f5ece

Browse files
authored
Merge pull request #97727 from markamos/v-ammark-dec4
[Cog Svcs] Fix "Speech service" terminology
2 parents 7148aba + 6a70d8f commit 38f5ece

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/csharp/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, C# - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/csharp/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, C# - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
@@ -15,6 +15,6 @@ zone_pivot_groups: programming-languages-set-two
1515

1616
In this quickstart you will use the [Batch Transcription REST API](../../../batch-transcription.md) to recognize speech stored in a [SAS blob](https://aka.ms/ignite2019/speech/placeholder). After satisfying a few prerequisites, recognizing speech using a REST API only takes a few steps:
1717
> [!div class="checklist"]
18-
> * Send the JSON request to the Speech Service to begin transcribing speech.
18+
> * Send the JSON request to the Speech service to begin transcribing speech.
1919
> * Check the status of the transcription.
2020
> * Download the transcription results when done.

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/java/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/java/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/java/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/java/jre.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
@@ -61,7 +61,7 @@ Next, we'll generate the transcription request. Add this code to `Main`
6161
[!code-java[](~/samples-cognitive-services-speech-sdk/quickstart/java/jre/from-blob/src/quickstart/Main.java?range=115-116)]
6262

6363
## Send the request and check its status
64-
Now we post the request to the Speech Service and check the initial response code. This response code will simply indicate if the service has received the request. The service will return a Url in the response headers that's the location where it will store the transcription status.
64+
Now we post the request to the Speech service and check the initial response code. This response code will simply indicate if the service has received the request. The service will return a Url in the response headers that's the location where it will store the transcription status.
6565
[!code-java[](~/samples-cognitive-services-speech-sdk/quickstart/java/jre/from-blob/src/quickstart/Main.java?range=118-129)]
6666

6767
## Wait for the transcription to complete

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/more/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/more/more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/python/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, Python - Speech Service"
2+
title: "Quickstart: Recognize speech stored in blob storage, Python - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services

0 commit comments

Comments
 (0)