Skip to content

Commit 327879c

Browse files
authored
Merge pull request #111117 from chrisbasoglu/patch-24
Update speech-container-faq.md
2 parents 092cdc5 + 3dd4a01 commit 327879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. If you use dictation or conversation that is not a problem.
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.
381381

382382

383383
<br>

0 commit comments

Comments
 (0)