We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d38c3 commit de392fbCopy full SHA for de392fb
wyoming/asr.py
@@ -23,7 +23,7 @@ class Transcript(Eventable):
23
context: Optional[Dict[str, Any]] = None
24
"""Context for next interaction."""
25
26
- language: str | None = None
+ language: Optional[str] = None
27
"""Language of the text."""
28
29
@staticmethod
@@ -100,7 +100,7 @@ class TranscriptStart(Eventable):
100
101
102
103
104
105
106
0 commit comments