We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a4f95 commit 151cfbbCopy full SHA for 151cfbb
articles/ai-services/speech-service/role-based-access-control.md
@@ -78,7 +78,7 @@ Now you can use the `accessToken` to authenticate with the AI Services resource.
78
```bash
79
audio_file=@'Call1_separated_16k_health_insurance.wav'
80
81
-uri=https://$AIServicesResourceName.cognitiveservices.azure.com/speechtotext/transcriptions:transcribe?api-version=2024-11-15
+uri="https://$AIServicesResourceName.cognitiveservices.azure.com/speechtotext/transcriptions:transcribe?api-version=2024-11-15"
82
83
curl -v "$uri" \
84
--header 'Content-Type: multipart/form-data' \
0 commit comments