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 5378c92 commit 3489fbfCopy full SHA for 3489fbf
sdk/rt/speechmatics/rt/_async_client.py
@@ -163,8 +163,9 @@ async def stop_session(self) -> None:
163
164
async def force_end_of_utterance(self) -> None:
165
"""
166
- This method sends a ForceEndOfUtterance message to the server to signal
167
- the end of an utterance.
+ This method sends a ForceEndOfUtterance message to the server to signal
+ the end of an utterance. Forcing end of utterance will cause the final
168
+ transcript to be sent to the client early.
169
170
Raises:
171
ConnectionError: If the WebSocket connection fails.
0 commit comments