sig
  type t = Default | Clipart | Face | Lineart | News | Photo
  val to_string : GapiCustomsearchV1Service.CseResource.ImgType.t -> string
  val of_string : string -> GapiCustomsearchV1Service.CseResource.ImgType.t
end