Gemini.Types.Enums.BlockedReason (GeminiEx v0.10.0)

Copy Markdown View Source

Reasons why content generation was blocked.

Summary

Types

t()

@type t() ::
  :unspecified
  | :safety
  | :other
  | :blocklist
  | :prohibited_content
  | :spii
  | :image_safety

Functions

from_api(arg1)

@spec from_api(String.t() | nil) :: t() | nil

to_api(atom)

@spec to_api(t()) :: String.t()