We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f18f1 commit 83346f4Copy full SHA for 83346f4
1 file changed
jigsawstack/audio.py
@@ -77,16 +77,11 @@ class SpeechToTextResponse(BaseResponse):
77
the speakers of the transcription, available if by_speaker is set to true
78
"""
79
80
- language_detected: Optional[str]
+ language_detected: Optional[Dict[str, Any]]
81
82
the language detected in the transcription, available if language is set to auto
83
84
85
- confidence: Optional[float]
86
- """
87
- the confidence of the transcription language detection, available if language is set to auto
88
89
-
90
91
class SpeechToTextWebhookResponse(BaseResponse):
92
status: Literal["processing", "error"]
0 commit comments