Probability levels of harmful content.
Returned in SafetyRating to indicate likelihood of harm.
@type t() :: :unspecified | :negligible | :low | :medium | :high
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()