Skip to content

Commit 90e5769

Browse files
committed
updated response type for stt
1 parent b72cb12 commit 90e5769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jigsawstack/audio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class SpeechToTextResponse(BaseResponse):
3434
text: str
3535
chunks: List[ChunkParams]
3636
speakers: Optional[List[BySpeakerParams]]
37+
language_detected: Optional[str]
38+
confidence: Optional[float]
3739

3840

3941
class SpeechToTextWebhookResponse(BaseResponse):

0 commit comments

Comments
 (0)