Skip to content

Commit ecd1ab8

Browse files
Merge pull request #208702 from dargilco/dargilco/8-22/AAD-standalone-lid
Add `SourceLanguageRecognizer` to the list of recognizers that support AAD auth.
2 parents 12bca1b + c973f7f commit ecd1ab8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cognitive-services/Speech-Service/how-to-configure-azure-ad-auth.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,14 @@ $resourceId = resource.Id
167167
***
168168

169169
## Create the Speech SDK configuration object
170+
170171
With an Azure AD access token, you can now create a Speech SDK configuration object.
171172

172173
The method of providing the token, and the method to construct the corresponding Speech SDK ```Config``` object varies by the object you'll be using.
173174

174-
### SpeechRecognizer, IntentRecognizer, ConversationTranscriber, and SpeechSynthesizer
175+
### SpeechRecognizer, SpeechSynthesizer, IntentRecognizer, ConversationTranscriber, and SourceLanguageRecognizer
175176

176-
For ```SpeechRecognizer```, ```IntentRecognizer```, ```ConversationTranscriber```, and ```SpeechSynthesizer``` objects, build the authorization token from the resource ID and the Azure AD access token and then use it to create a ```SpeechConfig``` object.
177+
For ```SpeechRecognizer```, ```SpeechSynthesizer```, ```IntentRecognizer```, ```ConversationTranscriber```, and ```SourceLanguageRecognizer``` objects, build the authorization token from the resource ID and the Azure AD access token and then use it to create a ```SpeechConfig``` object.
177178

178179
::: zone pivot="programming-language-csharp"
179180
```C#

0 commit comments

Comments
 (0)