CseResource.Safe
type t =
| Default
| Active
Enables safe search filtering.
| High
(Deprecated) Same as active.
| Medium
| Off
Disables safe search filtering.
val to_string : t -> string
val of_string : string -> t