OpenAI.Audio (openai_client v0.5.3)
Learn how to turn audio into text.
Related guide: Speech to text
Link to this section Summary
Link to this section Types
Link to this type
create_transcription_params()
Link to this type
create_translation_params()
Link to this section Functions
Link to this function
create_transcription(client, params, opts \\ [])
@spec create_transcription( OpenAI.Client.t(), create_transcription_params(), Keyword.t() ) :: OpenAI.Client.result()
Transcribes audio into the input language.
Link to this function
create_translation(client, params, opts \\ [])
@spec create_translation(OpenAI.Client.t(), create_translation_params(), Keyword.t()) :: OpenAI.Client.result()
Translates audio into English.