Skip to content

Commit 3489fbf

Browse files
committed
update docstring
1 parent 5378c92 commit 3489fbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/rt/speechmatics/rt/_async_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ async def stop_session(self) -> None:
163163

164164
async def force_end_of_utterance(self) -> None:
165165
"""
166-
This method sends a ForceEndOfUtterance message to the server to signal
167-
the end of an utterance.
166+
This method sends a ForceEndOfUtterance message to the server to signal
167+
the end of an utterance. Forcing end of utterance will cause the final
168+
transcript to be sent to the client early.
168169
169170
Raises:
170171
ConnectionError: If the WebSocket connection fails.

0 commit comments

Comments
 (0)