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 1d7d98e commit 18a71a6Copy full SHA for 18a71a6
articles/ai-services/speech-service/voice-live-how-to.md
@@ -151,6 +151,7 @@ Here's an example of end of utterance detection in a session object:
151
"type": "azure_semantic_vad",
152
"threshold": 0.3,
153
"prefix_padding_ms": 300,
154
+ "speech_duration_ms":80,
155
"silence_duration_ms": 500,
156
"remove_filler_words": false,
157
"end_of_utterance_detection": {
0 commit comments