Confidence levels for grounding attribution.
@type t() :: :unspecified | :low | :medium | :high
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()