Skip to content

Commit 60ca49f

Browse files
authored
Update speech-container-faq.md
1 parent 65694b9 commit 60ca49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/speech-container-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 04/01/2020
11+
ms.date: 04/14/2020
1212
ms.author: aahi
1313
---
1414

@@ -377,7 +377,7 @@ The doc says to expose a different port, which I do, but the LUIS container is s
377377
<b>How can I get non-batch APIs to handle audio &lt;15 seconds long?</b>
378378
</summary>
379379

380-
**Answer:** This is in interactive mode with RecognizeOnce(). The 15 second limitiation is there because this mode is intended for Speech Commanding where the utterances are supposed to be short) . If you use dictation or conversation with StartContinuousRecognition() that is not a problem and there is no 15 second limitiation.
380+
**Answer:** `RecognizeOnce()` in interactive mode only processes up to 15 seconds of audio, as the mode is intended for Speech Commanding where utterances are expected to be short. If you use `StartContinuousRecognition()` for dictation or conversation, there is no 15 second limit.
381381

382382

383383
<br>

0 commit comments

Comments
 (0)