add STT result field to TranscriptionFrame/InterimTranscriptionFrame

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-29 09:10:45 -07:00
parent 7ea0e31cd4
commit d203789490
13 changed files with 104 additions and 21 deletions

View File

@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- You can now access STT service results through the new
`TranscriptionFrame.result` and `InterimTranscriptionFrame.result` field. This
is useful in case you use some specific settings for the STT and you want to
access the STT results.
- The examples runner is now public from the `pipecat.examples` package. This
allows everyone to build their own examples and run them easily.