Closed mihirshahxenlabs closed 9 months ago
Fixes #156
As per the docs: https://platform.openai.com/docs/api-reference/audio/createTranscription Added timestamp_granularities[] in request parameter
timestamp_granularities[]
As per the docs: https://platform.openai.com/docs/api-reference/audio/verbose-json-object Added task, language, duration, words, segment in response object. This is used when responseType is verbose_json
task
language
duration
words
segment
verbose_json
Note: Adding both values words and segments to the parameter timestamp_granularities, doesn't work.
segments
timestamp_granularities
Very cool, thank you!
I did make use of it in the example/create_audio_transcription.dart.
Fixes #156
As per the docs: https://platform.openai.com/docs/api-reference/audio/createTranscription Added
timestamp_granularities[]
in request parameterAs per the docs: https://platform.openai.com/docs/api-reference/audio/verbose-json-object Added
task
,language
,duration
,words
,segment
in response object. This is used when responseType isverbose_json
Note: Adding both values
words
andsegments
to the parametertimestamp_granularities
, doesn't work.