is_final is not part of the segmented _handle_transcription function signature

This commit is contained in:
nbyers-altira
2025-10-13 10:44:25 -04:00
parent 0588c82bbf
commit 9ddec0f8b4

View File

@@ -647,7 +647,7 @@ class RivaSegmentedSTTService(SegmentedSTTService):
)
transcription_found = True
await self._handle_transcription(text, True, self._language_enum)
await self._handle_transcription(text, self._language_enum)
if not transcription_found:
logger.debug("No transcription results found in Riva response")