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]:
408
408
return self ._impl .transcript .confidence
409
409
410
410
@property
411
- def audio_duration (self ) -> Optional [float ]:
411
+ def audio_duration (self ) -> Optional [int ]:
412
412
"The duration of the audio in seconds"
413
413
414
414
return self ._impl .transcript .audio_duration
Original file line number Diff line number Diff line change @@ -1690,7 +1690,7 @@ class TranscriptResponse(BaseTranscript):
1690
1690
confidence : Optional [float ]
1691
1691
"The confidence our model has in the transcribed text, between 0.0 and 1.0"
1692
1692
1693
- audio_duration : Optional [float ]
1693
+ audio_duration : Optional [int ]
1694
1694
"The duration of your media file, in seconds"
1695
1695
1696
1696
webhook_status_code : Optional [int ]
You can’t perform that action at this time.
0 commit comments