is_final is not part of the segmented _handle_transcription function signature
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user