Skip to content

Commit 01843bc

Browse files
authored
Merge pull request #95338 from v-maudel/patch-349
M44886: Fixing typo "Authroing keys"/"Authoring keys".
2 parents 5929ea2 + 779ea45 commit 01843bc

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before you can initialize a `IntentRecognizer` object, you need to create a conf
3939
This sample constructs the `SpeechConfig` object using LUIS key and region. For a full list of available methods, see [SpeechConfig Class](https://docs.microsoft.com/python/api/azure-cognitiveservices-speech/azure.cognitiveservices.speech.speechconfig).
4040

4141
> [!NOTE]
42-
> It is important to use the LUIS Endpoint key and not the Starter or Authroing keys as only the Endpoint key is valid for speech to intent recognition. See [Create a LUIS application and get an endpoint key](~/articles/cognitive-services/Speech-Service/quickstarts/create-luis.md) for instructions on how to get the correct key.
42+
> It is important to use the LUIS Endpoint key and not the Starter or Authoring keys as only the Endpoint key is valid for speech to intent recognition. See [Create a LUIS application and get an endpoint key](~/articles/cognitive-services/Speech-Service/quickstarts/create-luis.md) for instructions on how to get the correct key.
4343
4444
[!code-python[](~/samples-cognitive-services-speech-sdk/quickstart/python/intent-recognition/quickstart.py?range=12)]
4545

0 commit comments

Comments
 (0)