View Source ExOpenAi.Translation (ex_open_ai v0.1.9)

Link to this section Summary

Link to this section Types

@type t() :: %ExOpenAi.Translation{text: String.t()}

Link to this section Functions

Link to this function

create_audio(data, options \\ [])

View Source
@spec do_new(%ExOpenAi.Translation{text: term()}, attributes :: list()) ::
  %ExOpenAi.Translation{
    text: term()
  }
Link to this function

keep_it_simple(response, _)

View Source
@spec new() :: %ExOpenAi.Translation{text: term()}
@spec new(attributes :: list()) :: %ExOpenAi.Translation{text: term()}