Skip to content

Commit 721b1ff

Browse files
author
Christopher McClister
committed
LinkFix: azure-docs-pr (2022-10) - 2
1 parent 2352576 commit 721b1ff

File tree

50 files changed

+118
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+118
-129
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/call-center/usage-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Language options include:
3232
Output options include:
3333

3434
- `--help`: Show the usage help and stop
35-
- `--output FILE`: Output the transcription, sentiment, conversation PII, and conversation summaries in JSON format to a text file. For more information, see [output examples](/azure/cognitive-services/speech-service/call-center-quickstart#check-results).
35+
- `--output FILE`: Output the transcription, sentiment, conversation PII, and conversation summaries in JSON format to a text file. For more information, see [output examples](../../../call-center-quickstart.md#check-results).

articles/cognitive-services/Speech-Service/includes/quickstarts/captioning/go.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Follow these steps to build and run the captioning quickstart code example.
4242
Replace `YourSubscriptionKey` with your Speech resource key, and replace `YourServiceRegion` with your Speech resource [region](~/articles/cognitive-services/speech-service/regions.md), such as `westus` or `northeurope`. Make sure that the paths specified by `--input` and `--output` are valid. Otherwise you must change the paths.
4343

4444
> [!IMPORTANT]
45-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
45+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
4646

4747

4848
## Check results
@@ -57,9 +57,4 @@ Usage: `go run captioning.go helper.go --key <key> --region <region> --input <in
5757

5858
## Clean up resources
5959

60-
[!INCLUDE [Delete resource](../../common/delete-resource.md)]
61-
62-
63-
64-
65-
60+
[!INCLUDE [Delete resource](../../common/delete-resource.md)]

articles/cognitive-services/Speech-Service/includes/quickstarts/captioning/javascript.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Follow these steps to build and run the captioning quickstart code example.
3838
> The Speech SDK for JavaScript does not support [compressed input audio](~/articles/cognitive-services/speech-service/how-to-use-codec-compressed-audio-input-streams.md). You must use a WAV file as shown in the example.
3939

4040
> [!IMPORTANT]
41-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
41+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
4242

4343

4444
## Check results
@@ -53,5 +53,4 @@ Usage: `node captioning.js --key <key> --region <region> --input <input file>`
5353

5454
## Clean up resources
5555

56-
[!INCLUDE [Delete resource](../../common/delete-resource.md)]
57-
56+
[!INCLUDE [Delete resource](../../common/delete-resource.md)]

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Insert this code in the `recognizeIntent()` method. Make sure you update these v
4949
> If you need help finding these values, see [Create a LUIS app for intent recognition](#create-a-luis-app-for-intent-recognition).
5050
5151
> [!IMPORTANT]
52-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
52+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
5353
5454
:::code language="cpp" source="~/samples-cognitive-services-speech-sdk/quickstart/cpp/windows/intent-recognition/helloworld/helloworld.cpp" id="create_speech_configuration":::
5555

@@ -107,4 +107,4 @@ Now you're ready to build your app and test our speech recognition using the Spe
107107

108108
1. **Compile the code** - From the menu bar of Visual Studio, choose **Build** > **Build Solution**.
109109
2. **Start your app** - From the menu bar, choose **Debug** > **Start Debugging** or press <kbd>F5</kbd>.
110-
3. **Start recognition** - It'll prompt you to speak a phrase in English. Your speech is sent to the Speech service, transcribed as text, and rendered in the console.
110+
3. **Start recognition** - It'll prompt you to speak a phrase in English. Your speech is sent to the Speech service, transcribed as text, and rendered in the console.

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Insert this code in the `RecognizeIntentAsync()` method. Make sure you update th
4949
> If you need help finding these values, see [Create a LUIS app for intent recognition](#create-a-luis-app-for-intent-recognition).
5050
5151
> [!IMPORTANT]
52-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
52+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
5353
5454
:::code language="csharp" source="~/samples-cognitive-services-speech-sdk/quickstart/csharp/dotnet/intent-recognition/helloworld/Program.cs" id="create_speech_configuration":::
5555

@@ -106,4 +106,4 @@ Now you're ready to build your app and test our speech recognition using the Spe
106106

107107
1. **Compile the code** - From the menu bar of Visual Studio, choose **Build** > **Build Solution**.
108108
2. **Start your app** - From the menu bar, choose **Debug** > **Start Debugging** or press <kbd>F5</kbd>.
109-
3. **Start recognition** - It'll prompt you to speak a phrase in English. Your speech is sent to the Speech service, transcribed as text, and rendered in the console.
109+
3. **Start recognition** - It'll prompt you to speak a phrase in English. Your speech is sent to the Speech service, transcribed as text, and rendered in the console.

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Insert this code in the try / catch block in `main()`. Make sure you update thes
4646
> If you need help finding these values, see [Create a LUIS app for intent recognition](#create-a-luis-app-for-intent-recognition).
4747
4848
> [!IMPORTANT]
49-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
49+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
5050
5151
:::code language="java" source="~/samples-cognitive-services-speech-sdk/quickstart/java/jre/intent-recognition/src/speechsdk/quickstart/Main.java" id="create_speech_configuration":::
5252

@@ -101,5 +101,4 @@ At this point, your code should look like this:
101101
## Build and run your app
102102

103103
Press <kbd>F11</kbd>, or select **Run** > **Debug**.
104-
The next 15 seconds of speech input from your microphone will be recognized and logged in the console window.
105-
104+
The next 15 seconds of speech input from your microphone will be recognized and logged in the console window.

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Let's add some code that works as a skeleton for our project.
4141
Now we'll add some basic UI for input boxes, reference the Speech SDK's JavaScript, and grab an authorization token if available.
4242

4343
> [!IMPORTANT]
44-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
44+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
4545
4646
```html
4747
<body style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:13px;">
@@ -300,4 +300,4 @@ To launch the app, double-click on the index.html file or open index.html with y
300300
301301
## Build and run the sample via a web server
302302

303-
To launch your app, open your favorite web browser and point it to the public URL that you host the folder on, enter your [LUIS region](../../../regions.md) as well as your LUIS Application ID, and trigger a recognition using the microphone. If configured, it will acquire a token from your token source and begin recognizing spoken commands.
303+
To launch your app, open your favorite web browser and point it to the public URL that you host the folder on, enter your [LUIS region](../../../regions.md) as well as your LUIS Application ID, and trigger a recognition using the microphone. If configured, it will acquire a token from your token source and begin recognizing spoken commands.

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Insert this code in `quickstart.py`. Make sure you update these values:
4545
> If you need help finding these values, see [Create a LUIS app for intent recognition](#create-a-luis-app-for-intent-recognition).
4646
4747
> [!IMPORTANT]
48-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
48+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
4949
5050
:::code language="python" source="~/samples-cognitive-services-speech-sdk/quickstart/python/intent-recognition/quickstart.py" id="create_speech_configuration":::
5151

@@ -105,4 +105,4 @@ Run the sample from the console or in your IDE:
105105
python quickstart.py
106106
```
107107

108-
The next 15 seconds of speech input from your microphone will be recognized and logged in the console window.
108+
The next 15 seconds of speech input from your microphone will be recognized and logged in the console window.

articles/cognitive-services/Speech-Service/includes/quickstarts/speaker-recognition-basics/cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ auto ticks_per_second = 10000000;
4747
To call the Speech service by using the Speech SDK, create a [`SpeechConfig`](/cpp/cognitive-services/speech/speechconfig) class. This class includes information about your subscription, like your key and associated region, endpoint, host, or authorization token.
4848
4949
> [!IMPORTANT]
50-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
50+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
5151
5252
```cpp
5353
shared_ptr<SpeechConfig> GetSpeechConfig()
@@ -284,4 +284,4 @@ to:
284284
auto audio_config = Audio::AudioConfig::FromWavFileInput("path/to/your/file.wav");
285285
```
286286

287-
Or replace any use of `audio_config` with [Audio::AudioConfig::FromWavFileInput](/cpp/cognitive-services/speech/audio-audioconfig#fromwavfileinput). You can also have mixed inputs by using a microphone for enrollment and files for verification, for example.
287+
Or replace any use of `audio_config` with [Audio::AudioConfig::FromWavFileInput](/cpp/cognitive-services/speech/audio-audioconfig#fromwavfileinput). You can also have mixed inputs by using a microphone for enrollment and files for verification, for example.

articles/cognitive-services/Speech-Service/includes/quickstarts/speaker-recognition-basics/csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using Microsoft.CognitiveServices.Speech.Audio;
4242
To call the Speech service by using the Speech SDK, you need to create a [`SpeechConfig`](/dotnet/api/microsoft.cognitiveservices.speech.speechconfig) instance. In this example, you create a `SpeechConfig` instance by using a subscription key and region. You also create some basic boilerplate code to use for the rest of this article, which you modify for different customizations.
4343

4444
> [!IMPORTANT]
45-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/cognitive-services/use-key-vault). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
45+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../use-key-vault.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
4646
4747
```csharp
4848
public class Program
@@ -315,4 +315,4 @@ public static async Task DeleteProfile(SpeechConfig config, string profileId)
315315
await client.DeleteProfileAsync(profile);
316316
}
317317
}
318-
```
318+
```

0 commit comments

Comments
 (0)