OpenAi.Moderation.CreateResponse.Result.Categories (OpenAI REST API Client v0.2.1)

Provides struct and type for a Moderation.CreateResponse.Result.Categories

Summary

Types

@type t() :: %OpenAi.Moderation.CreateResponse.Result.Categories{
  harassment: boolean(),
  "harassment/threatening": boolean(),
  hate: boolean(),
  "hate/threatening": boolean(),
  "self-harm": boolean(),
  "self-harm/instructions": boolean(),
  "self-harm/intent": boolean(),
  sexual: boolean(),
  "sexual/minors": boolean(),
  violence: boolean(),
  "violence/graphic": boolean()
}