Module CseResource.Safe

type t =
  1. | Default
  2. | Active
    (*

    Enables safe search filtering.

    *)
  3. | High
    (*

    (Deprecated) Same as active.

    *)
  4. | Medium
    (*

    (Deprecated) Same as active.

    *)
  5. | Off
    (*

    Disables safe search filtering.

    *)
val to_string : t -> string
val of_string : string -> t