Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class AudioResponseFormat @JsonCreator private constructor(private val value: Js
SRT -> false
VERBOSE_JSON -> true
VTT -> false
DIARIZED_JSON -> true
else -> false
}

Expand Down