From d4a883051a225132d29719e5d470618d063fd315 Mon Sep 17 00:00:00 2001 From: Win Cheng Date: Fri, 26 Sep 2025 15:12:31 -0700 Subject: [PATCH] testing --- jigsawstack/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jigsawstack/audio.py b/jigsawstack/audio.py index 22b1f7a..ca5dfaf 100644 --- a/jigsawstack/audio.py +++ b/jigsawstack/audio.py @@ -84,7 +84,7 @@ class SpeechToTextResponse(BaseResponse): confidence: Optional[float] """ - the confidence of the transcription language detection, available if language is set to auto + the confidence of the transcription language detection, available if language is set to auto. """