File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.28.1 "
1+ __version__ = "0.29.0 "
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ def confidence(self) -> Optional[float]:
408408 return self ._impl .transcript .confidence
409409
410410 @property
411- def audio_duration (self ) -> Optional [float ]:
411+ def audio_duration (self ) -> Optional [int ]:
412412 "The duration of the audio in seconds"
413413
414414 return self ._impl .transcript .audio_duration
Original file line number Diff line number Diff line change @@ -1690,7 +1690,7 @@ class TranscriptResponse(BaseTranscript):
16901690 confidence : Optional [float ]
16911691 "The confidence our model has in the transcribed text, between 0.0 and 1.0"
16921692
1693- audio_duration : Optional [float ]
1693+ audio_duration : Optional [int ]
16941694 "The duration of your media file, in seconds"
16951695
16961696 webhook_status_code : Optional [int ]
You can’t perform that action at this time.
0 commit comments