Skip to content

Commit 8233967

Browse files
authored
fix: add missing speakers_expected to BaseTranscript (#30)
1 parent 6e965e4 commit 8233967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assemblyai/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,9 @@ class BaseTranscript(BaseModel):
14211421
speaker_labels: Optional[bool]
14221422
"Enable Speaker Diarization."
14231423

1424+
speakers_expected: Optional[int]
1425+
"The number of speakers you expect to be in your audio file."
1426+
14241427
content_safety: Optional[bool]
14251428
"Enable Content Safety Detection."
14261429

0 commit comments

Comments
 (0)