We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
channel
UtteranceWord
1 parent ce899c7 commit 60437a0Copy full SHA for 60437a0
assemblyai/types.py
@@ -1072,6 +1072,7 @@ class Word(BaseModel):
1072
1073
1074
class UtteranceWord(Word):
1075
+ channel: Optional[str]
1076
speaker: Optional[str]
1077
1078
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="assemblyai",
10
- version="0.4.1",
+ version="0.4.2",
11
description="AssemblyAI Python SDK",
12
author="AssemblyAI",
13
author_email="engineering.sdk@assemblyai.com",
0 commit comments