Skip to content

Commit 4f5ef01

Browse files
Merge pull request #236615 from eric-urban/patch-2
recognize once 30 seconds
2 parents 64c6713 + 2ecc2a3 commit 4f5ef01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ sections:
146146
- name: Technical questions
147147
questions:
148148
- question: |
149-
How can I get real-time APIs to handle audio <15 seconds long?
149+
How can I get real-time APIs to handle audio > 30 seconds long?
150150
answer: |
151-
The `RecognizeOnce()` SDK operation in interactive mode processes up to 15 seconds of audio where utterances are expected to be short. You use `StartContinuousRecognition()` for dictation or conversation longer than 15 seconds.
151+
The `RecognizeOnce()` SDK operation in interactive mode processes up to 30 seconds of audio where utterances are expected to be short. You use `StartContinuousRecognition()` for dictation or conversation longer than 30 seconds.
152152
153153
154154
- question: |

0 commit comments

Comments
 (0)