View Source ExOpenAI.Components.VideoCharacterResource (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema VideoCharacterResource.

Fields

  • :created_at - required - integer()
    Unix timestamp (in seconds) when the character was created.

  • :id - required - String.t() | any()

  • :name - required - String.t() | any()

Summary

Types

@type t() :: %ExOpenAI.Components.VideoCharacterResource{
  created_at: integer(),
  id: String.t() | any(),
  name: String.t() | any()
}