Add a SmartTurnMetricsData class, emitted by Metrics Frame in response to smart turn responses

This commit is contained in:
Mark Backman
2025-04-21 18:56:14 -04:00
committed by GitHub
parent a02d47ddbd
commit 3f3010af79
5 changed files with 79 additions and 41 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `SmartTurnMetricsData`, which contains end-of-turn prediction metrics,
to the `MetricsFrame`. Using `MetricsFrame`, you can now retrieve prediction
confidence scores and processing time metrics from the smart turn analyzers.
- Added support for Application Default Credentials in Google services,
`GoogleSTTService`, `GoogleTTSService`, and `GoogleVertexLLMService`.