Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 752 Bytes

CreateTranscriptionResponseVerboseJson.md

File metadata and controls

18 lines (10 loc) · 752 Bytes

CreateTranscriptionResponseVerboseJson

Represents a verbose json transcription response returned by model, based on the provided input.

Properties

Name Type Description Notes
language String The language of the input audio.
duration String The duration of the input audio.
text String The transcribed text.
words List<TranscriptionWord> Extracted words and their corresponding timestamps. [optional]
segments List<TranscriptionSegment> Segments of the transcribed text and their corresponding details. [optional]