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

Link to this section Summary

Link to this section Types

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

Link to this section Functions