Skip to content

Commit 110a6b0

Browse files
committed
title
1 parent 1153fa4 commit 110a6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/logging-audio-transcription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to log Speech-to-text audio and transcriptions
2+
title: How to log audio and transcriptions for speech recognition
33
titleSuffix: Azure Cognitive Services
44
description: Learn how to use audio and transcription logging for speech-to-text and speech translation.
55
services: cognitive-services
@@ -259,7 +259,7 @@ Use the speech translation configuration with each [TranslationRecognizer](/obje
259259
260260
#### Enable logging for speech-to-text REST API for short audio
261261
262-
If you use [Speech-to-text REST API for short audio](rest-speech-to-text-short.md) and want to enable audio and transcription logging, you need to use expression `storeAudio=true` as a part of your REST request. A sample request looks like this:
262+
If you use [Speech-to-text REST API for short audio](rest-speech-to-text-short.md) and want to enable audio and transcription logging, you need to use the query parameter and value `storeAudio=true` as a part of your REST request. A sample request looks like this:
263263
264264
```http
265265
https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?language=en-US&storeAudio=true

0 commit comments

Comments
 (0)