Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Openai.Audio_transcriptionSourceval send :
Client.t ->
file:Openai.Basic.file_format ->
?model:string ->
?prompt:string ->
?response_format:[< `Json | `Srt | `Text | `Verbose_json | `Vtt Json ] ->
?temperature:float ->
?language:string ->
unit ->
[> `Json of Openai.Json.t
| `Srt of string
| `Text of string
| `Vtt of string ]
Lwt.t