Skip to content

Commit c6da54b

Browse files
authored
Merge pull request #223969 from eric-urban/eur/close-ur-feedback
cut ur research buttons
2 parents a290242 + 3f52dea commit c6da54b

File tree

21 files changed

+0
-177
lines changed

21 files changed

+0
-177
lines changed

articles/cognitive-services/Speech-Service/how-to-pronunciation-assessment.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,6 @@ Pronunciation assessment results for the spoken word "hello" are shown as a JSON
678678
}
679679
```
680680

681-
> [!div class="nextstepaction"]
682-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
683-
684681
## Next steps
685682

686683
- Try out [pronunciation assessment in Speech Studio](pronunciation-assessment-tool.md)

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/cli.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@ ms.author: eur
1212

1313
[!INCLUDE [Prerequisites](../../common/azure-prerequisites.md)]
1414

15-
> [!div class="nextstepaction"]
16-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
17-
1815
## Set up the environment
1916

2017
[!INCLUDE [SPX Setup](../../spx-setup-quick.md)]
2118

22-
> [!div class="nextstepaction"]
23-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
24-
2519
## Recognize speech from a microphone
2620

2721
Run the following command to start speech recognition from a microphone:
@@ -37,9 +31,6 @@ Connection CONNECTED...
3731
RECOGNIZED: I'm excited to try speech to text.
3832
```
3933

40-
> [!div class="nextstepaction"]
41-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-microphone" target="_target">I ran into an issue</a>
42-
4334
## Remarks
4435
Now that you've completed the quickstart, here are some additional considerations:
4536

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/cpp.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@ ms.author: eur
1414

1515
[!INCLUDE [Prerequisites](../../common/azure-prerequisites.md)]
1616

17-
> [!div class="nextstepaction"]
18-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CPP&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
19-
2017
## Set up the environment
2118
The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech) and implements .NET Standard 2.0. You install the Speech SDK later in this guide, but first check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-cpp) for any more requirements.
2219

2320
### Set environment variables
2421

2522
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2623

27-
> [!div class="nextstepaction"]
28-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CPP&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
29-
3024
## Recognize speech from a microphone
3125

3226
Follow these steps to create a new console application and install the Speech SDK.
@@ -125,9 +119,6 @@ Speak into your microphone.
125119
RECOGNIZED: Text=I'm excited to try speech to text.
126120
```
127121

128-
> [!div class="nextstepaction"]
129-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CPP&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-microphone" target="_target">I ran into an issue</a>
130-
131122
## Remarks
132123
Now that you've completed the quickstart, here are some additional considerations:
133124

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/csharp.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@ ms.author: eur
1414

1515
[!INCLUDE [Prerequisites](../../common/azure-prerequisites.md)]
1616

17-
> [!div class="nextstepaction"]
18-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
19-
2017
## Set up the environment
2118
The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech) and implements .NET Standard 2.0. You install the Speech SDK later in this guide, but first check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-csharp) for any more requirements.
2219

2320
### Set environment variables
2421

2522
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2623

27-
> [!div class="nextstepaction"]
28-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
29-
3024
## Recognize speech from a microphone
3125

3226
Follow these steps to create a new console application and install the Speech SDK.
@@ -111,9 +105,6 @@ Speak into your microphone.
111105
RECOGNIZED: Text=I'm excited to try speech to text.
112106
```
113107

114-
> [!div class="nextstepaction"]
115-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-microphone" target="_target">I ran into an issue</a>
116-
117108
## Remarks
118109
Now that you've completed the quickstart, here are some additional considerations:
119110

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/go.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.author: eur
1414

1515
[!INCLUDE [Prerequisites](../../common/azure-prerequisites.md)]
1616

17-
> [!div class="nextstepaction"]
18-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=GO&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
19-
2017
## Set up the environment
2118

2219
Install the [Speech SDK for Go](../../../quickstarts/setup-platform.md?pivots=programming-language-go&tabs=dotnet%252cwindows%252cjre%252cbrowser). Check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-go) for any more requirements.
@@ -25,9 +22,6 @@ Install the [Speech SDK for Go](../../../quickstarts/setup-platform.md?pivots=pr
2522

2623
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2724

28-
> [!div class="nextstepaction"]
29-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=GO&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
30-
3125
## Recognize speech from a microphone
3226

3327
Follow these steps to create a new GO module.
@@ -124,9 +118,6 @@ go build
124118
go run speech-recognition
125119
```
126120
127-
> [!div class="nextstepaction"]
128-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=GO&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-microphone" target="_target">I ran into an issue</a>
129-
130121
## Clean up resources
131122
132123
[!INCLUDE [Delete resource](../../common/delete-resource.md)]

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/java.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.author: eur
1414

1515
[!INCLUDE [Prerequisites](../../common/azure-prerequisites.md)]
1616

17-
> [!div class="nextstepaction"]
18-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
19-
2017
## Set up the environment
2118

2219
Before you can do anything, you need to install the Speech SDK. The sample in this quickstart works with the [Java Runtime](~/articles/cognitive-services/speech-service/quickstarts/setup-platform.md?pivots=programming-language-java&tabs=jre).
@@ -60,9 +57,6 @@ Before you can do anything, you need to install the Speech SDK. The sample in th
6057

6158
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
6259

63-
> [!div class="nextstepaction"]
64-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
65-
6660
## Recognize speech from a microphone
6761

6862
Follow these steps to create a new console application for speech recognition.
@@ -137,9 +131,6 @@ Speak into your microphone.
137131
RECOGNIZED: Text=I'm excited to try speech to text.
138132
```
139133

140-
> [!div class="nextstepaction"]
141-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-microphone" target="_target">I ran into an issue</a>
142-
143134
## Remarks
144135
Now that you've completed the quickstart, here are some additional considerations:
145136

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/javascript.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ ms.author: eur
1616

1717
You will also need a `.wav` audio file on your local machine. You can use your own `.wav` file (up to 30 seconds) or download the [https://crbn.us/whatstheweatherlike.wav](https://crbn.us/whatstheweatherlike.wav) sample file.
1818

19-
> [!div class="nextstepaction"]
20-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
21-
2219
## Set up the environment
2320

2421
Before you can do anything, you need to install the Speech SDK for JavaScript. If you just want the package name to install, run `npm install microsoft-cognitiveservices-speech-sdk`. For guided installation instructions, see the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-javascript).
@@ -27,9 +24,6 @@ Before you can do anything, you need to install the Speech SDK for JavaScript. I
2724

2825
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2926

30-
> [!div class="nextstepaction"]
31-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
32-
3327
## Recognize speech from a file
3428

3529
Follow these steps to create a Node.js console application for speech recognition.
@@ -96,9 +90,6 @@ The speech from the audio file should be output as text:
9690
RECOGNIZED: Text=I'm excited to try speech to text.
9791
```
9892

99-
> [!div class="nextstepaction"]
100-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-file" target="_target">I ran into an issue</a>
101-
10293
## Remarks
10394
Now that you've completed the quickstart, here are some additional considerations:
10495

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/objectivec.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.author: eur
1414

1515
[!INCLUDE [Prerequisites](../../common/azure-prerequisites.md)]
1616

17-
> [!div class="nextstepaction"]
18-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OBJECTIVEC&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
19-
2017
## Set up the environment
2118

2219
The Speech SDK for Objective-C is distributed as a framework bundle. The framework supports both Objective-C and Swift on both iOS and macOS.
@@ -27,9 +24,6 @@ The Speech SDK can be used in Xcode projects as a [CocoaPod](https://cocoapods.o
2724

2825
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2926

30-
> [!div class="nextstepaction"]
31-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OBJECTIVEC&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
32-
3327
## Recognize speech from a microphone
3428

3529
Follow these steps to recognize speech in a macOS application.
@@ -85,9 +79,6 @@ Follow these steps to recognize speech in a macOS application.
8579
8680
After you select the button in the app and say a few words, you should see the text you have spoken on the lower part of the screen. When you run the app for the first time, you should be prompted to give the app access to your computer's microphone.
8781

88-
> [!div class="nextstepaction"]
89-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OBJECTIVEC&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-microphone" target="_target">I ran into an issue</a>
90-
9182
## Remarks
9283
Now that you've completed the quickstart, here are some additional considerations:
9384

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/python.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.author: eur
1414

1515
[!INCLUDE [Prerequisites](../../common/azure-prerequisites.md)]
1616

17-
> [!div class="nextstepaction"]
18-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
19-
2017
## Set up the environment
2118

2219
The Speech SDK for Python is available as a [Python Package Index (PyPI) module](https://pypi.org/project/azure-cognitiveservices-speech/). The Speech SDK for Python is compatible with Windows, Linux, and macOS.
@@ -29,9 +26,6 @@ Install a version of [Python from 3.7 to 3.10](https://www.python.org/downloads/
2926

3027
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
3128

32-
> [!div class="nextstepaction"]
33-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Set-up-the-environment" target="_target">I ran into an issue</a>
34-
3529
## Recognize speech from a microphone
3630

3731
Follow these steps to create a new console application.
@@ -90,9 +84,6 @@ Speak into your microphone.
9084
RECOGNIZED: Text=I'm excited to try speech to text.
9185
```
9286

93-
> [!div class="nextstepaction"]
94-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-microphone" target="_target">I ran into an issue</a>
95-
9687
## Remarks
9788
Now that you've completed the quickstart, here are some additional considerations:
9889

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/rest.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ You will also need a `.wav` audio file on your local machine. You can use your o
2020

2121
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
2222

23-
> [!div class="nextstepaction"]
24-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
25-
2623
## Recognize speech from a file
2724

2825
At a command prompt, run the following cURL command. Replace `YourAudioFile.wav` with the path and name of your audio file.
@@ -51,9 +48,6 @@ You should receive a response similar to what is shown here. The `DisplayText` s
5148
}
5249
```
5350

54-
> [!div class="nextstepaction"]
55-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=speech-to-text&Page=quickstart&Section=Recognize-speech-from-a-file" target="_target">I ran into an issue</a>
56-
5751
For more information, see [speech-to-text REST API for short audio](../../../rest-speech-to-text-short.md).
5852

5953
## Clean up resources

0 commit comments

Comments
 (0)