Skip to content

Commit 864b7d2

Browse files
Merge pull request #97770 from markamos/v-ammark-dec17
[Cog Svcs] Fix "Speech service" terminology
2 parents c3b7bde + 335654f commit 864b7d2

15 files changed

+23
-23
lines changed

articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.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 from a microphone, Objective-C - Speech Service'
2+
title: 'Quickstart: Recognize speech from a microphone, Objective-C - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to recognize speech in Objective-C on iOS by using the Speech SDK
55
services: cognitive-services
@@ -22,7 +22,7 @@ In this article, you learn how to create an iOS app in Objective-C by using the
2222

2323
Before you get started, you'll need:
2424

25-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service.
25+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service.
2626
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later.
2727
* The target set to iOS version 9.3 or later.
2828

articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-macos.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 from a microphone, Objective-C - Speech Service'
2+
title: 'Quickstart: Recognize speech from a microphone, Objective-C - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to recognize speech in Objective-C on macOS by using the Speech SDK
55
services: cognitive-services
@@ -22,7 +22,7 @@ In this article, you learn how to create a macOS app in Objective-C by using the
2222

2323
Before you get started, you'll need:
2424

25-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service.
25+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service.
2626
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later and macOS 10.13 or later.
2727

2828
## Get the Speech SDK for macOS

articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-ios.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 from a microphone, Swift - Speech Service'
2+
title: 'Quickstart: Recognize speech from a microphone, Swift - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to recognize speech in Swift on iOS by using the Speech SDK
55
services: cognitive-services
@@ -22,7 +22,7 @@ In this article, you learn how to create an iOS app in Swift by using the Azure
2222

2323
Before you get started, you'll need:
2424

25-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service.
25+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service.
2626
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later and [CocoaPods](https://cocoapods.org/) installed.
2727

2828
## Get the Speech SDK for iOS

articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-macos.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 from a microphone, Swift - Speech Service'
2+
title: 'Quickstart: Recognize speech from a microphone, Swift - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to recognize speech in Swift on macOS using the Speech SDK
55
services: cognitive-services
@@ -22,7 +22,7 @@ In this article, you learn how to create a macOS app in Swift using the Cognitiv
2222

2323
Before you get started, here's a list of prerequisites:
2424

25-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service.
25+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service.
2626
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later and [CocoaPods](https://cocoapods.org/) installed.
2727

2828
## Get the Speech SDK for macOS

articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone.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 from a microphone - Speech Service"
2+
title: "Quickstart: Recognize speech from a microphone - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll use the Speech SDK to interactively recognize speech from audio data captured from a microphone.
55
services: cognitive-services

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-audio-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech into audio file - Speech Service'
2+
title: 'Quickstart: Synthesize speech into audio file - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: In this quickstart, you'll use the Speech SDK to convert text to synthesized speech in an audio file.
55
services: cognitive-services

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/objectivec-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, Objective-C - Speech Service'
2+
title: 'Quickstart: Synthesize speech, Objective-C - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech in Objective-C on iOS using the Speech SDK
55
services: cognitive-services
@@ -20,7 +20,7 @@ In this article, you learn how to create an iOS app in Objective-C using the Cog
2020

2121
Before you get started, here's a list of prerequisites:
2222

23-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service
23+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service
2424
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later
2525
* The target set to iOS version 9.3 or later
2626

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/objectivec-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, Objective-C - Speech Service'
2+
title: 'Quickstart: Synthesize speech, Objective-C - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech in Objective-C on macOS using the Speech SDK
55
services: cognitive-services
@@ -20,7 +20,7 @@ In this article, you learn how to create a macOS app in Objective-C using the Co
2020

2121
Before you get started, here's a list of prerequisites:
2222

23-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service
23+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service
2424
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later and macOS 10.13 or later
2525

2626
## Get the Speech SDK for macOS

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/swift-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, Swift - Speech Service'
2+
title: 'Quickstart: Synthesize speech, Swift - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech in Swift on iOS using the Speech SDK
55
services: cognitive-services
@@ -20,7 +20,7 @@ In this article, you learn how to create a iOS app in Swift using the Cognitive
2020

2121
Before you get started, here's a list of prerequisites:
2222

23-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service.
23+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service.
2424
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later and [CocoaPods](https://cocoapods.org/) installed.
2525

2626
## Get the Speech SDK for iOS

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/swift-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Synthesize speech, Swift - Speech Service'
2+
title: 'Quickstart: Synthesize speech, Swift - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to synthesize speech in Swift on macOS using the Speech SDK
55
services: cognitive-services
@@ -20,7 +20,7 @@ In this article, you learn how to create a macOS app in Swift using the Cognitiv
2020

2121
Before you get started, here's a list of prerequisites:
2222

23-
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech Service.
23+
* A [subscription key](~/articles/cognitive-services/Speech-Service/get-started.md) for the Speech service.
2424
* A macOS machine with [Xcode 9.4.1](https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12) or later and [CocoaPods](https://cocoapods.org/) installed.
2525

2626
## Get the Speech SDK for macOS

0 commit comments

Comments
 (0)