Improving should_interrupt docs for Speechmatics.

This commit is contained in:
filipi87
2026-01-08 14:53:29 -03:00
parent c8fa9d34e1
commit b8af3fa214

View File

@@ -299,7 +299,7 @@ class SpeechmaticsSTTService(STTService):
or defaults to `wss://eu2.rt.speechmatics.com/v2`.
sample_rate: Optional audio sample rate in Hz.
params: Optional[InputParams]: Input parameters for the service.
should_interrupt: Determine whether the bot should be interrupted when Speechmatics detects that the user is speaking.
should_interrupt: Determine whether the bot should be interrupted when Speechmatics turn_detection_mode is configured to detect user speech.
**kwargs: Additional arguments passed to STTService.
"""
super().__init__(sample_rate=sample_rate, **kwargs)