Noizu.OpenAI.Moderation.Category (Noizu Labs: OpenAI v0.1.3)

Link to this section Summary

Link to this section Types

@type t() :: %Noizu.OpenAI.Moderation.Category{
  hate: boolean(),
  hate_threatening: boolean(),
  self_harm: boolean(),
  sexual: boolean(),
  sexual_minors: boolean(),
  violence: boolean(),
  violence_graphic: boolean()
}

Link to this section Functions