Skip to content

Commit a04c79f

Browse files
authored
Merge pull request #95209 from IEvangelist/troulbeShooting
[CogSvcs] testing tabs + pivots issues
2 parents 6e0b070 + 25f0f4a commit a04c79f

File tree

6 files changed

+67
-26
lines changed

6 files changed

+67
-26
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/cpp.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,22 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 10/28/2019
11+
ms.date: 11/07/2019
1212
ms.author: erhopf
1313
---
1414

1515
**Choose your target environment**
16-
#### [Linux](#tab/linux)
16+
17+
# [Linux](#tab/linux)
18+
1719
[!INCLUDE [linux](./linux.md)]
18-
#### [MacOS](#tab/MacOS)
20+
21+
# [macOS](#tab/MacOS)
22+
1923
[!INCLUDE [macos](./macos.md)]
20-
#### [Windows](#tab/Windows)
24+
25+
# [Windows](#tab/Windows)
26+
2127
[!INCLUDE [windows](./windows.md)]
22-
* * *
28+
29+
***

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,26 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 10/28/2019
11+
ms.date: 11/07/2019
1212
ms.author: erhopf
1313
---
1414

1515
**Choose your target environment**
16-
#### [.Net](#tab/dotnet)
16+
17+
# [.NET](#tab/dotnet)
18+
1719
[!INCLUDE [dotnet](./dotnet.md)]
18-
#### [Unity](#tab/unity)
20+
21+
# [Unity](#tab/unity)
22+
1923
[!INCLUDE [unity](./unity.md)]
20-
#### [UWP](#tab/uwp)
24+
25+
# [UWP](#tab/uwp)
26+
2127
[!INCLUDE [uwp](./uwp.md)]
22-
#### [Xamarin](#tab/xaml)
28+
29+
# [Xamarin](#tab/xaml)
30+
2331
[!INCLUDE [xamarin](./xamarin.md)]
24-
* * *
32+
33+
***

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/xamarin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The common helloworld project contains platform-independent implementations for
4848

4949
[!code-csharp[Quickstart code](~/samples-cognitive-services-speech-sdk/quickstart/csharp/xamarin/helloworld/helloworld/Services/IMicrophoneService.cs)]
5050

51-
#### [Android](#tab/android)
51+
#### [Android](#tab/x-android)
5252
## Add sample code for the `helloworld.Android` project
5353

5454
Now add the C# code that defines the Android-specific part of the application.

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 10/28/2019
11+
ms.date: 11/07/2019
1212
ms.author: erhopf
1313
---
1414

1515
In this quickstart you will use the [Speech SDK](~/articles/cognitive-services/speech-service/speech-sdk.md) to interactively recognize speech from audio data captured from a microphone. After satisfying a few prerequisites, recognizing speech from a microphone only takes four steps:
16+
1617
> [!div class="checklist"]
17-
> * Create a ````SpeechConfig```` object from your subscription key and region.
18-
> * Create a ````SpeechRecognizer```` object using the ````SpeechConfig```` object from above.
19-
> * Using the ````SpeechRecognizer```` object, start the recognition process for a single utterance.
20-
> * Inspect the ````SpeechRecognitionResult```` returned.
18+
> * Create a `SpeechConfig` object from your subscription key and region.
19+
> * Create a `SpeechRecognizer` object using the `SpeechConfig` object from above.
20+
> * Using the `SpeechRecognizer` object, start the recognition process for a single utterance.
21+
> * Inspect the `SpeechRecognitionResult` returned.

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: include
11-
ms.date: 10/28/2019
11+
ms.date: 11/07/2019
1212
ms.author: erhopf
1313
---
1414

1515
**Choose your target environment**
16-
#### [Java Runtime](#tab/jre)
16+
17+
# [Java Runtime](#tab/java-runtime)
18+
1719
[!INCLUDE [JRE](./jre.md)]
18-
#### [Android](#tab/android)
20+
21+
# [Android](#tab/android)
22+
1923
[!INCLUDE [Android](./android.md)]
20-
* * *
24+
25+
***

articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,57 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: quickstart
11-
ms.date: 11/04/2019
11+
ms.date: 11/07/2019
1212
ms.author: erhopf
1313
zone_pivot_groups: programming-languages-set-two
1414
---
1515

1616
# Quickstart: Recognize speech from a microphone
1717

1818
::: zone pivot="programming-language-csharp"
19+
1920
[!INCLUDE [Header](../includes/quickstarts/from-microphone/header.md)]
20-
[!INCLUDE [Header](../includes/quickstarts/from-microphone/csharp/header.md)]
21+
22+
[!INCLUDE [C# Header](../includes/quickstarts/from-microphone/csharp/header.md)]
23+
2124
[!INCLUDE [csharp](../includes/quickstarts/from-microphone/csharp/csharp.md)]
25+
2226
::: zone-end
2327

2428
::: zone pivot="programming-language-cpp"
29+
2530
[!INCLUDE [Header](../includes/quickstarts/from-microphone/header.md)]
26-
[!INCLUDE [Header](../includes/quickstarts/from-microphone/cpp/header.md)]
31+
32+
[!INCLUDE [C++ Header](../includes/quickstarts/from-microphone/cpp/header.md)]
33+
2734
[!INCLUDE [cpp](../includes/quickstarts/from-microphone/cpp/cpp.md)]
35+
2836
::: zone-end
2937

3038
::: zone pivot="programming-language-java"
39+
3140
[!INCLUDE [Header](../includes/quickstarts/from-microphone/header.md)]
32-
[!INCLUDE [Header](../includes/quickstarts/from-microphone/java/header.md)]
41+
42+
[!INCLUDE [Java Header](../includes/quickstarts/from-microphone/java/header.md)]
43+
3344
[!INCLUDE [java](../includes/quickstarts/from-microphone/java/java.md)]
45+
3446
::: zone-end
3547

3648
::: zone pivot="programming-language-python"
49+
3750
[!INCLUDE [Header](../includes/quickstarts/from-microphone/header.md)]
38-
[!INCLUDE [Header](../includes/quickstarts/from-microphone/python/header.md)]
51+
52+
[!INCLUDE [Python Header](../includes/quickstarts/from-microphone/python/header.md)]
53+
3954
[!INCLUDE [python](../includes/quickstarts/from-microphone/python/python.md)]
55+
4056
::: zone-end
4157

4258
::: zone pivot="programming-language-more"
59+
4360
[!INCLUDE [Header](../includes/quickstarts/from-microphone/more/header.md)]
61+
4462
[!INCLUDE [More samples](../includes/quickstarts/from-microphone/more/more.md)]
63+
4564
::: zone-end

0 commit comments

Comments
 (0)