Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 685 Bytes

AudioTranscriptionResponse.md

File metadata and controls

15 lines (7 loc) · 685 Bytes

AudioTranscriptionResponse

Properties

Name Type Description Notes
text String The transcribed text for the audio file.
duration BigDecimal The duration of the audio file in seconds. This is only included if `response_format` is set to `verbose_json`. [optional]
segments List<AudioTranscriptionResponseSegments> Segments of the transcribed text and their corresponding details. This is only included if `response_format` is set to `verbose_json`. [optional]